Skip to content

chalet-org/chalet-example-mono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chalet-example-mono

This repository showcases how to setup a Chalet project with Mono / C# Scripting in a C++ application across all platforms supported by Mono.

To get started, download Chalet, check out some of the documentation for it, and either build with the various commands from the command line, or try out the Chalet VS Code Extension (recommended).

Windows

Download & Install (Mono Runtime 64-bit)[https://www.mono-project.com/download/stable/#download-win]

MacOS

Download & Install (Mono (Either Channel))[https://www.mono-project.com/download/stable/#download-mac]

Linux

If possible, use the distro directions here

For Arch Linux, you can try the mono package, but may need to build mono-git from the AUR, also make sure msbuild is installed.

Debugging

  • For MacOS: Install CodeLLDB and use the "LLDB" launch.json configuration
  • For Windows: Install the C/C++ extension and Build with MSVC and use the "MSVC" configuration
  • For Linux: Install the C/C++ extension and Use the "GDB" configuration

About

Mono / C# Scripting in a native C++ app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published