vaultgr
Vaultgr is a free and open-source game engine designed for creating 2D platformers and other types of games. Developed primarily in C++ with Lua scripting support, it is built on top of the SDL library, which provides cross-platform compatibility for Windows, Linux, and macOS. The engine emphasizes simplicity and modularity, allowing developers to focus on game design rather than low-level implementation details.
One of Vaultgr’s key features is its physics system, which integrates with the Box2D library to handle
The project was initially created as a personal project by its lead developer, but it has since
Documentation and tutorials are available through the project’s official website and GitHub repository, where users can