axelmagn / lsystem

L Systems in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support stochastic L-systems

opened this issue · comments

Currently only deterministic L-systems are supported, it would be nice to support stochastic L-systems as well. I've got a fork that has working support for them here:

https://github.com/mechaxl/lsystem

The code isn't particularly pretty, but let me know if you're interested in a pull request and I'll polish it up and open one.