Skip to content

ConcertoEngine/ConcertoDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concerto DotNet

Concerto DotNet is a C++ library that provides a simple interface for calling a .NET assembly from C++.

Usage

TODO

Building

Clone this repository to your local machine.

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

Install xmake

Compilation

Build the project with xmake.

xmake

Creating project file

Creating cmake project files.

xmake project -k cmakelists

Creating Visual Studio project files.

xmake project -k vsxmake

About

Library for calling .Net functions in C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published