2025-09-03 14:51:49 +10:00
|
|
|

|
|
|
|
|
|
2025-09-03 00:56:17 +10:00
|
|
|
## Dorne
|
|
|
|
|
A personal functional music programming framework written in Haskell & C and packaged with Nix.
|
|
|
|
|
|
|
|
|
|
### Setup
|
2025-09-12 01:51:47 +10:00
|
|
|
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
|
|
|
|
|
```
|