# sillyeditor A simple level editor. Made with [SFML](https://www.sfml-dev.org/), [Dear ImGui](https://github.com/ocornut/imgui) and the C++ programming language. [It was previously written in C/Raylib!](https://github.com/ilotterytea/sillyeditor/tree/4334fb4bdca40ef75f81ec16e01a85e9e06ad26c) ## 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.