commit c4a5e84025be98509d4b859230af002f93186150 Author: Dimitri Lozeve Date: Thu Apr 29 19:38:15 2021 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..60edadc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*\~ +build-deps diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ed1d393 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Dimitri Lozeve + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.org b/README.org new file mode 100644 index 0000000..3e57e92 --- /dev/null +++ b/README.org @@ -0,0 +1,14 @@ +* Uniplot + +Unicode plotting library for [[https://cons.io/][Gerbil Scheme]]. + +Depends on [[https://github.com/dlozeve/fancy][Fancy]] for colors and display. + +** Features + +- Braille canvas for plotting +- Line plots + +** References + +- [[https://github.com/Evizero/UnicodePlots.jl][UnicodePlots.jl]] in [[https://julialang.org/][Julia]] diff --git a/gerbil.pkg b/gerbil.pkg new file mode 100644 index 0000000..4d0df29 --- /dev/null +++ b/gerbil.pkg @@ -0,0 +1 @@ +(package: dlozeve)