A 2D game built with Odin and SDL3.
- Odin
dev-2026-04or later - SDL3 DLLs (bundled with Odin, see below)
Copy SDL3 DLLs from your Odin install into the project root (re-run this after any Odin update):
for /r "D:\Odin\vendor\sdl3" %f in (*.dll) do copy /y "%f" "D:\gamedev\odin\2D_ghosty"
D:\Odin\odin.exe build src -out:ghosty.exe
D:\Odin\odin.exe run src