Hacker News new | ask | show | jobs
by meheleventyone 439 days ago
In game development we still care about the distinction between soft and hard realtime. Almost all games are soft realtime, even if the gameplay itself is turned based as we're processing user input, updating UI, animating things and so on.
1 comments

A lot of gameplay elements are firm realtime in practice, not unlike something like video decoding.