this post was submitted on 01 Nov 2025
31 points (86.0% liked)

Programming

23543 readers
295 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] Arghblarg@lemmy.ca 5 points 3 weeks ago (1 children)

Why the downvotes? It seems at first glance like an interesting concept.

[–] potatoguy@lemmy.eco.br 5 points 3 weeks ago (2 children)

Maybe because it's a youtube video, but IDK

[–] HaraldvonBlauzahn@feddit.org 10 points 3 weeks ago

Yes its because it is a youtube video. Who has time to watch videos (and likely being sucked into a swamp of crap) if 200 words of text can in all likelihood convey the same information?

[–] ulterno@programming.dev 4 points 3 weeks ago

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.