Written in C++20, it is a modern, cross-platform, and open-source game engine. ECS driven, it is a game engine that is designed to be modular and extensible. It is essentially developed for learning purposes.
Clone this repository to your local machine.
git clone https://github.com/ArthurVasseur/Concerto.git
Install xmake
Build the project with xmake
.
xmake
Creating cmake project files.
xmake project -k cmakelists
Creating Visual Studio project files.
xmake project -k vsxmake