Add Braille canvas and basic line plots

This commit is contained in:
Dimitri Lozeve 2021-04-29 19:38:29 +02:00
parent c4a5e84025
commit 516237d2bc
4 changed files with 123 additions and 0 deletions

8
build.ss Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env gxi
(import :std/build-script)
(defbuild-script
'("uniplot/braille"
"uniplot/lineplot")
optimize: #t)