An L-System engine and turtle-based renderer.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Starbeamrainbowlabs dcd30d5f7f
Add link to README
5 years ago
SimpleTurtle Try to imlement [ and ], but it's not quite right yet? 5 years ago
.gitignore Initial commit. I can't believe I haven't committed this already..... 5 years ago
LICENSE Add license 5 years ago
README.md Add link to README 5 years ago
SimpleTurtle.sln Initial commit. I can't believe I haven't committed this already..... 5 years ago

README.md

L-System Engine

An L-System engine written in C# with turtle-based rendering support.

Getting Started

If you're on Linux or macOS, make sure you've got a C♯ compiler installed (such as mono). Then, simply execute msbuild in the root of this repository. The output will be saved to SimpleTurtle/bin/Debug.

Execute SimpleTurtle.exe --help for assistance on how to use it. Alternatively, you can read the help text here.

If you're confused about anything, let me know by either opening an issue or sending me an email. My email address can be found on my website.

Contribute

Pull requests and / or email patches are welcome! Please include a statement saying that you license your code under MPL-2.0 though.

License

This project is licensed under the Mozilla Public License 2.0. A full copy of the license text can be found here, and [tldrlegal have a good summary of the license if you don't like reading dry legal documents :-)](https://tldrlegal.com/license/mozilla-public-license-2.0-(mpl-2)).