Description
A pixel-style procedural tree generator that I created as part of the 10-kilobyte website assignment. The generator has 5 presets for different types of trees, but even within one type, two identical trees are never generated. The generator is controlled simply by clicking – every touch or mouse click generates another unique tree. I plan to expand the project and use it as one of the systems for a pixel art video game that I am designing as part of my bachelor's thesis. It is built using JavaScript and utilizes the Canvas technology, which is built into modern web browsers.