Ah, yep. Good catch. That will do it. Cannot have pointers to functions in dll across reloads. you…
If I understand correctly: window creation and its window procedure callback are both in the DLL, …
Are you not running out of space in this buffer? Because on every reload you're putting extra str…
Thanks Martins, Where is the code that does PeekMessage ? Inside dll that runs part of frame() fun…
On Windows the "window" (HWND) does not care about dll where it is created. Does not matter what d…
Hello Everyone, I have made a very simple hot reloading host program, that just loads the function…
Version 0.5 changelogNew ui system.Improved basic html layout.Improved log messages.Added text fil…
Hello there ! I am still using this amazing debugger ! Thanks again for this gem. However I had an…
Pretty sure you're supposed to put __locals in watch window. Check the readme.txt for other things…
Hi there, I just bought RemedyBG but can't seem to find the locals window. Thanks
RemedyBG 0.3.9.4 is now available for download. Present a message if the README.txt cannot be open…
@x13pixels Awesome! Thank you!
"For 2D orthographic rendering I would not worry about near and far planes at all, instead just ma…
Hi. I've been using RemedyBG occasionally for a while now, and whenever I need it, I'm a happy cus…
Metal clips z in NDC space to [0,1] just like D3D. Compared to OpenGL's default [-1;+1]. From ima…
I've been working with my own software renderer for a little while, but I've decided its time to d…
RemedyBG 0.3.9.3 is available for download with the following new features, improvements, and bug …
With the Wheel Reinvention Jam just over a week away, we’re very pleased to finally release the …
@PotatoRotato, This will be available in the next release.
I will be happy to take a look and see what it would take to enable this.
Yeah, agreed, saves are already in for v2 (currently not released on itch, but can be built from s…
Glad you enjoyed it. There are two features that would be nice to have:saves, both user saves and …
Syntax discussions tend to be highly contextual. The syntax of a language is not a standalone, sep…
Wow, that is awesome :) I think it's the first example I've seen of someone else using this engine…
Hello, ImGui's docking branch has an option that allows you to drag panels outside of the Windows …
Different people wrote different compilers. Meaning they implemented them differently - different …
Why do compilers decide to generate different code for the lerpf and lerp_128_cast_f functions? Ar…
after inlining the compiler will do more optimizations that will end up eliminating extraneous mov…
What I mean that is that it does not matter much if you're doing just one operation like that. Yes…
I don't understand how inlining will make this better. If I call this function and pass in differe…