зеркало из https://github.com/mono/CppSharp.git
Documented the potential for bindings in any language.
CppSharp can actually generate code in any language, it's just that we happen to have just two generators at present.
This commit is contained in:
Родитель
f35ec1b693
Коммит
a487d44050
12
README.md
12
README.md
|
@ -1,11 +1,13 @@
|
|||
CppSharp is a collection of libraries for working with C++ code from .NET.
|
||||
CppSharp is a collection of libraries for working with C++ code from
|
||||
high-level languages.
|
||||
|
||||
It has multiple use cases, from parsing C++ code to automatically generating
|
||||
.NET bindings for wrapping C/C++ native code allowing interoperability with
|
||||
managed languages like C#.
|
||||
bindings for wrapping C/C++ native code allowing interoperability with
|
||||
high-level languages. The supported target languages at present are C#
|
||||
(hence the name of the project) and C++/CLI.
|
||||
|
||||
This can be used to consume an existing native library in your managed code
|
||||
or add scripting support to a native codebase.
|
||||
This can be used to consume an existing native library in your high-level
|
||||
code or add scripting support to a native codebase.
|
||||
|
||||
1. [Libraries](#libraries)
|
||||
2. [Documentation](#documentation)
|
||||
|
|
Загрузка…
Ссылка в новой задаче