Hacker News new | ask | show | jobs
by hansworst 442 days ago
But in gaming, real time means something different: https://en.wikipedia.org/wiki/Timekeeping_in_games#Real-time

Context matters.

1 comments

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.
A lot of gameplay elements are firm realtime in practice, not unlike something like video decoding.