Initial commit

This commit is contained in:
Riyyi
2026-08-25 21:43:02 +02:00
commit 715fdbb7c1
12 changed files with 106 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Sindri
Game engine.
## Usage
<!-- TODO: --> TODO
## Compiling
### Dependencies
- `odin`
- `sh` a POSIX compatible shell
### Building
```sh
./build.sh
./build.sh debug
```
## Contributing
Make sure to enable git hooks:
```sh
git config core.hooksPath scripts
```