Richard Smith
83b810b1eb
version bump
2024-01-22 15:16:49 +00:00
Ashley Sommer
87e534e142
RLGL standalone example (using new defines.py and GLFW) ( #113 )
...
* Bump raylib to 5.0, Bump RayGUI to 4.0
Generate bindings for raylib's embedded GLFW, to enable lower-level examples (see examples/others/rlgl_standalone.py)
Dynamically generate defines at library build-time, they are known by the raylib parser.
Bug fix, allow raylib parser to see RayGUI, Physac, and RayMath exported functions, get proper argument names from functions, provide real argument names on interface definitions.
* Fix finding glfw3.h include file on Windows build
* Fix building for macos on cirrus CI.
* Update version.py
* Update create_enums.py
* Update build.py
* Update make_docs.sh
---------
Co-authored-by: Richard Smith <electronstudio@users.noreply.github.com>
Co-authored-by: Richard Smith <github@electronstudio.co.uk>
2024-01-22 15:12:04 +00:00
Richard Smith
a49439135e
automatically export defines, by @ashleysommer
2024-01-22 15:05:29 +00:00
Richard Smith
be45bef9f1
add support for GLFW3
2024-01-22 14:48:31 +00:00
Richard Smith
d9acf89784
improve stub generator by @ashleysommer
2023-12-22 04:46:46 +00:00
Richard Smith
594fe4d41a
update rpi instructions
2023-12-22 03:54:55 +00:00
Richard Smith
e7f522c6e4
fix jpg support issue #89
2023-12-22 03:10:41 +00:00
Richard Smith
599e5254c6
add audio example from @ashleysommer
2023-12-21 08:51:08 +00:00
Richard Smith
15a4ee2beb
Merge pull request #114 from ashleysommer/v_5_0
...
Bump Raylib to v5.0.0, RayGUI 4.0, rebuild Docs
2023-12-21 08:23:36 +00:00
Richard Smith
ac9a681670
update dynamic libs to 5.0
2023-12-21 07:34:46 +00:00
Richard Smith
0cd3515b74
restore missing pyi files
2023-12-21 07:11:31 +00:00
Richard Smith
3a97288732
rebuild of docs
2023-12-21 07:11:03 +00:00
Richard Smith
07fa448117
improve the make_docs.sh script
2023-12-21 07:09:40 +00:00
Ashley Sommer
9b48e57bb1
Bump Raylib to v5.0.0, RayGUI 4.0 is designed to be used with RayLib 5, so bump RayGUI too to 4.0.
...
Updated some core examples to match the changes in Raylib-c v5.0.0
2023-12-19 10:49:31 +10:00
Richard Smith
3b01e59338
add python 3.12 and pypy 3.10 to builds
2023-10-27 04:40:04 +01:00
Tim Fong 2
ef20eaf7c9
added models waving cubes example
2023-08-11 23:41:31 +07:00
Timothy Fong
6c9e42301d
Merge pull request #110 from Timfon/master
...
Added core_window_flags example
2023-08-11 23:28:53 +07:00
Tim Fong 2
9df3448f1c
added core_window_flags
2023-08-09 19:16:32 +07:00
Timothy Fong
f8c7039948
Merge branch 'electronstudio:master' into master
2023-07-30 04:56:02 -04:00
Timothy Fong
4893cfb905
added core 3d camera free ( #108 )
...
* added core_split_screen example
* added core_vr_simulator example
* Delete launch.json
* added core 3d camera free
* added core_smooth pixel-perfect camera
---------
Co-authored-by: “Timfon” <“timothy_fong@brown.edu”>
Co-authored-by: Richard Smith <electronstudio@users.noreply.github.com>
2023-07-26 20:17:30 +01:00
“Timfon”
ad37407929
added core example smooth pixel perfect camera
2023-07-26 20:16:28 +01:00
“Timfon”
109c8c5f17
added core example smooth pixel perfect camera
2023-07-25 21:38:27 +07:00
Timothy Fong
866f47c72b
added the core_vr_simulator to examples ( #107 )
2023-07-10 00:48:55 +01:00
Timfon
903747b122
added core_split_screen example ( #106 )
...
Co-authored-by: “Timfon” <“timothy_fong@brown.edu”>
2023-07-07 17:06:51 +01:00
pranavganesh
b23957d2f0
Converting shapes_basic_shapes.c to python and adding it to examples ( #104 )
...
* Converting shapes_basic_shapes.c to python and adding it to examples
* Add shapes_bouncing_ball.py to examples in shapes
---------
Co-authored-by: pranavganesh <50474789+Pranv11Ganesh@users.noreply.github.com>
2023-07-07 17:06:11 +01:00
Richard Smith
f735bd54f2
use cirrus CI to do macos ARM64 builds
2023-05-23 14:46:00 +01:00
Richard Smith
877fe35414
update docs
2023-05-23 11:01:49 +01:00
Richard Smith
616fb2c1bc
fix example in docs
2023-05-22 18:24:44 +01:00
Richard Smith
c7a53692a4
update github actions to macos-11
2023-05-22 18:02:02 +01:00
Richard Smith
02a5f4bc7a
upgrade github actions
2023-05-22 17:59:17 +01:00
Richard Smith
2ee15fa7e5
add fields to static pyi stub
2023-05-22 17:58:58 +01:00
electronstudio
42d6762fbe
update raylib to 4.5
2023-05-22 17:01:19 +01:00
Richard Smith
cbcb0719a6
Update RPI.rst
2023-05-17 07:40:17 +01:00
Dor Shapira
7bfd7d2ea6
added texures srcrec dstrec example ( #93 )
...
added scarfy.png file
made texures_srcrec_dstrec.py stand to the Python API conventions(https://github.com/sDos280/raylib-python-cffi/blob/Conventions/PYTHON_API_CONVENTIONS.md )
2022-10-25 23:48:50 +01:00
Richard Smith
2061585311
try removing the boolean/int replacement from windows build
2022-10-18 19:52:00 +01:00
richard
81590eb815
automate conversion of lists of strings https://github.com/electronstudio/raylib-python-cffi/discussions/98
2022-10-18 10:33:37 +01:00
richard
2c233d47fa
reformat fix https://github.com/electronstudio/raylib-python-cffi/issues/90
2022-09-23 20:11:59 +01:00
richard
84c7eff4d7
fix PyCharm not finding Color types in .pyi files, fixes https://github.com/electronstudio/raylib-python-cffi/issues/88
2022-09-23 20:06:40 +01:00
Richard Smith
d4278968b5
Merge pull request #86 from sDos280/master
...
adding example and making examples look neater
2022-09-23 19:47:21 +01:00
richard
ef088e91f2
add test for jpg support https://github.com/electronstudio/raylib-python-cffi/issues/89
2022-09-23 19:44:37 +01:00
דור שפירא
8eb8a386fd
fixing the issue in the image_loading.py Fixed #89
2022-09-23 16:46:07 +03:00
Dor Shapira
9f11c90e29
Update shapes_lines_bezier.py
2022-09-21 18:00:23 +03:00
Dor Shapira
c0b36508dc
Merge branch 'electronstudio:master' into master
2022-09-20 21:21:20 +03:00
דור שפירא
3836c7ed93
adding shapes lines bezier example
2022-09-20 21:19:30 +03:00
דור שפירא
91aa5ae4f9
making the shaders_basic_lighting.py and the shaders_fog.py file more python"y" style
2022-09-19 22:54:14 +03:00
Richard Smith
32f1d34c82
Merge pull request #82 from sDos280/master
...
adding following eyes example
2022-09-19 19:44:08 +01:00
Richard Smith
ac5ba94f87
Merge pull request #83 from romariops/examples/core_3d_camera_first_person
...
add example core 3d camera first person
2022-09-19 13:06:13 +01:00
romariops
36afd6057c
add example core 3d camera first person
2022-09-18 20:41:10 -03:00
דור שפירא
1c889888fe
fix typo
2022-09-16 13:23:54 +03:00
דור שפירא
54d8dd96bf
adding shapes_following_eyes example
2022-09-16 13:23:30 +03:00