A library for building 2D games with the Odin Progrramming Language.
Warning
This project is extremely work-in-progress, not production ready. But there is plenty to test and contribute.
Tested in Odin version: dev-2025-12:ac61f083f.
This library is divided in different packages:
├───application # framework to handle window and gpu context
├───gpu # the graphics api
├───renderlink # the engine
├───shared # code used across packages
├───utils # some utilities
└───wasm # web support
Check each package folder to learn more.
TODO.
This project is licensed under the MIT License. See the LICENSE file for details.
Made with ❤️ by developers who just want graphics to work