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
Chen
Wow this looks really cool! Good work man.
»
Chen
Oh the seams! When I modeled the yellow house, I first start out with a flat plane, then extruded…
»
Mārtiņš Možeiko
Aren't your rooms created from convex walls? I think I see seams between walls for yellow house, …
»
Chen
Nice! Thanks for the resources. I have chosen not to use GJK because it's limited to convex shape…
»
x13pixels
@areriff, I was able to reproduce this. Pressing the ESC key will end up destroying the hero in …
»
Mevius
I compile the code and press ESC instinctively to exit, it crashes immediately. In release build,…
»
Simon Anciaux
Did you try to use GJK + EPA ? You would need to generate convex meshes for you scene objects. Th…
»
Mārtiņš Možeiko
Apple has very similar documentation on functions like MSDN. It's available here: https://develop…
»
Chen
It's tough to stay motivated and keep working at a game. Best of luck to MindMan and your new pro…
»
Chen
In this post I will be discussing the collision algorithm I used to handle interaction between th…
»
David Butler
Hang in there!
»
Jesse Coyle
Good luck with the move, and I hope you find a permanent solution you guys are happy with; as wel…
»
Jeremiah Goerdt
The life of sitting at a computer for 12 hours a day is catching up with me, it seems. My spine m…
»
»
Mór
NelsonMandella Most of us would probably love nothing more than for HMH to continue on forever, a…
»
Allen Webster
Font size can now be changed at run time. (As of 4.0.24 I believe). There are built in commands …
»
Mārtiņš Možeiko
Second link has bad information and very incorrect code examples - it is doing totally different …
»
pulkas
Have a look at this articles. https://medium.com/@vardanator/se...ted-linked-list-in-c-ae24b7e0b…
»
Mārtiņš Možeiko
If you need to store data itself or a copy, then you put a value type. If you need to reference t…
»
skye_r
Is there any guideline that tells when should we use pointer type and regular type in a struct(or…
»
Oliver Marsh
Hi Miblo, I don't think my notes are super flash, so I thought they would be better suited to a…
»
Keenan
Is this still the only way to increase the font size at the moment?
»
NelsonMandella
Most of us would probably love nothing more than for HMH to continue on forever, and at the curre…
»
Allen Webster
There is a way to do that! Sort of. If you're building with <ctrl+m> then you actually do…
»
Oliver Cruickshank
I'm not sure if there is already a command for it but so far I haven't found anything. Is there a…
»
Allen Webster
Hmmm I can't remember the system off the top of my head. If you want a full answer send your cod…
»
Mārtiņš Možeiko
Parsing data from socket is no different than parsing data from file - its just an array of bytes…
»
Rafael
I'm using my own customization yes(i basically only changed hotkeys around didn't really do anyth…
»
iradicator
Cool video! I watched it - thanks for the recommendation. Please let me know if you happen to kno…
»
Allen Webster
A1) Hmmm... are you using your own customization? The jump to error system relies on a specific …
»