Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 446 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 446 Bytes

Goals:

  • render quads
  • render images
  • multiple flushs in a single frame
  • render font texts
  • push matrices (scale, rotate, translate)
  • keyboard and mouse suport (maybe joystick too)
  • music and sound with miniaudio
  • frame buffers/render targets
  • game API for lua (or wren, idk)
  • component system (like unity?)
  • gui editor for sprites and actors (like GM does)
  • attach scripts to actors