mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
README/NEWS: info about wrappers
This commit is contained in:
parent
0bf192f4c1
commit
a54cf1813e
3
NEWS.md
3
NEWS.md
@ -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
|
||||
|
15
README.md
15
README.md
@ -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…
x
Reference in New Issue
Block a user