* 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>
* 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>
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
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
* 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>
* 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>