Ray
6756e9d3d7
Update core_input_gestures_testbed.c
2 weeks ago
Ray
06589d3350
Update core_2d_camera_mouse_zoom.c
2 weeks ago
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 weeks ago
Ray
5c2747e3a8
Update shapes_rlgl_triangle.c
2 weeks ago
Ray
470a326588
Update shapes_rlgl_triangle.c
2 weeks ago
Robin ❤️
74f7112614
[examples] Added: `shapes_rlgl_triangle` example ( #5353 )
* [examples] Added: `shapes_rlgl_triangle` example
* correct name
* formatting
2 weeks ago
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 weeks ago
iann
4dca02daa5
first draft of audio fft spectrum visualizer ( #5348 )
2 weeks ago
Robin ❤️
c059ece2a4
[examples] Added: directional billboard ( #5351 )
* Added models directional billboard example
* add killbot texture
* various fixes and formatting tweaks
* corrected stdlib
2 weeks ago
Ray
80b6b7fc2a
Update core_input_gamepad.c
3 weeks ago
Ray
d172a24bb0
REVIEWED: `main(void)`
3 weeks ago
Ray
9c73b0eb37
Update Makefile
3 weeks ago
Ray
78faf6a120
Update README.md
3 weeks ago
Robin ❤️
d8601121da
[examples] Added: `textures_sprite_stacking` example ( #5345 )
* Added sprite stacking example
* added link
* formatting
3 weeks ago
Ray
f76e371436
REDESIGNED: `core_clipboard_text`, based on #5248
3 weeks ago
Ray
0b4815b8fe
WARNING: REMOVED: GIT recording option, added example
3 weeks ago
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 weeks ago
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 weeks ago
Ray
af57c8854f
REXM: ADDED: `core_compute_hash`
4 weeks ago
Ray
a66b6c998a
Update README.md
4 weeks ago
Ray
4883813bbb
Update raygui.h
4 weeks ago
Ray
6adb1c2704
Update core_viewport_scaling.c
4 weeks ago
Ray
9ff87b38b8
Update raygui.h
4 weeks ago
Ray
3843f771fb
Update core_clipboard_text.c
4 weeks ago
Agnis Aldiņš "NeZvērs
46e8343a30
[examples] Added `core_viewport_scaling` ( #5313 )
* example - core_viewport_scaling
* Code convention update
1 month ago
Ray
127cc1c79e
REVIEWED: Makefile to support software renderer
1 month ago
JordSant
9aaf120bbe
[examples] Fixed spaces `shaders_mandelbrot_set` ( #5310 )
1 month ago
Ray
cf9a0619ca
REXM: Validate and update examples
1 month ago
Ray
a6dd08fb71
Update shaders_color_correction.c
1 month ago
Ray
6a5b7fb3f8
Update models_decals.c
1 month ago
Adeeb Shihadeh
40594f3ec0
Fix typo in font loading documentation ( #5308 )
1 month ago
JordSant
70f4911698
[examples] Added `shaders_color_correction` ( #5307 )
* [examples] Added `shaders_color_correction`
* Add _CRT_SECURE_NO_WARNINGS to VS Project
* Added to makefiles
1 month ago
Ray
0fbc4272d0
Remove trailing spaces
1 month ago
Ray
cb58ca63d4
Review formating #5306
1 month ago
themushroompirates
e244cf297a
examples_model_decals : Fixed unload crash, added buttons ( #5306 )
1 month ago
Kris
a25d11ad1a
Add example: shapes_math_angle_rotation (angle rotation lines) ( #5236 )
Co-authored-by: Ray <raysan5@gmail.com>
1 month ago
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>
1 month ago
Ray
efe62f0e0d
Formating review to follow raylib code conventions #5298
1 month ago
themushroompirates
dbcc508196
[examples] Added `models_decals` ( #5298 )
* Added decal models example
* Code formatting to match Raylib conventions
1 month ago
Jeffery Myers
780a7df760
Fix warnings in more examples. ( #5292 )
1 month ago
Ray
428421f21a
Update examples_list.txt
1 month ago
Ray
ec06f9be37
Removed trailing spaces
1 month ago
Robin ❤️
3c5b3f1c17
[examples] Added `shapes_lines_drawing` ( #5283 )
* Added shapes_lines_drawing Example
* store result of clamp
* conventions
* fixed more brackets
* buffer comments
1 month ago
JordSant
8604085b6e
[examples] Fixed `shaders_mandelbrot_set` for WebGL ( #5286 )
1 month ago
Ray
5aeedb4899
REXM: Update examples collection
1 month ago
Ray
7ae3eb5d3a
Create web_basic_window.png
1 month ago
JordSant
aeafce5db4
[examples] Added: `shaders_mandelbrot_set` ( #5282 )
* [examples] Added: `shaders_mandelbrot_set`
* Simplified shader code and added comments
* Comments starting with a capital letter, and some minor fixes to adhere to the convention
1 month ago
Ray
085f933b17
Review example formating
1 month ago
Aanjishnu Bhattacharyya
ab4831911a
[examples] Added: `core_text_file_loading` ( #5278 )
Added and example demonstrating reading the contents of a file and rendering them,
utilizing rtext module. The demonstration also handles wrapping of long sentences,
and text scrolling.
Co-authored-by: Ray <raysan5@gmail.com>
1 month ago
Ray
cd0d693a56
Reviewed example
1 month ago