Add README

This commit is contained in:
Starbeamrainbowlabs 2018-01-29 11:34:51 +00:00
parent 3d9e04effb
commit 026498d07e
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# 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](https://git.starbeamrainbowlabs.com/sbrl/LSystemEngine/src/branch/master/SimpleTurtle/Help.txt).
## 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](https://git.starbeamrainbowlabs.com/sbrl/LSystemEngine/src/branch/master/LICENSE), 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)).