This repository was originally hosted on codeberg, hower it has been moved Github. I am currently rewritting LX after creating some old dependencies I no longer use.
port of https://github.com/tsoding/zigout/blob/master/src/main.zig in odin
A faster replacement for React. - deprecated: use https://github.com/Patrolin/jsreact instead
A very simple breakout clone in Odin, following along with https://github.com/karl-zylinski excellent sereis on youtube, all credits to him
A declarative UI framework for Odin with a React-like API, built on [Clay](https://github.com/nicbarker/clay) and [Raylib](https://www.raylib.com/).
A simple window count indicator for the [Niri](https://github.com/niri-wm/niri) scrollable tiling compositor.
Break down large files into smaller chunks to upload them to repositories with limited upload sizes (like Git/GitHub's 100 MB hard limit).
software rasterizer made for learning purposes. Uses this tutorial https://lisyarus.github.io/blog/posts/implementing-a-tiny-cpu-rasterizer-part-2.html
following https://raytracing.github.io/books/RayTracingInOneWeekend.html#outputanimage with https://github.com/odin-lang/Odin