Commit graph

51 commits

Author SHA1 Message Date
דור שפירא
54d8dd96bf adding shapes_following_eyes example 2022-09-16 13:23:30 +03:00
romariops
982089f272 Adding the core 3d camera mode example 2022-09-11 14:28:51 -03:00
romariops
52adefe506 Examples/core_2d_camera_mouse_zoom 2022-09-10 19:54:50 -03:00
דור שפירא
ba61381d24 adding the textures_to_image example 2022-07-31 15:37:37 +03:00
דור שפירא
ad21fe7b8e adding the textures_mouse_painting example 2022-07-31 10:08:31 +03:00
דור שפירא
a278a38069 adding the core_window_should_close example 2022-07-30 23:02:10 +03:00
דור שפירא
603d4888a8 adding the core_scissor_test example 2022-07-30 22:44:49 +03:00
דור שפירא
4941bc88ef adding the shapes_logo_raylib example and adding the missing press checks in the core_input_mouse example
I added the shapes_logo_raylib example.
I added the missing MOUSE_BUTTON_SIDE,MOUSE_BUTTON_EXTRA,MOUSE_BUTTON_FORWARD,MOUSE_BUTTON_BACK press checks.

note: my mouse doesn't have the "forward" and "back" buttons, so I couldn't test if they work
2022-07-30 09:22:06 +03:00
דור שפירא
dead4cfcb5 adding the shapes_logo_raylib example.
adding the missing press checks in the core_input_mouse example:
I added the missing MOUSE_BUTTON_SIDE,MOUSE_BUTTON_EXTRA,MOUSE_BUTTON_FORWARD,MOUSE_BUTTON_BACK press checks.

note: my mouse doesn't have the "forward" and "back" buttons, so I couldn't test if they work
2022-07-30 09:20:26 +03:00
דור שפירא
50e74a7e26 adding core_random_values example 2022-07-28 12:57:59 +03:00
Tyrone Slothrop
cc55fa7836 Create shapes_draw_rounded_rectangle.py
Port shapes_draw_rounded_reactangle example.
2022-06-25 16:22:39 +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
GregChan
6ae0e73c9a Add physics demo 2022-05-26 02:51:32 -07:00
Chris Retford
7782dddc02 Add basic screen manager example 2022-04-03 16:06:51 -06: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
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
4f907251fb opencv image example 2021-12-28 00:34:33 +00:00
richard
f9d52edd50 attempt fix booleans on windows build 2021-11-09 15:10:27 +00:00
richard
775d2da32d remove depreciated stuff, tidy build a bit for 4.0 2021-10-13 16:35:35 +01:00
richard
8666f0cff8 test jpeg image loading 2021-10-08 03:19:04 +01:00
electronstudio
81819a133a separate static and dynamic libraries completely 2021-10-03 21:21:59 +01:00
richard
aa5659f272 update examples 2021-08-28 13:07:02 +01:00
richard
d1dc703292 update DLLs 2021-06-22 13:40:34 +01:00
richard
72c222fc1f benchmark 2021-06-13 16:31:08 +01:00
Richard Smith
676a29d7db fix issue #16 2020-11-16 08:45:37 +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
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
electronstudio
81a1440267 combine blank.py and camera.py examples 2020-02-21 23:14:51 +00:00
electronstudio
1146ce7189 Merge branch 'master' of https://github.com/Pebaz/raylib-python-cffi into Pebaz-master 2020-02-21 23:00:28 +00:00
Pebaz
40387cefed added rendertexture example 2020-02-18 16:53:12 -05:00
Pebaz
822d85c78c Add camera example 2020-02-18 16:40:52 -05:00
electronstudio
92dcc91b82 update mac build to latest github version 2019-11-22 16:20:29 +00:00
electronstudio
a43b0fd9ea fix transparent example on mac 2019-10-17 10:57:24 +01:00
Samuel Wilder
aa21811d38 Add transparent undecorated window example 2019-10-03 13:58:21 -04:00
Samuel Wilder
695cc2fb80 Add fog example 2019-10-02 15:32:16 -04:00
Samuel Wilder
79ee8f4373 use existing resource directory 2019-09-26 10:54:54 -04:00
Samuel Wilder
4ce5b08c99 added skybox example 2019-09-26 10:49:34 -04:00
Richard Smith
a3d83f134d make lighting example EVEN MORE OO 2019-06-23 21:39:13 +01:00
Richard Smith
968d095b0c make lighting example more OO 2019-06-23 21:03:26 +01:00
Richard Smith
4c587660e2 shader lighting example 2019-06-23 18:45:35 +01:00
Richard Smith
c3d018c830 update examples 2019-05-24 18:49:40 +01:00
Richard Smith
b6b9054d0d split project into static and dynamic modules 2019-05-24 04:31:48 +01:00
Richard Smith
2335c5275f heightmap example 2019-05-21 12:12:03 +01:00