Commit graph

23 commits

Author SHA1 Message Date
Tim Fong 2
9df3448f1c added core_window_flags 2023-08-09 19:16:32 +07: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
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
electronstudio
42d6762fbe update raylib to 4.5 2023-05-22 17:01:19 +01:00
romariops
36afd6057c add example core 3d camera first person 2022-09-18 20:41:10 -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
דור שפירא
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
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
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
82d310ea76 fix more examples https://github.com/electronstudio/raylib-python-cffi/issues/47 2022-02-02 20:28:08 +00: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