# sillyeditor A simple 3D level editor. Made with [Raylib](https://raylib.com) and the C programming language. ## Compile from sources ```bash mkdir build && cd build cmake .. make ``` ## License See [LICENSE](LICENSE). This project is under the Mozilla Public License Version 2.0.