update readme
This commit is contained in:
parent
bbcfa14159
commit
c59f68b75f
1 changed files with 9 additions and 6 deletions
15
README.md
15
README.md
|
@ -24,14 +24,17 @@ If yours isn't available then pip will attempt to build from source, so you will
|
||||||
There are three different ways of using this binding. You only need to pick one method, but you
|
There are three different ways of using this binding. You only need to pick one method, but you
|
||||||
can combine two methods in one program if you want to.
|
can combine two methods in one program if you want to.
|
||||||
|
|
||||||
If you are familiar with C coding and the Raylib C library and you want to use an exact copy of
|
### If you are familiar with C coding and the Raylib C library and you want to use an exact copy of the C API
|
||||||
the C API, choose raylib.static.
|
|
||||||
|
|
||||||
If you prefer a slightly more Pythonistic API and don't mind it might be slightly slower, choose
|
Use [raylib.static](https://electronstudio.github.io/raylib-python-cffi/raylib.html).
|
||||||
raylib.pyray.
|
|
||||||
|
|
||||||
If you insist on dynamic bindings and don't care that they are slower and less safe, choose
|
### If you prefer a slightly more Pythonistic API and don't mind it might be slightly slower
|
||||||
raylib.dynamic.
|
|
||||||
|
Use [raylib.pyray](https://electronstudio.github.io/raylib-python-cffi/pyray.html).
|
||||||
|
|
||||||
|
### If you insist on dynamic bindings and don't care that they are slower and less safe
|
||||||
|
|
||||||
|
Use [raylib.dynamic](https://electronstudio.github.io/raylib-python-cffi/dynamic.html).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue