Skip to content

ConcertoEngine/ConcertoGraphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

ConcertoGraphics is Vulkan based renderer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published