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