
Quanta Engine
Quanta Engine is our custom 2D game framework/engine written in Java based on LWJGL. Engine is currently in very early development.
Planned Features
Object Manager
Simple Render
Our target is to make simple render system that will use premade objects like Sprite, Rectangle, TileMap etc..
We will also provide custom render object for aditional render needs.
Collision Systems
Quanta will by default ship with AABB, SAT and GJK collision systems that are most cummon in 2D engines.
Asset Manager
Universal asset manager for universal texture,audio and file access.