Ask HN: C/C++ adjusting variables at runtime
https://news.ycombinator.com/item?id=9772138I recall hearing of a library that can be linked into a C/C++ program that allows you to register variables. When your application is launched, the library would start a webserver, which you can then connect to. The displayed webpage would then show you all the variables you have registered and allow you to adjust them.
In terms of games development, this would be very useful, but after spending 90 minutes searching Google, I can't find the library. Either it no longer exists, my search terms are bad, or perhaps I made up this whole idea in my head.
Can anyone help?