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
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
Kris
a25d11ad1a
Add example: shapes_math_angle_rotation (angle rotation lines) ( #5236 )
Co-authored-by: Ray <raysan5@gmail.com>
1 month ago
JordSant
8604085b6e
[examples] Fixed `shaders_mandelbrot_set` for WebGL ( #5286 )
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
Jeffery Myers
7191749d66
[examples] Fix examples to work in MSVC ( #5267 )
* Fix warnings in many examples
Add examples to MSVC solution correctly
* fix CI error
---------
Co-authored-by: Ray <raysan5@gmail.com>
1 month ago
Ray
377853bb32
REXM: Updated new examples requried files
2 months ago
Ray
6966ad5717
Update shaders_ascii_rendering.c
2 months ago
Maicon Santana
a553fbd0c7
[examples] Fix `shaders_ascii_rendering` ( #5219 )
* Add ascii post processing
* Fix broken characters and add more comments
* Rename example
* Refactored as requested
2 months ago
Ray
218a806ec2
REVIEWED: example: `shaders_ascii_rendering`
2 months ago
Maicon Santana
317c1eaeeb
Add ascii post processing ( #5213 )
2 months ago
Smallz3201
fe8c83b57d
Update palette_switch.fs ( #5205 )
Removed unnecessary `a` in palette_switch.fs `note` comment
2 months ago
Ray
bb28d7fd0e
Update normalmap.fs
2 months ago
Ray
8ada37d967
Update depth_write.fs
2 months ago
Ray
e7cfd3d4a3
Update depth_render.fs
2 months ago
Ray
b8420d4821
REXM: Update examples
2 months ago
Ray
3148206758
Renamed shaders for consistency
2 months ago
Ray
adac5f7770
REXM: RENAME: example: `shaders_write_depth` --> `shaders_depth_writing`
2 months ago
Ray
698d37c57a
Update shaders_normalmap_rendering.c
3 months ago
Ray
28c5d16000
Update shaders_shadowmap_rendering.c
3 months ago
Ray
811ec4fb1e
REVIEWED: `shaders_shadowmap_rendering` example
3 months ago
Ray
ef0dd5f774
REXM: Updated examples after some renames
3 months ago
Ray
c7f8843200
REXM: RENAME: example: `shaders_eratosthenes` --> `shaders_eratosthenes_sieve`
3 months ago
Ray
851bb3120d
REXM: RENAME: example: `shaders_view_depth` --> `shaders_depth_rendering`
3 months ago
Ray
4a23ed698f
REXM: RENAME: example: `shaders_raymarching` --> `shaders_raymarching_rendering`
3 months ago
Ray
f4f3325e1e
REXM: RENAME: example: `shaders_spotlight` --> `shaders_spotlight_rendering`
3 months ago
Ray
11ca32493a
REXM: RENAME: example: `shaders_lightmap` --> `shaders_lightmap_rendering`
3 months ago
Ray
07070b81e8
REXM: RENAME: example: `shaders_shadowmap` --> `shaders_shadowmap_rendering`
3 months ago
Ray
6afc608477
REXM: RENAME: example: `shaders_normal_map` --> `shaders_normalmap_rendering`
3 months ago
Ray
4cf4c6645e
REXM: RENAME: example: `shaders_hybrid_render` --> `shaders_hybrid_rendering`
3 months ago
Ray
14bef50464
REXM: RENAME: example: `shaders_deferred_render` --> `shaders_deferred_rendering`
3 months ago
Ray
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
3 months ago
Ray
e1dfb4cd4e
Update shaders_normal_map.c
3 months ago
Ray
2d19abb2cf
REXM: REVIEWED: Examples header info inconsistencies
3 months ago
Ray
e5cef3c0d8
REXM: Reviewed examples source code headers metadata
3 months ago
Ray
eb816898e5
Revert "Added creation-review years to examples"
This reverts commit b5e25916fc .
3 months ago
Ray
b5e25916fc
Added creation-review years to examples
3 months ago
Ray
a51cb7fe30
REXM: Updated some examples inconsistencies
3 months ago
Ray
d97e0a8ac7
REXM: RENAME: example: `shaders_texture_drawing` --> `shaders_texture_rendering`
3 months ago
Ray
41dee9e9f9
REXM: RENAME: example: `shaders_fog` --> `shaders_fog_rendering`
3 months ago
Ray
dd0587e12a
Update shaders_texture_drawing.c
3 months ago
Ray
2e376c6f5b
Update shaders_spotlight.c
3 months ago
Ray
2a295210fb
Update shaders_spotlight.c
3 months ago
Ray
c579eef4b7
REVIEWED: Examples section comments, for better organization and consistency
3 months ago
Ray
aa475b1046
REVIEWED: Code sections description for consistency
3 months ago
Ray
b6ae380260
REVIEWED: Examples comments, consistent code sections
3 months ago
JohnnyCena123
0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * ( #5153 )
3 months ago