4cfae99a74 
								
									
								
							
								 
							
						 
						
							
							
								
								[examples] Added `shapes_triangle_strip` ( #5240 )  
							
							* [examples] Add shapes_triangle_strip
* Remove functions 
							
						 
						3 weeks ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ef0dd5f774 
								
							
								 
							
						 
						
							
							
								
								REXM: Updated examples after some renames  
							
							
								
							
							
						 
						1 month ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b67e7ffc44 
								
							
								 
							
						 
						
							
							
								
								REXM: RENAME: example: `shapes_draw_circle_sector` --> `shapes_circle_sector_drawing`  
							
							
								
							
							
						 
						1 month ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								0e73e0ea64 
								
									
								
							
								 
							
						 
						
							
							
								
								reviewed ALL non-external files to follow raylib's convention of no spaces around / or * ( #5153 )  
							
							
								
							
							
						 
						2 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a72b4b177b 
								
							
								 
							
						 
						
							
							
								
								Updated examples short description  
							
							
								
							
							
						 
						2 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								f430d72a8c 
								
									
								
							
								 
							
						 
						
							
							
								
								[examples] fix: use quotation marks when including raylib.h ( #4821 )  
							
							...so it will always prioritize local version of raylib instead of
system-wide installations, which is a huge problem when testing any
changes done locally to raylib as it might cause silent mismatch issues.
There were only 4 examples affected by this issue which were using
`#include <raylib.h>`. Other examples use proper `#include "raylib.h"`
Fixes: https://github.com/raysan5/raylib/issues/4820  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								945f181f1d 
								
									
								
							
								 
							
						 
						
							
							
								
								[examples] Update examples to be consistent ( #4699 )  
							
							* Update examples inconsistencies
* Happy new years, examples!
* Missed one inconsistency
* Update final few examples inconsistencies
---------
Co-authored-by: Anstro Pleuton <anstropleuton@github.com> 
							
						 
						9 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								27e530eb18 
								
									
								
							
								 
							
						 
						
							
							
								
								update examples with difficulty stars ( #4694 )  
							
							* update examples with difficulty stars
* manual fix script issues
* manual fix script issues 
							
						 
						9 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								97c02b2425 
								
									
								
							
								 
							
						 
						
							
							
								
								[examples] Fix some examples ( #4211 )  
							
							* Add text
* small typo 
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3f1e59a7cf 
								
							
								 
							
						 
						
							
							
								
								Update copyright to 2024  
							
							
								
							
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								6cd37e57a6 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix warnings in visual studio ( #3512 )  
							
							
								
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6aada7d5ec 
								
							
								 
							
						 
						
							
							
								
								Updated examples to `raygui 4.0-dev`  
							
							
								
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b59fab7ee6 
								
							
								 
							
						 
						
							
							
								
								Update year to 2023  
							
							
								
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a9391ae83 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: examples descriptions  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c1b01c0d5d 
								
							
								 
							
						 
						
							
							
								
								Added new comment to examples  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								609d92003b 
								
							
								 
							
						 
						
							
							
								
								WARNING: REMOVED `raygui` from `raylib/src/extras`  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								daeccd03ac 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix VC warnings for examples ( #2085 )  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c219fc02cd 
								
							
								 
							
						 
						
							
							
								
								Review includes to use extras libraries  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dcf52c132f 
								
							
								 
							
						 
						
							
							
								
								Remove trail spaces  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b2545e053a 
								
									
								
							
								 
							
						 
						
							
							
								
								Minimum number of segments in circle sector functions changed from hard-coded to based on degree range. ( #1707 )  
							
							Co-authored-by: Simon <simon@frithrah.com> 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								2f367a905e 
								
									
								
							
								 
							
						 
						
							
							
								
								Changed DrawRing and DrawCircleSector angle params from int to float to allow greater accuracy. ( #1656 )  
							
							Co-authored-by: Simon <simon@frithrah.com> 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								6631fc4c6d 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix use of GuiSliderBar in examples. ( #1470 )  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								41192c6d4a 
								
							
								 
							
						 
						
							
							
								
								Replace 0.f by 0.0f  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c32ae480af 
								
							
								 
							
						 
						
							
							
								
								RENAMED: FormatText() -> TextFormat()  
							
							This function was renamed for consistency in raylib 3.0, just unified all examples to use TextFormat() instead of FormatText() 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b525039e0a 
								
							
								 
							
						 
						
							
							
								
								Review ALL examples  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								424d3ca8d9 
								
							
								 
							
						 
						
							
							
								
								examples review  
							
							Redesigns, deletes and renames
Also noted authors propertly on contributed examples 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								62f1511e5f 
								
							
								 
							
						 
						
							
							
								
								Batch of 9 new shapes examples!  
							
							Some examples included in this batch require the included libraries: `easings.h` and `raygui.h`. Examples included:
 - shapes_bouncing_ball
 - shapes_collision_area
 - shapes_following_eyes
 - shapes_draw_circle_sector (requires raygui.h)
 - shapes_draw_rectangle_rounded (requires raygui.h)
 - shapes_draw_ring (requires raygui.h)
 - shapes_easings_ball_anim (requires easings.h)
 - shapes_easings_box_anim (requires easings.h)
 - shapes_easings_rectangle_array (requires easings.h) 
							
						 
						6 years ago