Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 728 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 728 Bytes

dart-notcurses

This is a library that implement Dart bindings for NotCurses: blingful TUIs and character graphics. The project is in early stages, is far for complete and the Dart API side is still in flux. The bindings are generated using ffigen and still need some tuning.

At this point there isn't an package, but you can clone the repository and link it from your project if want to play with it. Inside the directory examples there are a couple POCs copied from NotCurses to exercise the API and bindings.

The examples can be run doing:

dart run example/nc-info.dart

nc-info