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:
Dimitar Dobrev 2016-05-28 01:42:56 +03:00
Родитель f35ec1b693
Коммит a487d44050
1 изменённых файлов: 7 добавлений и 5 удалений

Просмотреть файл

@ -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)