Skip to content

ConcertoEngine/ConcertoEngine

Repository files navigation

Concerto

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.

Installation

Clone this repository to your local machine.

git clone https://github.com/ArthurVasseur/Concerto.git

Install xmake

Build

Build the project with xmake.

xmake

Creating cmake project files.

xmake project -k cmakelists

Creating Visual Studio project files.

xmake project -k vsxmake