Skip to content

Commit 063dc2e

Browse files
More readme tweaks.
1 parent 63534a8 commit 063dc2e

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ MRBind parses C++ headers and generates **C**, **C#**, and **Python** bindings f
88

99
* The Python backend uses [pybind11](https://github.com/pybind/pybind11), with some custom logic to better handle certain types.
1010

11-
Out main features are:
11+
Our main features are:
1212

1313
* No separate interface description files (as in SWIG).
1414

@@ -20,13 +20,7 @@ Out main features are:
2020

2121
MRBind still has some rough edges, but it is used in production for [MeshLib](https://github.com/MeshInspector/MeshLib).
2222

23-
## Setting expectations
24-
25-
MRBind is meant to cover a large API surface area with minimal effort.
26-
27-
It'll never be as flexible as handwritten bindings, and doesn't offer as many customization knobs as raw Pybind11, for example.
28-
29-
The point is making maintaining large bindings easy, with decent binding quality.
23+
MRBind is meant to cover a large API surface area with minimal effort, but in turn you give up the flexibility of handwritten bindings.
3024

3125
## Usage
3226

0 commit comments

Comments
 (0)