From the video description:
Stop recompiling your C code just to change a number. adjust.h is a single-header library that lets you edit variables while your program is running - no rebuilds needed. Just include the header, mark your variables, and watch them update live as you edit your source file. In this video, I’ll show you how to set it up and demonstrate why this simple tool can save you time.
Works with any C99 compiler and integrates perfectly with Raylib, ImGui, and other popular libraries. Whether you’re tweaking game physics, adjusting graphics parameters, or fine-tuning algorithms, adjust.h will make your life simpler. Zero dependencies, minimal setup, maximum productivity.
Here is a link to the adjust.h GitHub in case you don’t feel like watching a video
I love how the documentation is in the actual .h file and the read me is a mere formality.
I’m disappointed I didn’t get this as a floppy in the mail.
Why the downvotes? It seems at first glance like an interesting concept.
Maybe because it’s a youtube video, but IDK
Yeah, I tend to just ignore youtube links most of the time.
While this would have been better received on Reddit, for Lemmy, you want to consider making the GitHub/GitLab links as the main and youtube links in the description.
Does it bring any advantage over using GDB/LLDB? Seems a little unnecessary if it’s just to change variables.


