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