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.gitInstall xmake
Build the project with xmake.
xmakeCreating cmake project files.
xmake project -k cmakelistsCreating Visual Studio project files.
xmake project -k vsxmake