bsamuels453 / lsys

interactive l-system generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

interactive l-system generator written in coffeescript

see it running: http://benvan.co.uk/lsys

INSTALLING / RUNNING

./run - this script requires npm

If you'd rather do things manually, you'll need to:

  • compile coffee/* into js/generated/*.js
  • compile sass/.scss into sass/.css

Currently, the classes are not namespaced - so ./run uses the -b flag when invoking coffee-script / jitter.

About

interactive l-system generator

License:Other