Files
sindri/README.md
T
2026-08-29 23:57:06 +02:00

38 lines
341 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?