27 lines
499 B
Markdown
27 lines
499 B
Markdown
# meowbb
|
|
|
|
probably out of date demo: https://asciinema.org/a/jUw0GtaIsqZdAxTDkBRAiV2L3
|
|
|
|
you'll need uhhhhhhhhhhhhhh fixed libraries
|
|
|
|
```
|
|
git clone https://git.lain.faith/misc-deps/racket-ansi
|
|
cd racket-ansi
|
|
raco pkg install ansi/
|
|
git clone https://git.lain.faith/misc-deps/lux
|
|
cd lux
|
|
raco pkg install
|
|
cd ..
|
|
git clone https://git.lain.faith/misc-deps/raart
|
|
cd raart
|
|
raco pkg install
|
|
```
|
|
|
|
ok now we're ready to do stuff
|
|
|
|
```
|
|
git clone https://git.lain.faith/haskal/meowbb
|
|
cd meowbb
|
|
racket tui.rkt
|
|
```
|