this post was submitted on 16 Jul 2023
80 points (100.0% liked)
Gaming
30520 readers
236 users here now
From video gaming to card games and stuff in between, if it's gaming you can probably discuss it here!
Please Note: Gaming memes are permitted to be posted on Meme Mondays, but will otherwise be removed in an effort to allow other discussions to take place.
See also Gaming's sister community Tabletop Gaming.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It can simply engine design to not separate the concept of “game ticks” with framerate.
You can do everything in one swoop such as calculate physics, run NPC AI code, update game state, and render the frame.
This is not correct. Modern game engines support both concepts.