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.
ratchetfreak
When you add an int to a pointer the int is automatically multiplied with the sizeof the type the …
»
Scott Hunt
Good evening, Hopefully a quick and easy question. In reviewing the HMH videos, I've noticed some …
»
Paweł
Hello, I am new to the forum and stream but liking it very, very much and would like to know when …
»
Jeremiah Johnson
Casey[/quote] I hope you're right. I don't want to see this discussion repeated again and again f…
»
Mārtiņš Možeiko
I actually want my games always to be vsync'ed. I hate tearing. But there are more reasons - if I'…
»
Matt Mascarenhas
Added to , although this should be super easy to do and will then be moved down to "Resolved". Bet…
»
HawYeah
The thing is, when double buffering is enabled, the game is vsynced which isn't something that you…
»
HawYeah
The thing is, when double buffering is enabled, the game is vsynced which isn't something that you…
»
Asaf Gartner
A number of people already have their own systems for tracking streamers, but we each have our own…
»
Sergio González
My 2 cents: In case you start profiling and find that GC hiccups are a problem: This is a package …
»
Jake
Thank you for your help. I gave it a lot of thought and instead opted to switch to Go language as …
»
Casey Muratori
Well, maybe for specifically what you do that could be true (I have no idea). But I do find that…
»
Abner Coimbre
This software is still in beta and not officially launched yet, even though this early community …
»
The_8th_mage
in day 285 Casey kept a reference for traversable_point cameFrom, but as i see it he only uses it …
»
Jeremiah Johnson
In other words, feel free to use literally whatever you want, and this site won't stop you. But t…
»
»
Jeremiah Johnson
I would like to have to do any manual memory management, because the programming languages are …
»
Jack Mott
Thanks, I'll take a look at those. Yes, need loading and playback as well.
»
Mārtiņš Možeiko
There actually isn't any reason to not use double buffering. You pretty much always should want to…
»
HawYeah
Hey guys, I'm currently on day 241 and I ran into a problem. Sometime earlier, when Casey was doin…
»
Andrew Bromage
The unintentional goal of most high-level language designers is to devise a language which is opt…
»
hugo schmitt
The only language that is getting popular and doesn't have garbage collection is Rust, IIRC:
»
Mārtiņš Možeiko
Do you need also loading or just mixing? Because mixing is just a loop with adding numbers togethe…
»
Jonathan Blow
I don't ever do a deeper depth. There isn't a good reason.
»
Jack Mott
I'd like something that would work on windows/linux/osx, and be able to mix 3+ sound files at a ti…
»
Timothy Wright
In other words, feel free to use literally whatever you want, and this site won't stop you. But t…
»
Allen Webster
Yes this is definitely possible. You can get the buffer's file name. You can then use the string …
»
Andre
GNU's on the C Preprocessor are pretty thorough if you're interested in learning about the kinds …
»
PassiveCoder
Oh that's a much better solution, thanks mmozeiko
»
Daniel Rasmussen
A big pro-tip would be to set the -E compiler flag. That will send the preprocessed file to stdout…
»