blob: b748742f47357e344239eeedf6fb8e60726de98c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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.
|