Files
sindri/README.md
T
2026-09-05 18:16:41 +02:00

39 lines
366 B
Markdown

# 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
```
vendor
- wgpu
- glfw
- lua
- miniaudio
- microui (temp)
- box3d?
- build.sh -> build.odin