An user-friendly game framework with focus on 2D games.
:: Clone the repository with submodules
$ git clone https://github.com/vitogd/Nexus --recursive
:: Enter on project directory
$ cd Nexus/
:: Execute premake script
$ cd scripts/
$ GenerateProjects.bat
:: You're ready! Now open Nexus.sln with Visual Studio 2019 and build the project
# Clone the repository with submodules
$ git clone https://github.com/vitogd/Nexus --recursive
# Enter on project directory
$ cd Nexus/
# Build with CMake
$ cmake -B build
$ cd build/
$ make
This project is under the Apache 2.0 license. See the LICENSE file for more information.