Skip to content

ConcertoEngine/ConcertoEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

36a0241 · Mar 3, 2024
Jan 31, 2024
Mar 3, 2024
Mar 3, 2024
Mar 3, 2024
Jan 31, 2024
Nov 16, 2023
Nov 16, 2023
Aug 17, 2022
May 18, 2022
May 21, 2022
Oct 14, 2023
Mar 3, 2024

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