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
If you created your project file correctly, 4coder should open all the files when you load the pr…
»
Mārtiņš Možeiko
There is nothing wrong with using shared libraries on Linux. They are well defined how they work …
»
BernFeth
Thanks for the thoughts and the actual X11 code! That's awesome. I have tried to mess around with…
»
Dawoodoz
Reduce dynamic dependencies if you want stability I honestly just gave up with third-party dynami…
»
jestarray
> My problem is that Casey and Jon seem to say everything is bad... their negativity and frus…
»
FictionalWizard
Thank you everyone for replying. Having some really well thought out responses was really nice to…
»
BernFeth
Hey guys, I've been experimenting a bit with hotloading shared libs on linux lately. However, on…
»
Alberto Vaudagna
I know that this question could have a stupid answer but I cannot figured it out. I'm working i…
»
Aldrin
This might interest some of you. DIY Laptop While it's still not simple and the processor is sl…
»
Simon Anciaux
I tried compiling and testing your code and the assert doesn't trigger. Do you need to do somethi…
»
Miles
My question is if all software is going down the garbage shoot, how do I learn from a bad startin…
»
Ryan Fleury
Hello FictionalWizard, it's great to have you as part of the community! Welcome. :) When I was f…
»
Jason
I have certainly struggled with your very issue. I'm sort of a newbie programmer when compared to…
»
Abner Coimbre
Welcome to Handmade! To add to people's great thoughts so far, there's a trend of us moving away…
»
ppbitb
Sorry, this isn't a full answer, more of a partial reaction. Frustration and complaints are very…
»
Oliver Marsh
I know how you feel, very strong current pulling you in the opposite direction. Not sure what th…
»
FictionalWizard
Hello, I have been watching the streams and following along. I also like to watch Jon blow strea…
»
kurorah
zip file with code I've removed most of the debug string for this issue to move on for time bein…
»
Mārtiņš Možeiko
Anything that inherits IUnknown is COM. You can check that it in headerfiles or in MSDN docs if t…
»
Leonardo
Yeah, I was reading about COM on MSDN. Found about the ->lpVtbl->. When following Handmade …
»
Simon Anciaux
Why are the ifs in that code capitalized ? Is it a macro ? If so what is it ? Could it be that y…
»
kurorah
Apologies, this is the assert triggered. I've added lots of these outputs in the code to diagnose…
»
Simon Anciaux
Welcome. You should add the steam video on the project page so that we can see what's the game a…
»
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…
»