#odin-lang
Ta - dah !
I wanted to achieve an old school style but with a modern touch.

For the curious devs: custom engine made with Odin-lang! Dependencies: SDL3 and Sokol

#gamedev #indiedev #odin-lang #turnbased #screenshotsaturday #thursday #roguelike #indiegames #turnbasedthursday
September 24, 2026 at 5:28 PM
I am now a maintainer of the Odin examples repository: github.com/odin-lang/ex...

The goal: Provide high-quality, idiomatic Odin examples.

Is there a specific example you'd love to see? Let me know!

If you have experience with Odin and want to share something: Please make a PR! 💖
GitHub - odin-lang/examples: Examples of idiomatic Odin code
Examples of idiomatic Odin code. Contribute to odin-lang/examples development by creating an account on GitHub.
github.com
January 14, 2025 at 4:50 PM
The `vendor:sdl3`just got merged into the master branch in Odin! Go do SDL3 stuff!

github.com/odin-lang/Od...
`vendor:sdl3` by gingerBill · Pull Request #4790 · odin-lang/Odin
github.com
February 7, 2025 at 9:25 AM
📦 odin-lang / Odin
⭐ 5,925 (+9)
🗒 Odin

Odin Programming Language
GitHub - odin-lang/Odin: Odin Programming Language
Odin Programming Language. Contribute to odin-lang/Odin development by creating an account on GitHub.
github.com
June 16, 2024 at 6:00 PM
Recently added Odin examples!

SIMD (by barinzaya): github.com/odin-lang/ex...
WASM (by duffn): github.com/odin-lang/ex...
TCP echo server (by fotscode): github.com/odin-lang/ex...
Vulkan triangle (by laytan): github.com/odin-lang/ex...
January 21, 2025 at 8:40 PM
working on character animations in my custom odin-lang game engine
February 14, 2025 at 3:12 PM
Markov chain and random numbers (by redmoss): github.com/odin-lang/ex...

By me:
Odin for Absolute Beginners: github.com/odin-lang/ex...
Thread basics: github.com/odin-lang/ex...
Prefer to pass slices: github.com/odin-lang/ex...
Growing virtual arena: github.com/odin-lang/ex...
January 21, 2025 at 8:40 PM
Wachten tot ik de bal gooi en als ik er 1 seconde te lang over doe
April 9, 2025 at 10:30 AM
📦 odin-lang / Odin
⭐ 5,033 (+13)
🗒 Odin

Odin Programming Language
GitHub - odin-lang/Odin: Odin Programming Language
Odin Programming Language. Contribute to odin-lang/Odin development by creating an account on GitHub.
github.com
February 11, 2024 at 12:50 PM
Engine and game still have a long way to go but I'm happy with current results :)

#gamedev #odin-lang
August 3, 2026 at 10:51 PM
I started to port this game prototype to Odin+Raylib.
Why? Because it is more challenging that way, I also wanted to try Odin Lang for a long time.

For now, I have shaders and animations working (thanks Karl Zylinski for atlas loader), tilemap - next target.
#Odinlang #Gamedev #Indiegame
November 18, 2024 at 9:27 PM
Been using it to explore Odin-lang
November 12, 2024 at 11:05 PM
Es gibt viele Ereignisse in der Geschichte der Götter, die mit dieser Zahl in Verbindung stehen. Um die Weisheit der Runen zu erlangen, wurde Odin neun Tage und Nächte lang in Yggdrasil gehängt. Auch der Gott Frey musste 9 Tage warten, bevor er sich
November 6, 2024 at 7:49 PM
The MiniDump structs all use pack(4), so instead of having 4 bytes of padding, _MINIDUMP_EXCEPTION_INFORMATION contains a misaligned pointer.

And because I'm not using Windows.h, I was missing that pack(4) 😭

Odin had the same issue (that's how I found the solution!)
github.com/odin-lang/Od...
Windows SetUnhandledExceptionFilter() and MiniDumpWriteDump() not working · Issue #4407 · odin-lang/Odin
Context I'm trying to do Windows SEH in Odin, when exception occurred, catch it and write a dump file for later debugging. Operating System & Odin Version: Please paste odin report output: Odin: de...
github.com
May 25, 2025 at 11:15 AM
When you get to the point when "checking new idea" takes 5 min of editing existing systems in game 🤍

INFO: Working on vampiresurvivors-like game to learn Odin Lang and Raylib

#gamedev #odinlang
November 21, 2024 at 12:10 AM
Odin 2025-02 has just been released with vendor:sdl3 github.com/odin-lang/Od... #OdinLang 🚀
Release dev-2025-02 · odin-lang/Odin
New Language Features Support #unroll(N) for with arrays Compiler Improvements Enable -use-separate-module as default for all platforms (except wasm based ones) General Bug Fixes Remove erroneou...
github.com
February 11, 2025 at 2:07 PM
This is why I seemingly inevitably bounce off every "minimal c but better" lang I want to love (zig, Odin)
May 12, 2025 at 10:28 AM
It's a custom level editor I'm making using odin-lang.
November 29, 2024 at 4:05 PM
Ok, I know how to load textures from scratch (using stb_image and passing the [^]u8 data directly to OpenGL).

Next: transformations, coordinate system and Camera.

#gamedev #sdl #openGl #odin-lang
January 16, 2025 at 10:08 PM
Odin lang first impression

#Odin is the simplest of the C like languages I tried.

Ergonomics is great.
I wrote word frequency utility in minutes.
Raylib game library, is part of the Odin install, and works.

Still it's a system language, so harder than Python.

www.youtube.com/watch?v=rCqF...
Odin Programming Language: An Introduction - 2020-11-26
YouTube video by gingerBill
www.youtube.com
January 16, 2025 at 8:53 PM
А я сьогодні не чекав скасування сталкера, бо поки цей жанр не для мене
Але другий вечір розбираюсь, як написати http з tcp на odin lang
Подобається прогрес 🥰
November 21, 2024 at 12:58 AM
Time to try out Odin-lang and raylib for some game development 🎮
November 6, 2024 at 9:50 AM
Solving Advent of code using Odin lang, day 9.

Code sucks (but need to go back to bed before fixing), but got my highest placements yet!

Part one: 00:15:44 Rank: 1243
Part two: 00:39:53 Rank: 1240

#adventofcode
odin-aoc-23-24/24/09/main.odin at main · krstffr/odin-aoc-23-24
Advent of code in odin, 2023 and 2024. Contribute to krstffr/odin-aoc-23-24 development by creating an account on GitHub.
github.com
December 9, 2024 at 5:46 AM
topics done: vao, vbo, ebo, updating uniforms and vertex data.
next: textures.

#odin-lang #opengl #sdl
January 16, 2025 at 4:59 PM