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.
2 ay önce
Ray
d5e8ee77b1
Update core_input_gamepad.c
2 ay önce
Serhii Zasenko
f51204821a
Add vibration test button to core_input_gamepad ( #5362 )
2 ay önce
Ray
83a167ca3f
Update text_inline_styling.c
2 ay önce
Ray
48496e2307
Update core_input_actions.c
2 ay önce
Ray
e6ef99275a
Update shapes_digital_clock.c
2 ay önce
Ray
46ca641ec5
Update raygui to avoid warnings
2 ay önce
Ray
f3393b8fd8
Update core_clipboard_text.c
2 ay önce
Ray
e062e3835e
REVIEWED: examples: Several minor issues
2 ay önce
Ray
9efe127f5d
Update shapes_lines_drawing.c
2 ay önce
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
2 ay önce
Ray
a590126351
Updated some examples
2 ay önce
Ray
a235cd6a18
Update raygui.h
2 ay önce
Ray
6756e9d3d7
Update core_input_gestures_testbed.c
2 ay önce
Ray
06589d3350
Update core_2d_camera_mouse_zoom.c
2 ay önce
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
2 ay önce
Ray
5c2747e3a8
Update shapes_rlgl_triangle.c
2 ay önce
Ray
470a326588
Update shapes_rlgl_triangle.c
2 ay önce
Robin ❤️
74f7112614
[examples] Added: `shapes_rlgl_triangle` example ( #5353 )
* [examples] Added: `shapes_rlgl_triangle` example
* correct name
* formatting
2 ay önce
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
2 ay önce
iann
4dca02daa5
first draft of audio fft spectrum visualizer ( #5348 )
2 ay önce
Robin ❤️
c059ece2a4
[examples] Added: directional billboard ( #5351 )
* Added models directional billboard example
* add killbot texture
* various fixes and formatting tweaks
* corrected stdlib
2 ay önce
Ray
80b6b7fc2a
Update core_input_gamepad.c
2 ay önce
Ray
d172a24bb0
REVIEWED: `main(void)`
2 ay önce
Ray
9c73b0eb37
Update Makefile
2 ay önce
Ray
78faf6a120
Update README.md
3 ay önce
Robin ❤️
d8601121da
[examples] Added: `textures_sprite_stacking` example ( #5345 )
* Added sprite stacking example
* added link
* formatting
3 ay önce
Ray
f76e371436
REDESIGNED: `core_clipboard_text`, based on #5248
3 ay önce
Ray
0b4815b8fe
WARNING: REMOVED: GIT recording option, added example
3 ay önce
Hugo
d7a7eda959
[examples] `core_directory_files` fixes ( #5343 )
* [examples] reset on folder click
`continue` after clicking a new folder
* [examples] don't make non-directories clickable
`IsPathFile` is not enough to check if it's a directory
since it also takes in char devices.
* rlparser: update raylib_api.* by CI
* Delete tools/rlparser/rlparser
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ray <raysan5@gmail.com>
3 ay önce
Chakradhar
d8da443604
Fixed core_text_file_loading example in raylib examples, to account for blank lines in text file and text wrapping properly for the case when the last word goes out the display ( #5339 )
3 ay önce
Ray
af57c8854f
REXM: ADDED: `core_compute_hash`
3 ay önce
Ray
a66b6c998a
Update README.md
3 ay önce
Ray
4883813bbb
Update raygui.h
3 ay önce
Ray
6adb1c2704
Update core_viewport_scaling.c
3 ay önce
Ray
9ff87b38b8
Update raygui.h
3 ay önce
Ray
3843f771fb
Update core_clipboard_text.c
3 ay önce
Agnis Aldiņš "NeZvērs
46e8343a30
[examples] Added `core_viewport_scaling` ( #5313 )
* example - core_viewport_scaling
* Code convention update
3 ay önce
Ray
127cc1c79e
REVIEWED: Makefile to support software renderer
3 ay önce
JordSant
9aaf120bbe
[examples] Fixed spaces `shaders_mandelbrot_set` ( #5310 )
3 ay önce
Ray
cf9a0619ca
REXM: Validate and update examples
3 ay önce
Ray
a6dd08fb71
Update shaders_color_correction.c
3 ay önce
Ray
6a5b7fb3f8
Update models_decals.c
3 ay önce
Adeeb Shihadeh
40594f3ec0
Fix typo in font loading documentation ( #5308 )
3 ay önce
JordSant
70f4911698
[examples] Added `shaders_color_correction` ( #5307 )
* [examples] Added `shaders_color_correction`
* Add _CRT_SECURE_NO_WARNINGS to VS Project
* Added to makefiles
3 ay önce
Ray
0fbc4272d0
Remove trailing spaces
3 ay önce
Ray
cb58ca63d4
Review formating #5306
3 ay önce
themushroompirates
e244cf297a
examples_model_decals : Fixed unload crash, added buttons ( #5306 )
3 ay önce
Kris
a25d11ad1a
Add example: shapes_math_angle_rotation (angle rotation lines) ( #5236 )
Co-authored-by: Ray <raysan5@gmail.com>
3 ay önce
Jopestpe
6f101f4011
[examples] Added: `shapes_math_sine_cosine` ( #5257 )
* draft: [examples] Added shapes_math_sine_cosine
* draft: [examples] Added screenshot shapes_math_sine_cosine
* Explementary
* Varying radius
* adjustments
* added comments and reorganized UI labels
* Updated Makefile, README.md, and examples_list.txt
* tabs to spaces
* Fix MSVC compilation
---------
Co-authored-by: Ray <raysan5@gmail.com>
3 ay önce