David Buzatto
3ba186f2c1
[examples] Added: `shapes_penrose_tile` ( #5376 )
* new shapes example - penrose tile
* stack cleanup
* proper use of strnlen, strncat and strncpy
* typo correction
* update screenshot of shapes_penrose_tile example
3 kuukautta sitten
David Buzatto
f108b3016c
update screenshot of shapes_penrose_tile example
3 kuukautta sitten
David Buzatto
e7ad4a2b11
typo correction
3 kuukautta sitten
David Buzatto
b01848a9bc
proper use of strnlen, strncat and strncpy
3 kuukautta sitten
David Buzatto
eb7d8d9710
stack cleanup
3 kuukautta sitten
David Buzatto
84f1e5dd1c
new shapes example - penrose tile
3 kuukautta sitten
Ray
78661a4ee0
REXM: ADDED: `shapes_ball_physics`
3 kuukautta sitten
Ray
18e1ec504f
Updated example
3 kuukautta sitten
David Buzatto
9f567e6ee4
Example for creating balls with simple physics simulation ( #5372 )
* Example for creating balls with simple physics simulation
The goal of this example is to create several colored balls whose movement is simulated and which respond to the action of being grabbed and dragged using the mouse.
* renaming example
renaming example from physics_bouncing_balls to shapes_ball_physics
3 kuukautta sitten
John Jimenez
e273aaea1e
[examples] text_inline_styling: make inline text and background colors respect base alpha ( #5373 )
* Added source alpha multiplier for text inline styling examples
* Added header description about base alpha multiplier
3 kuukautta sitten
Hugo
2b051afb29
[examples] `shapes_kaleidoscope` rewind, forward & reset buttons ( #5369 )
* [examples] rewind and forward lines drawing
* [examples] reset button
* [examples] update screenshot
* [examples] applied raylib convention
3 kuukautta sitten
Ray
80ed6eadb8
REXM: RENAME: `audio_fft_spectrum_visualizer` -> `audio_spectrum_visualizer`
3 kuukautta sitten
Ray
cf5e84c3c4
Update models_skybox_rendering.c
3 kuukautta sitten
Ray
727a90c5d1
REVIEWED: Formatting to follow raylib conventions
3 kuukautta sitten
Ray
12cce1766f
Update textures_screen_buffer.c
3 kuukautta sitten
Ray
6820ff61f1
REVIEWED: example: `shaders_hybrid_rendering`, shaders issues
3 kuukautta sitten
Ray
c6f4c8e3e0
FIX: Issue on PLATFORM_DRM
3 kuukautta sitten
Ray
30cd36a8a9
Update audio_music_stream.c
3 kuukautta sitten
Ray
67f24b3b41
Update audio_sound_positioning.c
3 kuukautta sitten
Ray
8fcd99c8dd
Update textures_sprite_stacking.c
3 kuukautta sitten
Ray
646e814baf
Update Makefile
3 kuukautta sitten
Ray
0b9f463e64
REVIEWED: examples: Replace TABS and Remove trailing spaces
3 kuukautta sitten
Ray
63fb407dc5
Update raygui to avoid warnings
3 kuukautta sitten
Ray
80e164fa04
Update core_monitor_detector.c
3 kuukautta sitten
Ray
5fdf178969
REVIEWED: audio_fft_spectrum_visualizer, not working on web
3 kuukautta sitten
Ray
e3738c1b17
REXM: UPDATE: Reviewed all examples requirements
3 kuukautta sitten
Ray
d56371ce85
Update Makefile.Web
3 kuukautta sitten
Ray
8081d2bd07
REDESIGNED: example: `shapes_kaleidoscope`, store lines #5361
This redesign stores lines in Update and draws stored lines in Draw, instead of previous approach of drawing directly to framebuffer with no cleaning. This approach allows some interesting features like line draw replay or reversing.
3 kuukautta sitten
Ray
d5e8ee77b1
Update core_input_gamepad.c
3 kuukautta sitten
Serhii Zasenko
f51204821a
Add vibration test button to core_input_gamepad ( #5362 )
3 kuukautta sitten
Ray
83a167ca3f
Update text_inline_styling.c
3 kuukautta sitten
Ray
48496e2307
Update core_input_actions.c
3 kuukautta sitten
Ray
e6ef99275a
Update shapes_digital_clock.c
3 kuukautta sitten
Ray
46ca641ec5
Update raygui to avoid warnings
3 kuukautta sitten
Ray
f3393b8fd8
Update core_clipboard_text.c
3 kuukautta sitten
Ray
e062e3835e
REVIEWED: examples: Several minor issues
3 kuukautta sitten
Ray
9efe127f5d
Update shapes_lines_drawing.c
3 kuukautta sitten
Robin ❤️
4caba49658
[examples] Added: `shapes_rlgl_color_wheel` example ( #5355 )
* [examples] Added: `shapes_rlgl_triangle` example
* correct name
* formatting
* Revert "formatting"
This reverts commit f1d246a648 .
* Revert "correct name"
This reverts commit 974985ed49 .
* Revert "[examples] Added: `shapes_rlgl_triangle` example"
This reverts commit d053b9afa0 .
* [examples] Added: `shapes_rlgl_color_wheel` example
* clarify color variable
* formatting
* formatting
* formatting
* formatting
* reduce redundancy
* moved color updating code to update
3 kuukautta sitten
Ray
a590126351
Updated some examples
3 kuukautta sitten
Ray
a235cd6a18
Update raygui.h
3 kuukautta sitten
Ray
6756e9d3d7
Update core_input_gestures_testbed.c
3 kuukautta sitten
Ray
06589d3350
Update core_2d_camera_mouse_zoom.c
3 kuukautta sitten
Agnis Aldiņš "NeZvērs
596d3bcb7e
[examples] Added: `textures_screen_buffer` ( #5357 )
* Example textures_screen_buffer
* remove resource preload for web makefile
* update description
* code formatting
3 kuukautta sitten
Ray
5c2747e3a8
Update shapes_rlgl_triangle.c
3 kuukautta sitten
Ray
470a326588
Update shapes_rlgl_triangle.c
3 kuukautta sitten
Robin ❤️
74f7112614
[examples] Added: `shapes_rlgl_triangle` example ( #5353 )
* [examples] Added: `shapes_rlgl_triangle` example
* correct name
* formatting
3 kuukautta sitten
Ray
3e3453d54e
REVIEWED: Bunnymark example new `raybunny`! #5344
As the license for previous bunny was not clear, it was replaced by a new custom bunny specifically created for this example with a CC0 license
3 kuukautta sitten
iann
4dca02daa5
first draft of audio fft spectrum visualizer ( #5348 )
3 kuukautta sitten
Robin ❤️
c059ece2a4
[examples] Added: directional billboard ( #5351 )
* Added models directional billboard example
* add killbot texture
* various fixes and formatting tweaks
* corrected stdlib
3 kuukautta sitten
Ray
80b6b7fc2a
Update core_input_gamepad.c
3 kuukautta sitten