Concerto Graphics is a 3D renderer that uses the Vulkan graphics API.
It is part of the Concerto suite of software components, which also includes Concerto Core, Concerto Engine, and Concerto Editor.
It is essentially developed for learning purposes.
Concerto Graphics depends on Concerto Core, which provides a set of common functionality used by all of the components in the Concerto suite.
Install xmake
Clone this repo
git clone [email protected]:ArthurVasseur/Concerto.gitIf you want to build a debug version of the project :
Xmake config -m debugor
Xmake config -m releaseBuild the project with xmake.
XmakeCreating cmake project files.
Xmake project -k cmakelistsCreating Visual Studio project files.
xmake project -k vsxmake