Added event handler implementation.
Moved enginge specific implementation outside graphics module
Signed-off-by: Piotr Krygier <piotrkrygier@everyonecancode@xyz>
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>
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>