Add Braille canvas and basic line plots
This commit is contained in:
parent
c4a5e84025
commit
516237d2bc
4 changed files with 123 additions and 0 deletions
8
build.ss
Executable file
8
build.ss
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env gxi
|
||||
|
||||
(import :std/build-script)
|
||||
|
||||
(defbuild-script
|
||||
'("uniplot/braille"
|
||||
"uniplot/lineplot")
|
||||
optimize: #t)
|
Loading…
Add table
Add a link
Reference in a new issue