Game Dev Digest Issue #96 - Programming and preparing your game by Mike Marrone on 05/28/21 11:59:00 am The following blog post, unless otherwise noted, was written by a member of Gamasutras community. The thoughts and opinions expressed are those of the writer and not Gamasutra or its parent company.
This article was originally published on GameDevDigest.com
Short but sweet this week. Tons of great tips packed into the list this week. Enjoy!
Game Programming: Time Slicing - What if the job takes too long to fit in a single frame? Or what if the job is just taking longer than we’d like? Then we can split the work across multiple frames. This is the core idea of time slicing, another optimization technique I picked up at work and one of my longtime favorites.