Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 362 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 362 Bytes

dengine glue code

  • it abstracts some low level dengine stuff
  • provides simple functions to get graphics up and running (init, update, terminate)
  • get init opts to get default values. change values to your liking before calling init
  • compile src/dengine.c into your executable/library by ${dengine_glue_src} or target dengine_glue_lib