https://github.com/jamis/lindy
An L-system parser and interpreter
https://github.com/jamis/lindy
Last synced: 7 months ago
JSON representation
An L-system parser and interpreter
- Host: GitHub
- URL: https://github.com/jamis/lindy
- Owner: jamis
- Created: 2015-05-07T22:02:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-07T22:02:37.000Z (about 11 years ago)
- Last Synced: 2025-03-30T02:51:10.260Z (about 1 year ago)
- Language: Ruby
- Size: 97.7 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lindy
Lindy is a simple implementation of an L-system parser and interpreter. It is intended primarily as a platform for exploring and experimenting.
## Dependencies
Just Ruby 2, and ChunkyPNG (for image generation).
## Author
Jamis Buck (jamis@jamisbuck.org)
## License
Public domain.
Seriously. There are so many L-system implementations out there that it makes no sense to try and claim any ownership to this code.