Here's a tutorial on how to get started with the SDL3 GPU API in the Odin programming language.
This is my second youtube tutorial ever, and I'm not a graphics programmer, but I love tinkering and here's my walk through the basics.
Code: https://github.com/nadako/hello-sdlgpu3-odin
SDL: https://www.libsdl.org/
Odin: https://odin-lang.org/
Dear ImGui: https://github.com/ocornut/imgui
My Odin Dear ImGui bindings fork with SDLGPU3 support: https://gitlab.com/nadako/odin-imgui/-/tree/sdlgpu3?ref_type=heads
Download
0 formats
No download links available.
Odin SDL3 GPU Tutorial: Part 10 - Dear ImGui,Tuning stuff with Debug UI | NatokHD