Skip to content

QuickGame API & Interpreter [v0.2]

Compare
Choose a tag to compare
@IridescentRose IridescentRose released this 04 Oct 15:29
· 15 commits to master since this release

This release include a few new APIs:

  • Timer for precise measurement of time
  • Audio API for loading and playing audio clips
  • Primitive API for drawing basic shapes (triangle, circle, rectangle)
    It also includes the following extensions:
  • Wireframe Rendering
  • Resizeable AABBs
  • Box collisions between transforms

New in this release:

  • Lua Interpreter: Supports all major APIs minus Tilemaps currently