Commit graph

470 commits

Author SHA1 Message Date
richard
d1dc703292 update DLLs 2021-06-22 13:40:34 +01:00
Richard Smith
f6f5b0836e
Update README.md 2021-06-22 13:08:53 +01:00
Adam Griffiths
c26da5407a
Support searching for the raylib library on multiple paths. (#34)
Add a new environment variable "USE_EXTERNAL_RAYLIB" which will
alter the load behaviour to not include a directory prefix. This
lets us fallback onto the system library loading mechanism.
Remove specific raylib library filenames.
This ability is important for operating systems like Nix.
2021-06-22 13:03:05 +01:00
Richard Smith
aac3a506a2
Update README.md 2021-06-22 12:44:54 +01:00
Richard Smith
823b46f292
issue #33 2021-06-22 11:33:13 +01:00
Richard Smith
4b9bbdd5f0
Update README.md 2021-06-18 18:41:23 +01:00
Richard Smith
21b5ccfffc
Update README.md 2021-06-18 00:31:17 +01:00
richard
d52d83a55e patch is a weird program 2021-06-17 23:05:54 +01:00
richard
df71321d56 update README.md 2021-06-16 07:47:32 +01:00
richard
48966849c8 increment version on pypi 2021-06-16 07:37:53 +01:00
richard
9bf7544ad9 fix linux/pi building 2021-06-16 06:42:23 +01:00
richard
1548a40ede patch file was missing, restored 2021-06-16 05:32:28 +01:00
richard
72c222fc1f benchmark 2021-06-13 16:31:08 +01:00
richard
92a9d87108 Merge remote-tracking branch 'origin/master' 2021-06-13 00:37:27 +01:00
richard
1e47049822 update readme 2021-06-13 00:36:12 +01:00
unknown
ede24d4729 windows build 2021-06-12 16:27:08 -07:00
Richard Smith
af798db364
Update README.md 2021-06-12 21:55:25 +01:00
richard
846bb90e30 oops 2021-06-12 21:54:09 +01:00
richard
124f0c77a9 update to raylib 3.7 2021-06-12 21:51:27 +01:00
richard
677dfc0de0 rpi build separate 2021-06-12 20:03:28 +01:00
richard
0ceae3c986 pypi fix 2021-06-12 19:55:01 +01:00
richard
1c2ca0b3a5 build fixes 2021-06-12 19:15:08 +01:00
richard
9eddc4e528 rewrite build system to build separate binary wheels for each platform. only tested on Linux so far. should fix #25. 2021-06-12 18:42:39 +01:00
Simon
76121e34a9
Raspberry Pi builds (#30)
Instructions, plus build option for running full-screen applications (without
X11) on vanilla 32-bit Raspbian installations.

This doesn't commit the actual .so binaries, since there are at least two
possible variants (as described in the README).
2021-06-05 12:03:40 +01:00
Richard Smith
8dfee10e60 update pyray example in since pointer deref is now automatic, fixes issue #27 2021-03-14 00:14:42 +00:00
Richard Smith
39b52c5989 build Ubuntu 16.04 binaries 2021-01-16 21:02:10 +00:00
Richard Smith
bd84e41a5f
Update README.md 2021-01-16 18:50:10 +00:00
Richard Smith
66723110cd Merge branch 'master' of github.com:electronstudio/raylib-python-cffi 2021-01-16 18:32:56 +00:00
Richard Smith
78cf5cc344 update linux binaries to 3.5 (note using new glibc so may not work on old linuxes) 2021-01-16 18:32:38 +00:00
Richard Smith
daf8d55282
Update README.md 2021-01-16 18:30:23 +00:00
Richard Smith
70de7123f3
Update README.md 2021-01-16 18:24:41 +00:00
Richard Smith
657a63e335
Update README.md 2021-01-16 18:00:45 +00:00
Richard Smith
e59885c98a update linux multi build script 2021-01-16 17:15:13 +00:00
Richard Smith
9933633e4f update build instructions for raylib 3.5 2021-01-16 16:34:47 +00:00
Richard Smith
8c53dd53e7 add raylib source as submodule so we know which version we are compatible with 2021-01-16 15:39:15 +00:00
Richard Smith
676a29d7db fix issue #16 2020-11-16 08:45:37 +00:00
Richard Smith
9e8d6d3dd6 update readme 2020-11-16 06:52:12 +00:00
osboxes.org
5d5c38a154 update linux binaries to raylib 3.1-dev master and include python 3.9 2020-11-16 01:47:44 -05:00
Richard Smith
23f3cd92e7 update to raylib master in preparation for 3.5 release 2020-11-16 05:15:42 +00:00
Richard Smith
8824449bc1
New examples from @chriscamacho (#23)
* complete fog example
as both fog and basic lighting need the light system it made sense
to seperate it out, there are a few functions from raymath
int rlmath.py

* added shaders custom uniform

* added shaders_texture_waves.py

* added shaders_texture_drawing.py

* bug fix - unwanted transparent effect!

* complete fog example
as both fog and basic lighting need the light system it made sense
to seperate it out, there are a few functions from raymath
int rlmath.py

* added shaders custom uniform

* added shaders_texture_waves.py

* initial commit still WIP

* updated raylib

* undo all changes in this branch except for the example updates

* remove local raylib-c

Co-authored-by: codifies <nospam@antispam.com>
2020-11-15 20:07:05 +00:00
Richard Smith
16aec6a0e3 Merge branch 'master' of https://github.com/electronstudio/raylib-python-cffi 2020-09-19 10:12:35 +01:00
Richard Smith
26e9f9cbf2 automatically deref pointers in pyray 2020-09-19 10:12:30 +01:00
chriscamacho
e49e2b4d65
completed fog example (#18)
* complete fog example
as both fog and basic lighting need the light system it made sense
to seperate it out, there are a few functions from raymath
int rlmath.py

* added shaders custom uniform

* added shaders_texture_waves.py

* added shaders_texture_drawing.py

* bug fix - unwanted transparent effect!

Co-authored-by: codifies <nospam@antispam.com>
2020-09-19 09:07:39 +01:00
Matt Lebrun
6a3be55fe2
More core examples (#13)
* Added core_input_keys example

* Added core_basic_window example

* Added core_input_mouse example

* Added core_input_mouse_wheel example

* Added Rectangle struct

* Added core_input_gestures example to utilize the Rectangle struct

* Removed unused imports

* Used the right draw function for the example

* PEP8 fixes

* Added core 2d camera examples

* Added core 2d camera examples
2020-09-19 09:02:17 +01:00
Matt Lebrun
6854ec4a3e
Added Rectangle struct and core_input_gestures example (#12)
* Added Rectangle struct

* Added core_input_gestures example to utilize the Rectangle struct

* Removed unused imports
2020-07-30 13:52:12 +01:00
Matt Lebrun
76e945e1c9
Core examples (#11)
* Added core_input_keys example

* Added core_basic_window example

* Added core_input_mouse example

* Added core_input_mouse_wheel example
2020-07-30 13:43:39 +01:00
Electron Studio
8a30502288 update linux to 3.0 2020-04-07 04:20:05 +01:00
electronstudio
eeaaf69044 update mac builds to 3.0 2020-04-01 15:04:32 +01:00
electronstudio
98639e03eb Merge branch 'Pebaz-master' 2020-02-21 23:15:11 +00:00
electronstudio
81a1440267 combine blank.py and camera.py examples 2020-02-21 23:14:51 +00:00