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