help-forum
hex.encode types
ucrt.lib error when running tests
[SOLVED]Widen a value properly in Odin
Big Float Implementation
what would be a good approach to use uinput from odin
C code Translation
How to Allocate an Two Dimensional Dynamic Array?
Loading Vulkan Proc Addresses
GLSL Syntax Error
Build from Linux to Windows
Cannot figure how Odin can do any of these requirements for allocated 2D fixed array?
ioctl on macos(darwin) system
[SOLVED] Controller not detected in WASM.
glfw.GetCursorPos error, need a second pair of eyes
Build odin lib for use in iOS
Why does this parapoly not work with only the enum type?
box2d collision doesn't seem right
How does Proc Address loading work?
Creating and verifying dll injection
void* in bindings
How does "Type Switch" Work internally?
scratch arenas explanation
How to do generic linked lists in Odin
[SOLVED] raylib support for wayland
Totally new to odin
get dearimgui working on osx
Specify foreign lib as a variable?
Convert byte array to struct
Pointer type in a proc header
Opaque structs?
Use of import name procedure not in the form x.y?
[Solved] baking file data into an executable
[SOLVED] Maybe(T) type stuct field is nil after receiving value on creation
[SOLVED] How do I take the address of a procedure?
How do I implement outb() in Odin?
[solved]How exe file find dlls needed? My Program try to dynamic load vulkan's SDL2 instead of odin
Defer delete dynamic array but still have memory leak.
[solved] how tf do I set posix termios flags
[solved] Raylib's 'GetMonitorWidth()' and 'GetMonitorHeight()'
why does this function *return* a messed up string? (solved)
(solved) destroying a static mem/virtual allocator arena before allocation does nothing?
net.tcp_send prepends 0?
code review request - implementation of variadic procedure returns for errors and warnings
Why is eng.displaydata an invalid image? (line 43 wgpu-native code)
Composition of structs and passing them around
neovim ols no function signature hints
`conv.atof` sometimes spits out LONG numbers
How do you use context now vs the old way in the wgpu sdl example?
Cast rawptr to typed pointer, when the typeid/Type_Info is known at runtime
Why does `@(static)` extend the visibility of the variable to inner scopes