It will generate a simple simulation of the planets orbital journey from your birthday date to the current moment.
An experement involving implementing iterator pattern in odin lang
A simple graphing calculator for visualizing math functions.
These benchmarks were written to provide examples of how different memory layouts can affect performance
Create convex hulls and generate Bezier curves with an array of points.
Command-line argument parsing for the Odin programming language.
Regex via Recursive Descent + NFAs
No description provided.
A Practical Lisp for Systems Programming
Odin Start (ostart). Quickly start an Odin project. Comes in Odin and Python flavours.
Spall - A cellular stack-based language.
A comprehensive TOML parser/serialiser for Odin
Code and review for Bob Nystrom's awesome Crafting Interpreters
My solutions to the Advent of Code challenges
Software 3D renderer
The dream of having something resembling CUDA Computing on the GPU in simple OpenGL on open source drivers.
A very basic CLI argument parser for Odin
Vulkan Tutorial
Trying out Odin and OpenGL
A very simple version of a Math Array library for Odin, inspired by NumPy and others.
Lua build system written in Odin.
Odin CLI Application Framework
This is a very simple implementation of this crazy method of making read only hashs become faster with no collisions.
AN adventure and experiment on Data Structure and Algorithms, implemented in Odin