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.
Simon Anciaux
There is no assert in the code you shared. Could you share a more complete example ? What is the …
»
Finalspace
Sorry for the late answer, but i didn´t seen your post :-( Did you tried to compile and run the …
»
Mārtiņš Možeiko
maverick1013D3D12 requires you to compile as C++, since we have to deal with the COM (Component O…
»
kurorah
Hello, I've been trying to find this bug in my code to no avail. I found another thread with a si…
»
Leonardo
Wow! Ok... this is awesome. I searched for D3D12 on github but I didn't find this repository. …
»
Marc Costa
You can use D3D12 from C, here's an example project on Github. You don't need the __uuidof() mac…
»
Leonardo
Hi everyone, Recently I watched some Handmade Hero episodes where Casey says that there is no mo…
»
Angelo Theodorou
You c…
»
Riccardo Caprari
Hi every one, my name is Riccardo Caprari, "Capro" in short, and I just recently joined the site …
»
Pascal Beyer
Sweet, I want to write a vector graphic thing myself at some point. This is a great resource.
»
Pascal Beyer
I think he is generating unique strings as "DEBUG_NAME" (concatinating file and line). Then he j…
»
heriyuy
Is that the handmadecon of hoodies are available in the Europe or not?If yes than suggest some n…
»
Jason
I've been watching some of the debug/profiling videos and in the beginning Casey was using static…
»
Mārtiņš Možeiko
You can disable buffering on stdout with this: 1setvbuf(stdout, NULL, _IONBF, 0);
»
Finalspace
Hi, i just want to give you a short overview what the current state of FPL are and what will com…
»
Adrien
Okay if I add fflush( stdout ); it work. But they is no other solution to just add fflush( stdout…
»
Simon Anciaux
To be clear, you're trying to run one of your executable from 4coder ? Could this be similar to …
»
Simon Anciaux
I tried to create a title using # vertical_scope_annotation.cpp and the resulting titles reads:…
»
Simon Anciaux
Description This module helps to figure out which scope is enclosing the current code line by dis…
»
Adrien
For exemple I saw 'hey!' only when I close the executable. 1Print("Hey!\n");
»
Monax
Great article thanks you :)
»
stat phantom
Been following along and learning a lot! but all of a sudden the live editing stopped working, it…
»
Simon Anciaux
Once I had a visualization, it quickly became obvious what was the issue. Taking some time to cre…
»
John Chadwick
It would be great to see proper high DPI support in RemedyBG, but I think there's some misunderst…
»
C_Worm
Just wow, how can you be so good?! xD Thanks so much, that was the tiny detail that was missing,…
»
Ryan Fleury
Sure thing Finalspace! Thanks for reminding me. :)
»
Simon Anciaux
I did a small test out of curiosity, and it seems that the result of my code (which I think shoul…
»
Jens
Interesting you would mention a diff tool, I've had similar ideas. I've never written a diff tool…
»
C_Worm
Yes i've stepped in and looked at it and from what i can see the axis are correct. The projectio…
»
Finalspace
Can you please add my platform abstract library as well?: https://fpl.handmade.network/ Thanks ;)
»