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.
matra
Here is an interesting article: , which shows that for intervals less than 10ms, sleep can be pret…
»
Dghelneshi
I also have this problem, but subtracting from the sleep is not enough on my system. I actually ha…
»
Casey Muratori
This is very interesting and good to know. We should probably put some kind of rate control into …
»
Chris
I can confirm that Sleep is sleeping very slightly longer than requested. My FPS was regularly di…
»
Ville Penttinen
Getting VS to compile the DLL project while debugging is annoying. One way to do it is to setup a …
»
Tom Montgomery
I've been trying to keep both the build.bat, and a Visual Studio version going at the same time. I…
»
Tom Montgomery
I've had a similar problem. I'm on windows 8 if that helps narrow it down? I found that just reduc…
»
Patrick Reece
Professionally, I am a Technical Artist at EA (as of a few months), using the monolithic Frostbite…
»
Tanawatra C.
I'm disabled.. but i'm still able to edit code and if I save and BSOD appear.. :(
»
»
Casey Muratori
Hmm... this is interesting. Can you check to see if the sleep() is also causing you to miss your …
»
Chris Morris
There is a good chance that your box is slower due to the fact that you're on a mobile chipset and…
»
Vincenzo Auteri
Lazy Sunday thread. My main home machine is a Macbook Pro 15 Retina with the following specs: -Cor…
»
Vincenzo Auteri
Fascinating to see how many people with different backgrounds are following the project! Although …
»
Brainversation
Thanks Bigpet and Casey for your answers. I should have guessed because you keep saying you want t…
»
matra
In day 25 we run into lags in Win32BeginRecordingInput. I'll try to explain white the lag happens …
»
Andrew Chronister
Sounds like Edit and Continue might be causing something to crash? I'm not sure if it's enabled by…
»
Tanawatra C.
Are there anyone accident edit source code in VS2013(debugger)?? and save. when I'm do that it's t…
»
Andrew Bromage
Let's step back for a minute and think about what you're actually trying to do. There is a deep se…
»
Russell
One way to do mixins without function pointers, that is more powerful than (multiple) inheritance,…
»
Patrick Lahey
I'm a bit behind so I just finished the audio marathon lecture and, although my sound system timin…
»
Ruy Calderon
Huh, that makes sense, I didn't think about it from the perspective of the processor, just the pro…
»
John Kaniarz
There are a few reasons why you'd want your update step to be fixed independent of the frame rate.…
»
Martin Cohen
@norswap: He mentions it here (Intro to C, Day 5, Q&A): (time 21:07 in case YouTube won't point y…
»
Casey Muratori
Actually you are helped by the nature of the profiling process, which is to say that when you are …
»
Randy Gaul
It's in a much earlier video. Multiple inheritance is a very poorly thought out and executed attem…
»
Ruy Calderon
Just getting back home now, but that's really cool, thanks for the read! One of the reasons I thou…
»
Andrew Chronister
Just a note for any sublime users, if you don't want to have to launch sublime text from an alread…
»
norswap
I missed the part where Casey talked about that. Is it in day 25? Does anyone have a pointer to th…
»
Martin Cohen
Thanks for the answer, Randy. I'm going to bash at least something to play around with to ease the…
»