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