summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-01-03 15:25:42 +0500
committerilotterytea <iltsu@alright.party>2025-01-03 15:25:42 +0500
commit0a87b324c3bec9d7304e183072e1b5e42c4dc144 (patch)
tree33c04acd2effcb60d8250d9123f38692722a1085 /README.md
initial commit
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