engine33

WIP game engine in C.






COMPILING


Set CC in the makefile. Then bmake.



USAGE


You need a monitor connected to an on-board connector.
Edit options.h.
Run ./bin/engine33 on a TTY.
Can you see the green pixel on your screen? Well done.



TODO


  1. Cleanup on EXIT INT KILL etc.
  2. Change vsync code to not just stall waiting for vblank
  3. Adapt modesetting code for some fringe cases
  4. Implement fonts*