Hello. For the past week or two I found myself with extra time on my hands. With my given freedom I proceeded to build a tree generator program in Java Swing. The UI looks better because of Flatlaf.
The tree generator can generate trees, obviously but it can also generate grass (Single blade, tall and short) and flowers (Single flower). All is derived from a tree.The simulation is based on the Fractal Tree algorithm. Extra features include wind animations, png and gif export (Gif is partially broken). I think its could be a cool program to pass time with or even use in game dev (For 2d foliage).