https://github.com/kascote/dart_notcurses
Dart bindings for NotCurses
https://github.com/kascote/dart_notcurses
dart ffi notcurses
Last synced: about 1 year ago
JSON representation
Dart bindings for NotCurses
- Host: GitHub
- URL: https://github.com/kascote/dart_notcurses
- Owner: kascote
- Created: 2022-02-02T23:21:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T23:45:40.000Z (about 4 years ago)
- Last Synced: 2025-04-11T19:22:34.259Z (about 1 year ago)
- Topics: dart, ffi, notcurses
- Language: Dart
- Homepage:
- Size: 1.12 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# dart-notcurses
This is a library that implement [Dart](https://dart.dev) bindings for [NotCurses](https://github.com/dankamongmen/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](https://github.com/dart-lang/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
dart run example/nc-info.dart
```
