summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d9a5b15
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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. \ No newline at end of file