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

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.

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