Skip to content
Compare
Choose a tag to compare
@EmperorPenguin18 EmperorPenguin18 released this 13 May 19:01
· 23 commits to main since this release

Complete rewrite of the engine! Here are some highlights of the changes:

  • Asset decoder that converts images to bitmaps at build time
  • Packaging of assets is now handled automatically
  • All static memory, no more pointers
  • Only dependencies are headers, so more cross-platform
  • Game logic is now only defined with Lua, no more JSON
  • Events are assigned one callback, instead of one per object