Commit Graph

5 Commits

Author SHA1 Message Date
1f8782cd58 Implemented clear window drawing
+ added draw_clear_frame() function
+ added basic input system
+ added basic control system
2020-07-28 11:22:21 +02:00
7dc22f026e Got input system to work
+ added changing color depending on mouse pos
+ started refactoring HalState
* Vsync may not be working
2020-07-28 11:18:13 +02:00
ebc9299f33 Implemented dirty input system
+ added render thread
+ added control thread
* tweaked event_loop
2020-07-11 22:18:38 +02:00
e4154ade42 First working code
+ implemented hal initialization code
+ implemented basic renderer
+ implemented basic window system
2020-07-11 10:33:52 +02:00
854f5e8c16 Initial commit 2020-04-06 22:12:22 -04:00