Terkwood / forest

Draw trees using L Systems in godot and rust
MIT License
18 stars 2 forks source link

Version sanity: Break up crates #34

Closed Terkwood closed 3 years ago

Terkwood commented 3 years ago

Move gen to top level and separate out the lindenmayer crate. This will let us make release versions in each crate in a less sloppy way

Thanks again to the original impl: https://github.com/mneumann/lindenmayer-system

Terkwood commented 3 years ago

It's actually too soon to do this and it will just cause problems