Victoria is primarily an early-stage interactive application and rendering engine for Windows.
Visual Studio 2017 or 2019 is recommended, Victoria is officially untested on other development environments.
Start by cloning the repository with git clone --recursive https://github.com/org-Stupefy/Victoria.git
If the repository was cloned non-recursively previously, use git submodule update --init
to clone the necessary submodules.
Victoria uses premake5 for generating solutions. Run the Win-GenProjects.bat from scripts folder and it will generate vs19 solution file.
Below is the list of projects that are developed using Victoria Engine
- BoostRocket
- Boost Rocket is a simple 2D game that was developed to test Victoria during development.