LSystem generator using JavaFX. Can import export resulted trees/systems as .obj into blender.
LSystem(axiom=F, rules={F=FF+[+F-F-F]-[-F+F+F]}, iterations=6, angle=90)
- Generate and Parse LSystem String
- Save/Load LSystem from file
- Export as OBJ
- Construct 3d Mesh from triangles (WIP)
Copyright © 2023 Hamish Burke.
This project is MIT licensed.