README/NEWS: info about wrappers

pull/2197/head
nick black 3 years ago
parent 0bf192f4c1
commit a54cf1813e
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -2,6 +2,9 @@ This document attempts to list user-visible changes and any major internal
rearrangements of Notcurses.
* 2.4.2 (not yet released)
* The Rust wrappers have been moved to
[dankamongmen/libnotcurses-sys](https://github.com/dankamongmen/libnotcurses-sys),
under the continued stewardship of @joseluis.
* You can now set a resize callback on the standard plane.
* Added `notcurses_getvec()`, providing batched input.
* Added `NCOPTION_DRAIN_INPUT`. Notcurses now launches a thread to process

@ -123,6 +123,21 @@ may well be possible to use still older versions. Let me know of any successes!
[Here's more information](INSTALL.md) on building and installation.
### Wrappers
If you wish to use a language other than C to work with Notcurses, numerous
wrappers are available. Several are included in this repository, while
others are external.
| Language | Lead(s) | Repository |
| -------- | ----------------------------- | ---------- |
| Ada | Jeremy Grosser | [JeremyGrosser/notcursesada](https://github.com/JeremyGrosser/notcursesada) |
| C++ | Marek Habersack, nick black | internal |
| Python | nick black | internal |
| Python | igo95862 | internal |
| Rust | José Luis Cruz | [dankamongmen/libnotcurses-sys](https://github.com/dankamongmen/libnotcurses-sys) |
| Zig | Jakub Dundalek | [dundalek/notcurses-zig-example](https://github.com/dundalek/notcurses-zig-example) |
## Included tools
Eight binaries are installed as part of Notcurses:

Loading…
Cancel
Save