Jeffery Myers
b00cbdaf49
Cleanup warnings in examples ( #5467 )
2026-01-03 22:38:51 +01:00
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
2025-11-25 19:10:56 +01:00
Ray
0b9f463e64
REVIEWED: examples: Replace TABS and Remove trailing spaces
2025-11-19 13:18:10 +01:00
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.
2025-11-19 09:34:13 +01:00
Hugo
9bf7699624
[examples] Added shapes_kaleidoscope ( #5233 )
...
* ADDED: example: `shapes_kaleidoscope`
* Add line reflection
* Updated with `rexm update`
* Follow raylib's conventions
2025-10-08 00:10:43 +02:00