Template project for the Ona game engine.
Go to file
kayomn 91101742bc Update with recent API changes 2024-07-26 00:13:44 +01:00
src Update with recent API changes 2024-07-26 00:13:44 +01:00
.gitignore Initial commit 2024-07-25 22:47:15 +01:00
build.zig Initial commit 2024-07-25 22:47:15 +01:00
build.zig.zon Initial commit 2024-07-25 22:47:15 +01:00
readme.md Initial commit 2024-07-25 22:47:15 +01:00

readme.md

Ona Template

A template project for working with Ona.

This template is also built as part of the continuous integration pipeline for Ona itself, so it should always be up-to-date with the main branch.

Note that consuming Ona as a package requires it be downloaded manually, either through the releases page or by cloning, and referencing as a local dependency. This is due to the repository using Git submodules to reference third-party code.

This project assumes Ona is located in the same parent directory as it is, but this can changed by editing the path property of the Ona dependency in your build.zig.zon file.