karl-zylinski
I create video games and teach how to use the Odin Programming Language
Independent game developerSweden
Pinned Repositories
atlas-builder
Atlas builder for Odin games with aseprite file format support
breakout
Breakout tutorial in Odin + Raylib with step-by-step video
jzon-c
jzon is a format for describing data that is easier and less error-prone to edit than standard JSON
odin-hot-reload
The code from my Odin hot reload article
odin-raylib-hot-reload-game-template
An Odin + Raylib game template with Hot Reloading pre-setup
odin-win32-software-rendering
Win32 software rendering using only Odin's core libraries
sdf-terrain-painter
Signed Distance Field terrain painter prototype
snake-tutorial-code
Snake tutorial in Odin + Raylib with step-by-step video
karl-zylinski's Repositories
karl-zylinski/odin-raylib-hot-reload-game-template
An Odin + Raylib game template with Hot Reloading pre-setup
karl-zylinski/sdf-terrain-painter
Signed Distance Field terrain painter prototype
karl-zylinski/jzon-c
jzon is a format for describing data that is easier and less error-prone to edit than standard JSON
karl-zylinski/atlas-builder
Atlas builder for Odin games with aseprite file format support
karl-zylinski/odin-win32-software-rendering
Win32 software rendering using only Odin's core libraries
karl-zylinski/odin-hot-reload
The code from my Odin hot reload article
karl-zylinski/breakout
Breakout tutorial in Odin + Raylib with step-by-step video
karl-zylinski/snake-tutorial-code
Snake tutorial in Odin + Raylib with step-by-step video
karl-zylinski/learn-odin-gamedev-blog-code
Code examples featured in my "Make games using Odin and Raylib" blog series
karl-zylinski/odin-bindings-to-c
How to bind to a C library from Odin
karl-zylinski/odin-dod-benchmarks
These benchmarks were written to provide examples of how different memory layouts can affect performance
karl-zylinski/karl-zylinski.github.io
Hugo source files for my website and blog
karl-zylinski/megacopy
DOS application for copying a big directory tree to multiple floppys. I wrote this for an IBM 286 to get all the contents off the harddrive.
karl-zylinski/patreon-github-invite
Odin program that reads Patreon members and invites them to GitHub organization
karl-zylinski/xcb_vulkan
Renders a cube using vulkan on linux (using xcb for window). Mostly in a single function
karl-zylinski/.github
karl-zylinski/examples
Examples of idiomatic Odin code
karl-zylinski/karl-zylinski
This repo holds the text that appear on my user profile here on GitHub
karl-zylinski/nasm-snake
Snake written in nasm... Windows and GL code is in lib called xdisp, actual game logic in asm
karl-zylinski/Odin
Odin Programming Language
karl-zylinski/odin-aseprite
Handler for Aseprite's .ase/.aseprite, .aseprite-extension & extended .gpl files writen in Odin.
karl-zylinski/odin-lang.org
karl-zylinski/sublime-odin
Odin syntax definition for Sublime Text
karl-zylinski/xdisp
lib for creating NxN big "displays". Use for making simple assembly games or something