Browse Source

Simplified the description of what CppSharp does.

pull/1136/head
Dimitar Dobrev 9 years ago committed by GitHub
parent
commit
b7eacbbc44
  1. 4
      README.md

4
README.md

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
CppSharp is a tool and set of libraries to turn existing native C/C++ libraries
into libraries that can be consumed by other languages (such as C#).
CppSharp is a tool and set of libraries which allows programmmers to use
C/C++ libraries with high-level programming languages (such as C#).
It is a tool that takes C/C++ header and library files and generates the
necessary glue to surface the native API as a managed API. Such an API can be

Loading…
Cancel
Save