Skip to content

Drawing in terminal with unicode braille characters

License

Notifications You must be signed in to change notification settings

zakisk/drawille-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drawille-go

started out as a fork of exrook/drawille-go but has diverged a decent amount from that. a lot of the changes have been adapted from termui's implementation but modified to try to incorporate the x and y axis plus their labels.

this uses golang's image library (specifically the Rectangle and Point types) for the canvas that data is plotted in. each point in the canvas is a rune with its own color that gets returned as a string so that it can be used in terminal applications.

About

Drawing in terminal with unicode braille characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%