Version 0.3.0
Pre-release
Pre-release
Reworked the rendering system to render items asynchronously:
- Items are enqueued to compute the positioning and framing off the main thread
- Rendering is done during the normal game rendering loop to avoid extra overhead
- Textures are post-processed using an async compute shader