Commit graph

9 commits

Author SHA1 Message Date
Richard Smith
a33f4fcc9a update examples 2024-11-17 01:17:05 +00:00
Richard Smith
1799c58ca5 update examples 2024-07-01 14:18:55 +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
Dor Shapira
9f11c90e29
Update shapes_lines_bezier.py 2022-09-21 18:00:23 +03:00
דור שפירא
3836c7ed93 adding shapes lines bezier example 2022-09-20 21:19:30 +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
דור שפירא
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
Tyrone Slothrop
cc55fa7836 Create shapes_draw_rounded_rectangle.py
Port shapes_draw_rounded_reactangle example.
2022-06-25 16:22:39 +01:00