Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

DragonRuby Game Toolkit

An intuitive 2D game engine. Fast, cross-platform, tiny, hot loaded. · By DragonRuby

What happens when frame rate drops?

A topic by katafrakt created Jun 28, 2020 Views: 648 Replies: 2
Viewing posts 1 to 3

I understand that tick method is called 60 times per second in DragonRuby. But what happens when it cannot do it (system resources busy or simply too many calculations)? Does it get called less frequently or is it called as often as possible, but the game simply slows down? What happens to tick count?

It's possible to configure more frequently tick calls?

Developer

The game will run slower and will go back to 60hz as soon as resources are available.