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.
Jeroen van Rijn
I'm afraid I have to agree with you :) These are things we have on our todo list for post-v1 featu…
»
Laurie
Hey. I was wondering if it might be possible to set up a resources section on the website, which w…
»
Ryan Fleury
It really depends on how you define 'handmade' when it comes to specific programming mechanics, re…
»
Tom
You pretty much described my "tech-stack" at work Todd. The bulk of my programming time is spent …
»
N Setobol
Aww, that would of been really awesome if you could but I guess you just can't have one part not u…
»
Mārtiņš Možeiko
C# by doesn't export native functions. You won't be able to load it from native exe and call C# fu…
»
N Setobol
Hmm, can't you just create a DLL in C# with the respected DLL name and run with the Handmade hero …
»
david009
Hey, thanks to both of you for help! :) I looked at MonoGame and it seems like a thing for me. I'l…
»
Bryan Taylor
There are three sources of memory:StaticStackHeap Static memory is allocated for you by the progra…
»
pragmatic_hero
POST CODE! glBegin/glEnd are not slow (remember you can draw multiple primitives with one glBegin/…
»
sam_windell
I'm not a web guy, but I feel where you are coming from here. I think you're right to keep going w…
»
ZeroWalker
Oh nice, didn't find info about that, thanks:)!
»
»
Shazan
Does anyone know any good library for loading 3D model files like obj,ply....
»
Mārtiņš Možeiko
WASAPI has resampling. When you call IAudioClient::Initialize you can pass AUDCLNT_STREAMFLAGS_AUT…
»
Todd
Hey David, by the way, while I am new to game programming, I have been working with C# for some ti…
»
ZeroWalker
Well i got Wasapi working after playing around with it. It's seems to be much simpler than DirectS…
»
Mārtiņš Možeiko
To render 44 triangles at 60fps it is not necessary to use VBO and/or shader. Just the regular pla…
»
Jake
Alright, so engines/libraries aside. The issue I'm trying to solve is that my friend is not getti…
»
Benjamin Arnaud
Greetings miotatsu, Thank you for investigating ! Are you running on the same Arch with the same C…
»
Todd
Not sure how involved all of you are with programming... As in if you do it at work as well as hom…
»
Todd
Awesome, thanks for this information! I feel the same way about software... But as I am still pret…
»
strangezak
XAudio2 is just a higher level than the WASAPI. I use the WASAPI in my game, but for example in th…
»
strangezak
CRT Free C or bust :P ;)
»
pragmatic_hero
If somebody tells you that you need a "game engine" to make a 2D game, slap them across the face. …
»
ZeroWalker
Ah, actually thought of trying Wasapi as i have at least Some small experience with it and knew yo…
»
Oswald Hurlem
Birds of a feather!
»
david009
I want to make games as an independent developer. I don't have ambitions to get a job in game indu…
»
Ginger Bill
Having when in file scope is actually impossible as it causes problems resolving symbols. This is …
»
Neo Ar
The mystery deepens - I just tried the archive that you provided on my work machine (the one I str…
»