If you created your project file correctly, 4coder should open all the files when you load the pr…
There is nothing wrong with using shared libraries on Linux. They are well defined how they work …
Thanks for the thoughts and the actual X11 code! That's awesome. I have tried to mess around with…
Reduce dynamic dependencies if you want stability
I honestly just gave up with third-party dynami…
> My problem is that Casey and Jon seem to say everything is bad...
their negativity and frus…
Thank you everyone for replying. Having some really well thought out responses was really nice to…
Hey guys, I've been experimenting a bit with hotloading shared libs on linux lately.
However, on…
I know that this question could have a stupid answer but I cannot figured it out.
I'm working i…
This might interest some of you.
DIY Laptop
While it's still not simple and the processor is sl…
I tried compiling and testing your code and the assert doesn't trigger. Do you need to do somethi…
My question is if all software is going down the garbage shoot, how do I learn from a bad startin…
Hello FictionalWizard, it's great to have you as part of the community! Welcome. :)
When I was f…
I have certainly struggled with your very issue. I'm sort of a newbie programmer when compared to…
Welcome to Handmade!
To add to people's great thoughts so far, there's a trend of us moving away…
Sorry, this isn't a full answer, more of a partial reaction.
Frustration and complaints are very…
I know how you feel, very strong current pulling you in the opposite direction. Not sure what th…
Hello,
I have been watching the streams and following along. I also like to watch Jon blow strea…
zip file with code I've removed most of the debug string for this issue to move on for time bein…
Anything that inherits IUnknown is COM. You can check that it in headerfiles or in MSDN docs if t…
Yeah, I was reading about COM on MSDN. Found about the ->lpVtbl->. When following Handmade …
Why are the ifs in that code capitalized ? Is it a macro ? If so what is it ?
Could it be that y…
Apologies, this is the assert triggered.
I've added lots of these outputs in the code to diagnose…
Welcome.
You should add the steam video on the project page so that we can see what's the game a…
There is no assert in the code you shared. Could you share a more complete example ? What is the …
Sorry for the late answer, but i didn´t seen your post :-(
Did you tried to compile and run the …
maverick1013D3D12 requires you to compile as C++, since we have to deal with the COM (Component O…
Hello, I've been trying to find this bug in my code to no avail. I found another thread with a si…
Wow!
Ok... this is awesome.
I searched for D3D12 on github but I didn't find this repository.
…
You can use D3D12 from C, here's an example project on Github.
You don't need the __uuidof() mac…
Hi everyone,
Recently I watched some Handmade Hero episodes where Casey says that there is no mo…