A collection of awesome Odin libraries, bindings, software and resources 🧙♂️
Examples of idiomatic Odin code
Karmem is a fast binary serialization format, faster than Google Flatbuffers and optimized for TinyGo and WASM.
A HTTP/1.1 client/server implementation for Odin.
A collection of static datastructures for Odin
Odin's collection of Raylib examples
Self-contained realtime graphical application engine with a simplistic design philosophy.
Native Odin implementation of glTF2 loading file format as described by khronos: https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html
Odin version of my toy Vulkan game engine
A storage container that maps a handle (index + generation) to an item
Android native example application completely written in Odin
Handler for Aseprite's .ase/.aseprite, .aseprite-extension & extended .gpl files writen in Odin.
Odin ECS was built because I needed a way to dynamically add functionality to things in my game. I also just find entity component systems fun to work with and I couldn't find a general purpose one for Odin , so I made it myself.
Easy-to-use LBP binary serialization utility for Odin.
Fast archetype-based ECS for Odin with support for relationships.
A collection of introductory OpenGL examples in Odin.
A 2D animation library for Odin
A utility wrapper that jump starts initialization of Vulkan for Odin Language.
Performance evaluation of different approaches for bridging tsgo with JS
Easy to use Entity Component System (ECS) crafted with Odin.
A collection of packages for Odin
Odin syntax definition for Sublime Text
Nuod (Numerical Odin) is an Odin library for creating and manipulating numerical multi-dimensional arrays.
Android NDK Bindings for Odin