Maicon Santana
f43e049444
Refactor removing extra space and add break line for { ( #5533 )
Co-authored-by: maiconpintoabreu <maicon@thinkpad02.exads.com>
3 тижднів тому
Maicon Santana
08e79a16b0
Refactoring {0} to { 0 } to follow conventions ( #5519 )
Co-authored-by: maiconpintoabreu <maicon@thinkpad02.exads.com>
1 місяць тому
Maicon Santana
afe74c1c70
Refactor int to float missing parse ( #5503 )
* refactor int to float parse
* Reverting as requested
---------
Co-authored-by: Maicon <maicon@thinkpad02.exads.com>
1 місяць тому
Jeffery Myers
b00cbdaf49
Cleanup warnings in examples ( #5467 )
1 місяць тому
Ray
fa1d4eb7fa
Update shapes_hilbert_curve.c
2 місяці тому
Ray
6dfaf9fe7e
REVIEWED: example `shapes_hilbert_curve` #5454
Make it more didactic and dynamic, avoid global variables
2 місяці тому
Hamza RAHAL
7523738677
Add hilbert curve example ( #5454 )
2 місяці тому
Ray
19a1683641
REXM: Updated examples
2 місяці тому
Rayumie
95c4efd7a3
Update comment on shapes_penrose_tile.c ( #5384 )
2 місяці тому
Ray
68befcc64f
Update shapes_penrose_tile.c
2 місяці тому
Connor O'Connor
1bbc8682f4
Fixed some typos and mispellings ( #5381 )
Specifically "occured" -> "occurred"
3 місяці тому
Ray
d3addad9a7
REVIEWED: example: `shapes_penrose_tile` formating
3 місяці тому
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
3 місяці тому
Ray
78661a4ee0
REXM: ADDED: `shapes_ball_physics`
3 місяці тому
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
3 місяці тому
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
3 місяці тому
Ray
727a90c5d1
REVIEWED: Formatting to follow raylib conventions
3 місяці тому
Ray
0b9f463e64
REVIEWED: examples: Replace TABS and Remove trailing spaces
3 місяці тому
Ray
63fb407dc5
Update raygui to avoid warnings
3 місяці тому
Ray
e3738c1b17
REXM: UPDATE: Reviewed all examples requirements
3 місяці тому
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.
3 місяці тому
Ray
e6ef99275a
Update shapes_digital_clock.c
3 місяці тому
Ray
46ca641ec5
Update raygui to avoid warnings
3 місяці тому
Ray
9efe127f5d
Update shapes_lines_drawing.c
3 місяці тому
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
3 місяці тому
Ray
5c2747e3a8
Update shapes_rlgl_triangle.c
3 місяці тому
Ray
470a326588
Update shapes_rlgl_triangle.c
3 місяці тому
Robin ❤️
74f7112614
[examples] Added: `shapes_rlgl_triangle` example ( #5353 )
* [examples] Added: `shapes_rlgl_triangle` example
* correct name
* formatting
3 місяці тому
Ray
4883813bbb
Update raygui.h
3 місяці тому
Ray
cf9a0619ca
REXM: Validate and update examples
4 місяці тому
Ray
0fbc4272d0
Remove trailing spaces
4 місяці тому
Kris
a25d11ad1a
Add example: shapes_math_angle_rotation (angle rotation lines) ( #5236 )
Co-authored-by: Ray <raysan5@gmail.com>
4 місяці тому
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>
4 місяці тому
Jeffery Myers
780a7df760
Fix warnings in more examples. ( #5292 )
4 місяці тому
Ray
ec06f9be37
Removed trailing spaces
4 місяці тому
Robin ❤️
3c5b3f1c17
[examples] Added `shapes_lines_drawing` ( #5283 )
* Added shapes_lines_drawing Example
* store result of clamp
* conventions
* fixed more brackets
* buffer comments
4 місяці тому
Ray
cd0d693a56
Reviewed example
4 місяці тому
Ray
ed8c4c1b9b
REXM: Update examples collection, some renames
4 місяці тому
Ray
ffc405325f
Update shapes_pie_chart.c
4 місяці тому
Jopestpe
4256be5608
Fix branch array size and remove extra function ( #5281 )
* Fix branch array size and remove extra function
* Fix branch array size and remove extra function
4 місяці тому
Jopestpe
087aa1bc3f
Fix triangle strip array size and simplify loop ( #5280 )
4 місяці тому
GideonSerf
c6f9f76afb
[examples] Added donut pie charts to `shapes_pie_chart` ( #5277 )
* Added donut chart option to pie chart example
* Increased example description buffer size
* Testing mouse trail building
* Removed unused variable
---------
Co-authored-by: Gideon Serfontein <gse@newspacesystems.com>
4 місяці тому
Ray
8e052b81b4
REVIEWED: New examples on VS project
4 місяці тому
JordSant
2a04317cff
[examples] Added: `shapes_particles` ( #5260 )
* [Examples] Added shapes_particles
* Changes to follow the code conventions. Improved some things.
* Fixed name
* Fixed PNG name
---------
Co-authored-by: Ray <raysan5@gmail.com>
4 місяці тому
themushroompirates
1c45776bb7
Added clock of clocks example ( #5263 )
4 місяці тому
themushroompirates
1c39d47b5b
Added simple starfield example ( #5255 )
4 місяці тому
Balamurugan R
7383de3dea
feat(shapes): Add shapes_mouse_trail.c example and screenshot ( #5246 )
Co-authored-by: Balamurugan R <balamuruga.r050814@gmail.com>
4 місяці тому
GideonSerf
af11859906
[examples] Added `shapes_pie_chart` ( #5227 )
* Added shapes_pie_chart example
* Made the example colorful
* Added some interactivity to the example
* Revert top comment to the standard
* Remove unused MAX_SLICES constant
---------
Co-authored-by: Gideon Serfontein <gse@newspacesystems.com>
Co-authored-by: Ray <raysan5@gmail.com>
4 місяці тому
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>
4 місяці тому
Hugo
9bf7699624
[examples] Added `shapes_kaleidoscope` ( #5233 )
* ADDED: example: `shapes_kaleidoscope`
* Add line reflection
* Updated with `rexm update`
* Follow raylib's conventions
4 місяці тому