dorne/README.md

14 lines
532 B
Markdown

![enbyware](https://pride-badges.pony.workers.dev/static/v1?label=enbyware&labelColor=%23555&stripeWidth=8&stripeColors=FCF434%2CFFFFFF%2C9C59D1%2C2C2C2C)
## Dorne
A personal functional music programming framework written in Haskell & C and packaged with Nix.
### Setup
Ensure that your system's version of ncurses has the following extensions:
- wide character support
- term resizing (see `man 3x resizeterm`)
> TODO: actually list which extensions are used and how to compile with them
```bash
nix build && nix develop -i
```