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
Handmade hero already does something like that. The audio function, GameGetSoundSamples, mixes t…
»
Simon Anciaux
I don't believe this has been done in hmh. But the memory system has changed quite a bit (day 474…
»
Simon Anciaux
It seems a bit confusing at the moment. And reading the text while playing will probably be hard.…
»
Italo
Ok, thanks a lost for your help (and also marcc's and ratchetfreak's). I feel like I learned a lot.
»
Mārtiņš Možeiko
Yes, you are right. By simply using quaternions it does not solve gimbal lock. GL happens due to …
»
Italo
marccSimply combine rotations using quaternions and just before rendering, create a matrix with t…
»
Marc Costa
Combining rotations from euler angles (i.e. rotations around 3 orthogonal axes) you can always en…
»
Italo
ratchetfreak instead create the rotation matrix yourself and use glLoadMatrixf (if you still want…
»
ratchetfreak
nyeecolaI see, but what does "depending on the way how you manage and apply rotations" mean? For…
»
Italo
I see, but what does "depending on the way how you manage and apply rotations" mean? For instanc…
»
Mārtiņš Možeiko
1. Yes, but you should avoid using glRotatef. It is a deprecated function. While it works fine no…
»
Italo
I have some questions that may or may not be entirely related to OpenGL, but certainly are relate…
»
Jason
Alright thanks. That sucks about intellisense though. I think it's come a long way and it seems t…
»
James Sral
Wow, that's super cool! Good work, man.
»
Mārtiņš Možeiko
One way (the simplest) is to create Tools -> External Tool menu item to call build bat. After …
»
Jason
Hey all. I was wondering how one might go about building a batch file through the visual studio I…
»
Joystick
Hi guys! On day 32, around 01:07:37 - 01:13:00, Casey was told that the replay buffers don't work…
»
Timothy Barnes
I made a video for the recent work I have been doing on the gameplay for Seabird. Most of my w…
»
Mārtiņš Možeiko
No, we are not only on discord. Community is split. Some people are only on Discord, some people …
»
Vee900
Hi, Just wondering whether Handmade hero community is now on Discord.If so where can i find the i…
»
void
I really like this design where the game is a service to the platform layer instead of the other …
»
paked
Quick ping for anyone who gets their OTAM-news from this thread: Week 2 is over, please write a p…
»
»
mindspyke
alright fair enough :p
»
Mohammed Salim Boulaajine
Thank you very much, sir! my bad, I didn't pay enough attention. I added the text message of the …
»
Mārtiņš Možeiko
You need to add gdi32.lib and user32.lib import libraries to your linker. If you see "unresolved…
»
Mohammed Salim Boulaajine
Hey, I'm 3 episodes in and I have problems compiling Here's the error message : w:\handmade\code&…
»
yumisen-yamasen
> There's a huge mismatch between the skills those jobs want (web languages/frameworks, networ…
»
Miles
I've actually gone through triplebyte since I posted my last reply here, as it happens. They seem…
»
Mārtiņš Možeiko
If all you do is call function once a frame (maybe a few) from one dll to another, then you won't…
»