dorne/README.md

15 lines
532 B
Markdown
Raw Normal View History

2025-09-03 14:51:49 +10:00
![enbyware](https://pride-badges.pony.workers.dev/static/v1?label=enbyware&labelColor=%23555&stripeWidth=8&stripeColors=FCF434%2CFFFFFF%2C9C59D1%2C2C2C2C)
2025-09-03 00:56:17 +10:00
## 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
2025-09-03 00:56:17 +10:00
```bash
nix build && nix develop -i
```