Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunjay/kale

(Work in progress) A 2D graphics library aiming to support the needs of the turtle crate
https://github.com/sunjay/kale

Last synced: 14 days ago
JSON representation

(Work in progress) A 2D graphics library aiming to support the needs of the turtle crate

Awesome Lists containing this project

README

        

# kale

A 2D graphics library aiming to support the needs of the [turtle] crate.

- [ ] Straight lines
- [ ] Arcs
- [ ] Circles
- [ ] Filled version of a shape made from any of the above (single fill color)
- [ ] Border of filled shape may change its drawing properties at any point along the path
- i.e. you can have filled shapes where the border is multicolored
- [ ] Text
- [ ] Animated text drawing (letter by letter)
- [ ] Images (stamps?)
- [ ] Resizing the window
- [ ] 3D drawing?
- [perspective mode](http://aucblogo.org/aucblogo-4.7/help/perspective.frame.html)
- [up pitch](http://aucblogo.org/aucblogo-4.7/help/up.html)
- [right roll](http://aucblogo.org/aucblogo-4.7/help/rr.html)

[turtle]: https://github.com/sunjay/turtle