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: about 2 months ago
JSON representation
(Work in progress) A 2D graphics library aiming to support the needs of the turtle crate
- Host: GitHub
- URL: https://github.com/sunjay/kale
- Owner: sunjay
- Created: 2019-05-19T00:56:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T21:42:41.000Z (over 5 years ago)
- Last Synced: 2025-01-25T18:45:24.579Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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