Skip to content

Concerto Core provides a set of common functionalities used by all of the components in the Concerto suite.

License

Notifications You must be signed in to change notification settings

ConcertoEngine/ConcertoCore

Repository files navigation

ConcertoCore

Concerto Core is a C++ library that provides a set of common functionality used by all of the components in the Concerto suite of software. It is designed to be lightweight, flexible, and portable, and is suitable for a wide range of software applications.

It is essentially developed for learning purposes.

Build Status

Platform Status
Windows Windows build status
Linux Linux build status
MacOS macOS build status

Installation

Install xmake

Clone this repo

git clone [email protected]:ArthurVasseur/ConcertoGraphics.git

Build

Build the project with xmake.

xmake

The compiled shared library will be located in the $(buildir)/$(plat)/$(arch)/$(mode) directory.

Creating cmake project files.

xmake project -k cmakelists

Creating Visual Studio project files.

xmake project -k vsxmake

Run

You can run unit tests :

xmake run xmake run ConcertoCoreTests

About

Concerto Core provides a set of common functionalities used by all of the components in the Concerto suite.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published