4math / Engine

Simple Vulkan API engine
The Unlicense
0 stars 0 forks source link

Feature generic game class #17

Closed Ri0ee closed 5 years ago

Ri0ee commented 5 years ago

Generic game is yet only described by the tickrate the game will have, which, by default is 60 updates per second. Game tickrate is different from frames-per-second (FPS) by the way. The game could be updated several times before the frame is rendered and presented and vica-versa.