File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,17 @@ If yours isn't available then pip will attempt to build from source, so you will
24
24
There are three different ways of using this binding. You only need to pick one method, but you
25
25
can combine two methods in one program if you want to.
26
26
27
- If you are familiar with C coding and the Raylib C library and you want to use an exact copy of
28
- the C API, choose raylib.static.
27
+ ### If you are familiar with C coding and the Raylib C library and you want to use an exact copy of the C API
29
28
30
- If you prefer a slightly more Pythonistic API and don't mind it might be slightly slower, choose
31
- raylib.pyray.
29
+ Use [ raylib.static] ( https://electronstudio.github.io/raylib-python-cffi/raylib.html ) .
32
30
33
- If you insist on dynamic bindings and don't care that they are slower and less safe, choose
34
- raylib.dynamic.
31
+ ### If you prefer a slightly more Pythonistic API and don't mind it might be slightly slower
32
+
33
+ Use [ raylib.pyray] ( https://electronstudio.github.io/raylib-python-cffi/pyray.html ) .
34
+
35
+ ### If you insist on dynamic bindings and don't care that they are slower and less safe
36
+
37
+ Use [ raylib.dynamic] ( https://electronstudio.github.io/raylib-python-cffi/dynamic.html ) .
35
38
36
39
37
40
You can’t perform that action at this time.
0 commit comments