Commit graph

82 commits

Author SHA1 Message Date
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
Richard Smith
a703659c9d initial 2019-05-21 10:56:31 +01:00