Tyrone Slothrop
|
cc55fa7836
|
Create shapes_draw_rounded_rectangle.py
Port shapes_draw_rounded_reactangle example.
|
2022-06-25 16:22:39 +01:00 |
|
richard
|
c602d4891d
|
rpi docs
|
2022-06-24 12:52:21 +01:00 |
|
richard
|
4d81687dcf
|
rpi docs
|
2022-06-24 12:51:48 +01:00 |
|
richard
|
ab5d1a2703
|
latest raylib
|
2022-06-24 12:15:24 +01:00 |
|
richard
|
346e64d2f1
|
add atomic lib for linux/pi builds
|
2022-06-24 12:13:42 +01:00 |
|
richard
|
42c112d821
|
remove raylib extras folder
|
2022-06-23 17:33:12 +01:00 |
|
richard
|
f321d4fc89
|
version bump
|
2022-06-23 17:29:41 +01:00 |
|
richard
|
b4ed450872
|
version bump
|
2022-06-23 17:29:15 +01:00 |
|
richard
|
7394f79da5
|
add some legacy #defines
|
2022-06-23 17:18:22 +01:00 |
|
richard
|
3ffa4cc549
|
add raymath
|
2022-06-23 17:03:06 +01:00 |
|
richard
|
c876a41e11
|
fix windows build
|
2022-06-12 02:15:46 +01:00 |
|
richard
|
623c2a6c10
|
update to raylib 4.2-dev and re-add physac and raygui from their own repos.
|
2022-06-12 02:08:36 +01:00 |
|
richard
|
3e729eca0f
|
drop files alt example
|
2022-06-02 19:57:21 +01:00 |
|
richard
|
0703645afb
|
drop files example comments
|
2022-06-02 19:04:21 +01:00 |
|
richard
|
08cafd55df
|
drop files example
|
2022-06-02 15:23:22 +01:00 |
|
Richard Smith
|
17f033cf29
|
Merge pull request #67 from GregChan/master
Add physics demo
|
2022-05-27 11:34:56 +01:00 |
|
GregChan
|
6ae0e73c9a
|
Add physics demo
|
2022-05-26 02:51:32 -07:00 |
|
richard
|
7476e7b379
|
version bump
|
2022-05-20 07:06:09 +01:00 |
|
richard
|
10d983008f
|
fix for pypy
|
2022-05-20 07:05:38 +01:00 |
|
richard
|
e624ad2824
|
version bump
|
2022-05-17 09:21:19 +01:00 |
|
richard
|
f6c25ff5c3
|
change min mac build from 10.14 to 10.15
|
2022-05-13 20:01:05 +01:00 |
|
richard
|
c5438d71a6
|
attempt fix for issue #63
|
2022-05-13 19:59:21 +01:00 |
|
richard
|
7ecb969baf
|
update headers for windows build
|
2022-05-13 19:48:05 +01:00 |
|
richard
|
3f876e9bcf
|
update raylib master
|
2022-05-13 19:40:56 +01:00 |
|
richard
|
7b4742dd6f
|
update mac build on github actions
|
2022-05-13 19:38:03 +01:00 |
|
richard
|
106975b37b
|
Merge remote-tracking branch 'origin/master'
|
2022-04-28 19:43:23 +01:00 |
|
richard
|
8c7af63076
|
update version
|
2022-04-28 19:43:08 +01:00 |
|
richard
|
4fed27cd6c
|
update readme
|
2022-04-28 19:42:45 +01:00 |
|
Richard Smith
|
4cdb414602
|
Merge pull request #61 from pushingice/master
Add basic screen manager example
|
2022-04-05 10:52:27 +01:00 |
|
Chris Retford
|
7782dddc02
|
Add basic screen manager example
|
2022-04-03 16:06:51 -06:00 |
|
richard
|
f9e96bbd9d
|
latest raylib snapshot
|
2022-03-10 00:15:12 +00:00 |
|
richard
|
4b000fecaa
|
latest raylib snapshot
|
2022-03-10 00:10:24 +00:00 |
|
Richard Smith
|
ff40b0a35e
|
try some additional python versions in build
|
2022-03-06 22:02:29 +00:00 |
|
richard
|
f73c57c89c
|
update raylib to 4.1-dev
|
2022-02-08 09:32:46 +00:00 |
|
richard
|
10d945ed28
|
add enums for raygui, issue #52
|
2022-02-07 13:58:07 +00:00 |
|
richard
|
2c752b5ad0
|
remove all the ints from the pyray hints and docs. (leave them in pyray itself for backwards compability) add proper enums to pyray and to pyray hints/docs (generated from raylib.json). TODO: raygui, rlgl, maybe something for the C API. See issue #52
|
2022-02-04 12:14:03 +00:00 |
|
richard
|
d05890344d
|
update docs
|
2022-02-04 11:11:14 +00:00 |
|
richard
|
ef91af804b
|
fixes to examples
|
2022-02-04 10:42:07 +00:00 |
|
richard
|
7ca36d1285
|
animation example from https://github.com/electronstudio/raylib-python-cffi/pull/53 https://github.com/Lcbx
|
2022-02-03 00:47:30 +00:00 |
|
richard
|
ed018b2b77
|
pyray: if function arg requires pointer and is given a pointer, don't try to create a pointer. if given a python primitive(float/int/bool), create an FFI float/int/bool and use pointer to it. https://github.com/electronstudio/raylib-python-cffi/issues/57
|
2022-02-02 20:32:12 +00:00 |
|
richard
|
7b889a2350
|
separate tests for dynamic
|
2022-02-02 20:29:45 +00:00 |
|
richard
|
82d310ea76
|
fix more examples https://github.com/electronstudio/raylib-python-cffi/issues/47
|
2022-02-02 20:28:08 +00:00 |
|
richard
|
218d9a18f7
|
test, review and fix the shader examples. https://github.com/electronstudio/raylib-python-cffi/issues/47
|
2022-02-02 18:21:34 +00:00 |
|
richard
|
ff84bdf2dd
|
version bump
|
2022-01-13 23:43:23 +00:00 |
|
richard
|
2d78db0f32
|
Remove RPI native build because it doesn't work on current Raspbian. Use standard Linux X11 when on RPI. Issue #55
|
2022-01-13 23:38:15 +00:00 |
|
richard
|
4f907251fb
|
opencv image example
|
2021-12-28 00:34:33 +00:00 |
|
richard
|
0803946f40
|
pyray raygui example
|
2021-11-16 17:18:51 +00:00 |
|
richard
|
c784857527
|
return empty string for null pointers https://github.com/electronstudio/raylib-python-cffi/issues/51
|
2021-11-12 00:34:43 +00:00 |
|
richard
|
183cdd52c6
|
new version number scheme
|
2021-11-09 15:18:02 +00:00 |
|
richard
|
f9d52edd50
|
attempt fix booleans on windows build
|
2021-11-09 15:10:27 +00:00 |
|