L-System Generator
This is an L-System Generator. L-Systems are a form of procedural generation that utilizes grammar-like interpretation.
The initial setup of this program creates a Fractal Plant, however changing around the different options will cause it to interpret and generate differently.
It's important that the "Rules" and "Actions" maintain a specific format, otherwise, the software won't know what to do with it and can potentially result in a fatal error.
Rules should be written as: "Letter" then ":" then "New Letter(s)"
Actions should be written as: "Letter" then ":" then one of the listed commands
Commands:
- draw_forward
- turn_left
- turn_right
- save
- load
For more designs this can create, as well as further reading on L-Systems, visit the L-System Wikipedia Page
Status | Released |
Category | Other |
Platforms | HTML5 |
Release date | Jun 26, 2021 |
Author | Miah Turner |
Genre | Simulation |
Made with | Godot |
Tags | 2D, Experimental, Procedural Generation |
Average session | A few seconds |
Inputs | Keyboard, Mouse |
Leave a comment
Log in with itch.io to leave a comment.