Previously movement was based on frames rather than
time. I added time_get_dt() function for getting time
since last frame and changed rotation speed to use this
function.
Signed-off-by: Piotr Krygier <piotrkrygier@everyonecancode@xyz>
Added console FPS counter. Thise required me to create
some time functions and remove FPS cap from Vulkan
Signed-off-by: Piotr Krygier <piotrkrygier@everyonecancode@xyz>
There was a code, where id for something was u32, and
u16 for other things. I have created a typedef to fix
that
Signed-off-by: Piotr Krygier <piotrkrygier@everyonecancode@xyz>
There is no need for stack implementation to be used here.
Simple C operations are enough for now
Signed-off-by: Piotr Krygier <piotrkrygier@everyonecancode@xyz>
This is working repository now. I had to clean this up due to
my f_ups, that made this simple repo around 200MB large.
Signed-off-by: Piotr Krygier <piotrkrygier@everyonecancode@xyz>