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.
Mārtiņš Možeiko
This is expected. See here why: https://hero.handmade.network/for...stretchdibits_performing_weir…
»
Shazan
How to convert my monogame projects frame based animation to handmade hero style animation. (Body…
»
kewp
I should also mention that I don't see the same effect when Casey is scrolling around with the co…
»
kewp
I'm on episode 6. Just finished graphics. I'm getting strange tearing when scrolling in the gradi…
»
Abner Coimbre
Hello folks, Thanks to the work of AsafGartner, and with a bit of help from Miblo, insofaras, an…
»
Sandy
Oh I see, thank you! I'll do that :)
»
Mārtiņš Možeiko
Do you mean how to set this setting to Yes when you add or drag&drop new files to project? I …
»
Stas Lisetsky
Ok. First of all, there is more than one way to pronounce Janus, and I want you to specifically c…
»
Sandy
mmozeiko For non-unity builds - yes. For unity builds it doesn't matter much. I understand Than…
»
Mārtiņš Možeiko
For non-unity builds - yes. For unity builds it doesn't matter much.
»
Sandy
Could this has something to do with the fact that these functions are inline?
»
kesipyc
Yesssss Thank you very much!
»
Mārtiņš Možeiko
If I'm not mistaken he does that for very small functions only. Like simple getters, or simple "c…
»
Sandy
thank you for your help :) I'll try that on VS mmozeiko Casey said this helps him organize code…
»
khofez
Thank you!
»
Mārtiņš Možeiko
There are two different things you can do in VS: 1) for every .cpp file you don't want to compile…
»
Mārtiņš Možeiko
No one of those are better than other one. Each of them are better in one or other way than other…
»
khofez
Hello, im sorry if this is a duplicate thread or not, I searched by this name and found nothing. …
»
Sandy
A different but related question: I am using Visual Studio as my IDE, do you know how can I tel…
»
ratchetfreak
Some people call is "single translation unit" (or STU) build.
»
Andrew Chronister
this should be fixed whenever the site bothers to update its css cache
»
Sandy
Thank you so much for your help! I will read about unity build and watch the 13 episode. I was …
»
Mārtiņš Možeiko
In short - he is using unity build. Unity build means that compiler will compile only one file. T…
»
Roman
Casey uses a method called 'unity build', where there is only a single code file being compiled. …
»
Mārtiņš Možeiko
No, he doesn't. That's exactly what my example shows. Imagine "my_thing_t thing" instead of "int …
»
Sandy
Hello, I am new to C/C++ and I have some doubts about the way Casey uses the headers and source f…
»
Jeremiah Goerdt
Lysa is going strong. Stronger than ever, actually. It's funny what happens to your mindset once …
»
Jeremiah Goerdt
Sorry, I wasn't very clear. I meant for his use case, does he need to heap allocate instead of ju…
»
simonWasHere
http://www.4coder.net/bindings.html Hope that helps, good luck :)
»
Mārtiņš Možeiko
If I remember correctly then high vs low is only about how you will use them. He crated two queue…
»