engine33

WIP 3D game engine for linux in C.






COMPILING


Set CC in the makefile then run 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. Change vsync code to not just stall waiting for vblank
  2. Implement fonts*