- Notifications
You must be signed in to change notification settings - Fork55
Coral is a C++/C# wrapper around the .NET CoreCLR library, the purpose of Coral is to provide a native interface similar to Mono, but in a more modern style, and using .NET Core instead of .NET Framework
License
StudioCherno/Coral
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Coral is a C++ wrapper around the .NET HostFXR library, the purpose of Coral is to provide an interface similar toMono when it comes to C++/C# interop, but in a more modern style, and using .NET Core instead of .NET Framework.
The goal of the API is to keep it as simple and flexible as possible, while remaining fast and (relatively) safe.
- Windows x64 (VS2022)
- Linux x64 (Last tested on Ubuntu 22.04)
- macOS arm64 (Last tested on Tahoe 26.1)
- Coral has been tested to compile with MSVC / CL (Visual Studio 2022) and Clang 16+
- It uses C++17 and depends on the .NET SDK being present on the system
Coral uses thepremake meta-build system in order to generate build files for other build systems (e.g Visual Studio Solutions, Makefiles, etc...)
You'll need to download premake fromhttps://premake.github.io/, after that open up a terminal and cd into the root directory of Coral, then run this command:
premake5 [action]where action is one of the supported actions in premake:https://premake.github.io/docs/Using-Premake#using-premake-to-generate-project-files
Coral is licensed under theMIT license
About
Coral is a C++/C# wrapper around the .NET CoreCLR library, the purpose of Coral is to provide a native interface similar to Mono, but in a more modern style, and using .NET Core instead of .NET Framework
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Contributors9
Uh oh!
There was an error while loading.Please reload this page.