RANDRIA Luca
d74556d35c
Modify text_words_alignment.c ( #5411 )
hace 1 mes
Kaluub
6f5cabf60c
Fix misleading example text. ( #5409 )
hace 1 mes
Jordi Santonja
8fa5f1fe2c
[examples] Fixed `shaders_game_of_life` for web ( #5399 )
* [examples] Fixed `shaders_game_of_life` for web
* Fixed image loadig for rexm
hace 1 mes
Ray
f3f02b3e17
REXM: examples validation and update
hace 1 mes
Ray
5e8118daf2
Update shaders_game_of_life.c
hace 1 mes
Ray
19a1683641
REXM: Updated examples
hace 1 mes
JordSant
efeccfef61
[examples] Add `textures_cellular_automata` ( #5395 )
* [examples] Add `textures_cellular_automata`
* Comparison always true. Fixed
* Tabs to spaces
hace 1 mes
JordSant
366300aafe
[examples] Add `shaders_game_of_life` ( #5394 )
* [examples] Add `shaders_game_of_life`
* Declaration hides another variable same name
hace 1 mes
BoneManSeth
fd8830948e
fix newer NDK version compiling errors ( #5389 )
target already gets assigned by the clang macro it points to, overwriting it causes it to target linux instead of android, making it check for usr directories instead of the NDK's directories
hace 1 mes
Rayumie
95c4efd7a3
Update comment on shapes_penrose_tile.c ( #5384 )
hace 2 meses
Ray
68befcc64f
Update shapes_penrose_tile.c
hace 2 meses
David Buzatto
b1f8cde329
[examples] Added: `text_strings_management` ( #5379 )
* new shapes example - penrose tile
* stack cleanup
* proper use of strnlen, strncat and strncpy
* typo correction
* update screenshot of shapes_penrose_tile example
* new example for strings management
* Improved structure for text_strings_management
hace 2 meses
Connor O'Connor
1bbc8682f4
Fixed some typos and mispellings ( #5381 )
Specifically "occured" -> "occurred"
hace 2 meses
Ray
ed5da45203
Update LICENSE.md #5380
hace 2 meses
Ray
d3addad9a7
REVIEWED: example: `shapes_penrose_tile` formating
hace 2 meses
Ray
d13314fe1c
Update core_window_flags.c
hace 2 meses
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
hace 2 meses
Ray
78661a4ee0
REXM: ADDED: `shapes_ball_physics`
hace 2 meses
Ray
18e1ec504f
Updated example
hace 2 meses
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
hace 2 meses
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
hace 2 meses
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
hace 2 meses
Ray
80ed6eadb8
REXM: RENAME: `audio_fft_spectrum_visualizer` -> `audio_spectrum_visualizer`
hace 2 meses
Ray
cf5e84c3c4
Update models_skybox_rendering.c
hace 2 meses
Ray
727a90c5d1
REVIEWED: Formatting to follow raylib conventions
hace 2 meses
Ray
12cce1766f
Update textures_screen_buffer.c
hace 2 meses
Ray
6820ff61f1
REVIEWED: example: `shaders_hybrid_rendering`, shaders issues
hace 2 meses
Ray
c6f4c8e3e0
FIX: Issue on PLATFORM_DRM
hace 2 meses
Ray
30cd36a8a9
Update audio_music_stream.c
hace 2 meses
Ray
67f24b3b41
Update audio_sound_positioning.c
hace 2 meses
Ray
8fcd99c8dd
Update textures_sprite_stacking.c
hace 2 meses
Ray
646e814baf
Update Makefile
hace 2 meses
Ray
0b9f463e64
REVIEWED: examples: Replace TABS and Remove trailing spaces
hace 2 meses
Ray
63fb407dc5
Update raygui to avoid warnings
hace 2 meses
Ray
80e164fa04
Update core_monitor_detector.c
hace 2 meses
Ray
5fdf178969
REVIEWED: audio_fft_spectrum_visualizer, not working on web
hace 2 meses
Ray
e3738c1b17
REXM: UPDATE: Reviewed all examples requirements
hace 2 meses
Ray
d56371ce85
Update Makefile.Web
hace 2 meses
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.
hace 2 meses
Ray
d5e8ee77b1
Update core_input_gamepad.c
hace 2 meses
Serhii Zasenko
f51204821a
Add vibration test button to core_input_gamepad ( #5362 )
hace 2 meses
Ray
83a167ca3f
Update text_inline_styling.c
hace 2 meses
Ray
48496e2307
Update core_input_actions.c
hace 2 meses
Ray
e6ef99275a
Update shapes_digital_clock.c
hace 2 meses
Ray
46ca641ec5
Update raygui to avoid warnings
hace 2 meses
Ray
f3393b8fd8
Update core_clipboard_text.c
hace 2 meses
Ray
e062e3835e
REVIEWED: examples: Several minor issues
hace 2 meses
Ray
9efe127f5d
Update shapes_lines_drawing.c
hace 2 meses
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
hace 2 meses
Ray
a590126351
Updated some examples
hace 2 meses