help-forum
How are we generating bindings these days?
Can't debug anymore on Macos and VSCode
How to do something like this in Odin without segfaulting (validation library)
[SOLVED] How to export Odin's AST to JSON?
Linker errors after replacing vendor raylib package with raylib OpenGL 2.1 build
imgui Text Editing
Compiler Crash
Storing polymorphic parameter in polymorphic struct upon creation
Metal Rendering Error
[SOLVED] 3D Cameras in Raylib - why do enums and IsKeyPressed chars do this in Odin?
My code doesn't work on -debug, but works on -release, etc, I'm confused and low on sanity
SIMD '_mm_cvtps_ph' is not declared
[Solved] Array of arrays
Error when building for Android
Conditional linkage
Cloning structs with dynamically allocated data
Big structs value transfer, pls help
Creating two files in exactly the same way, but one is created with no write permissions.
Temporary allocator memory leaks
[SOLVED] Help with simulation (double pendulum)
[NOT ODIN]GLFW crashes on Terminate()
[SOLVED] Help using Rad Debugger...
Ergonomic ways to declare gui elements
Can a custom iterator work both by copy and by reference?
UDP multicast data receiver
Detaching threads in Odin
Trouble compiling sdl2/ttf odin vendor library
Ignore `Allocator_Error`?
How to permanently add a collection like `core` or `vendor`
Can i hold values inside enums
Thread pool usage
Dynamic string allocation in C callback
Temp allocator for nested arrays
Is it possible to use the type enum of a tagged union?
Debugging library added through C-bindings
Maybe(UnionType) is nil when initialized inside struct initialization
Scientific data serialization
[SOLVED] Tracking Allocator not working as intended
How to debug WASM4 glitches?
[SOLVED] Libc & Raylib shenanigans on Windows
[SDL3] Seeking Optimization Advice for Drawing Thick Lines and Circles Using ODIN + SDL3
wgpu setup: valgrind says "Conditional jump or move depends on uninitialised value(s)"
Reflect Equal with Structs. Right way or not?
How do I assign a variable number of bits to a bit_field field size?
[SOLVED] Raylib can't use custom fonts
[SOLVED] Weird crash happening after reloading dll
[SOLVED] error LNK2005: _errno already defined
upgrade to new odin version causes crashes
How do I convert a raw input into a string?
[SOLVED] Question on Assembly from Code snippet...