Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 911 Bytes

File metadata and controls

52 lines (32 loc) · 911 Bytes

Concerto Graphics

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.

Dependencies

Concerto Graphics depends on Concerto Core, which provides a set of common functionality used by all of the components in the Concerto suite.

Installation

Install xmake

Clone this repo

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

Build

If you want to build a debug version of the project :

Xmake config -m debug

or

Xmake config -m release

Build the project with xmake.

Xmake

Creating cmake project files.

Xmake project -k cmakelists

Creating Visual Studio project files.

xmake project -k vsxmake