File tree Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Building from source
4
4
Have Pip build from source
5
5
--------------------------
6
6
7
- Useful if the binaries don’t work on your system.
7
+ Useful if the binaries don’t work on your system, or you want to use a newer version of Raylib .
8
8
9
9
Make sure Raylib is installed and then:
10
10
@@ -123,17 +123,6 @@ Build and install Raylib from the raylib-c directory.
123
123
cd ../..
124
124
125
125
126
- .. note :: Optional: Make a patched version of raylib header. (**Not necessary** if
127
- you’ve already got raylib_modifed.h from repo and haven’t changed
128
- anything.)
129
-
130
- ::
131
-
132
- cd raylib
133
- cp raylib.h raylib_modified.h
134
- patch -p0 <raylib_modified.h.patch
135
- cd ..
136
-
137
126
Build
138
127
139
128
::
Original file line number Diff line number Diff line change 1
- # Python Bindings for Raylib 3.7
1
+ # Python Bindings for Raylib 4.0-dev
2
2
3
- New CFFI API static bindings. Automatically generated to be as close as possible to
4
- original Raylib. Faster, fewer bugs and easier to maintain than ctypes. Commercial-friendly license.
5
- Docstrings and auto-completion.
3
+ New CFFI API static bindings.
4
+ * Automatically generated to be as close as possible to
5
+ original Raylib.
6
+ * Faster, fewer bugs and easier to maintain than ctypes.
7
+ * Commercial-friendly license.
8
+ * Docstrings and auto-completion.
9
+ * ** Now includes extra libraries: raygui, rlgl and physac**
6
10
7
11
[ Full documentation] ( http://electronstudio.github.io/raylib-python-cffi )
8
12
@@ -22,7 +26,7 @@ Docstrings and auto-completion.
22
26
23
27
# Installation
24
28
25
- First make sure you have latest pip installed:
29
+ First make sure you have the latest pip installed:
26
30
27
31
python3 -m pip install --upgrade pip
28
32
@@ -49,7 +53,7 @@ There is now a separate dynamic version of this binding:
49
53
50
54
You can install an alpha or beta version by specifying the version number like this:
51
55
52
- python3 -m pip install raylib==4.0a3
56
+ python3 -m pip install raylib==4.0a6
53
57
54
58
55
59
# How to use
You can’t perform that action at this time.
0 commit comments