https://github.com/mischief/lsis
lsis: lsystem interpreter in go.
https://github.com/mischief/lsis
Last synced: about 1 year ago
JSON representation
lsis: lsystem interpreter in go.
- Host: GitHub
- URL: https://github.com/mischief/lsis
- Owner: mischief
- Created: 2013-08-06T15:12:25.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-06T16:39:19.000Z (almost 13 years ago)
- Last Synced: 2025-02-08T15:47:06.962Z (over 1 year ago)
- Language: Go
- Homepage: https://offblast.org/projects/lsis/
- Size: 52.7 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
lsis: l-system interpreter in go
================================
installation
------------
go get -u github.com/mischief/lsis
demo
----
lsis $GOPATH/src/github.com/mischief/lsis/sierpinski.lsis
alternatively,
cd $GOPATH/src/github.com/mischief/lsis
./sierpinski.lsis
then open sierpinksi.png
usage
-----
see [sierpinski.lsis](sierpinski.lsis) for an example of use