Odin vulkan renderer.
- Odin
- Vulkan
- GLFW
Clone this repository.
Then, install the submodules with git submodule update --init --recursive.
Optionally, you can install zx with npm install -g zx to run the scripts in tasks/.
make # Outputs build/hyoga.exe
make debug # Outputs build/hyogad.exeAlternatively:
zx tasks/build.mjscd build
./hyoga.exeAlternatively:
zx tasks/build.mjsUse the command zx tasks/[task].mjs to run the included scripts.
It is not required for use.