There are three sources of memory:StaticStackHeap Static memory is allocated for you by the progra…
POST CODE! glBegin/glEnd are not slow (remember you can draw multiple primitives with one glBegin/…
I'm not a web guy, but I feel where you are coming from here. I think you're right to keep going w…
Oh nice, didn't find info about that, thanks:)!
Shazan —
Does anyone know any good library for loading 3D model files like obj,ply....
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…
Well i got Wasapi working after playing around with it. It's seems to be much simpler than DirectS…
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…
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…
XAudio2 is just a higher level than the WASAPI. I use the WASAPI in my game, but for example in th…
If somebody tells you that you need a "game engine" to make a 2D game, slap them across the face. …
Ah, actually thought of trying Wasapi as i have at least Some small experience with it and knew yo…
I want to make games as an independent developer. I don't have ambitions to get a job in game indu…
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…
Do you want to make game engines or do you want to make games? (or do you want to end up in the ga…
Thanks for all of the responses, everyone! :)
You might not be too far off, Kelimion ;O
Hi, I'm a beginner programmer and I've been learning coding in C# for past couple of months. Recen…
Oooh yeah, a space MUD could be cool. 'Twould also tie in nicely with Abner (and, in time, Chronal…
The idea is to figure out how much latency is ok for your game audio and then every frame submit e…
Actually just found that solution in another post here! It works wonders if i exclude the file fro…
What exactly do you mean by "Visual Studio doesn't seem to like it" ? Do you see compiler errors o…