a51cb7fe30 
								
							
								 
							
						 
						
							
							
								
								REXM: Updated some examples inconsistencies  
							
							
								
							
							
						 
						1 月之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								570082deba 
								
							
								 
							
						 
						
							
							
								
								`WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.'  
							
							
								
							
							
						 
						2 月之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								f0889a74fe 
								
							
								 
							
						 
						
							
							
								
								EXAMPLES: Format tweaks  
							
							
								
							
							
						 
						2 月之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								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 月之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								27e530eb18 
								
									
								
							
								 
							
						 
						
							
							
								
								update examples with difficulty stars ( #4694 )  
							
							* update examples with difficulty stars
* manual fix script issues
* manual fix script issues 
							
						 
						9 月之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								3f1e59a7cf 
								
							
								 
							
						 
						
							
							
								
								Update copyright to 2024  
							
							
								
							
							
						 
						1 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								18e9784c6d 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove PLATFORM_RPI ( #3232 )  
							
							* Remove PLATFORM_RPI
* remove build artifacts
---------
Co-authored-by: MichaelFiber <michael@cubeofb.org>
Co-authored-by: Ray <raysan5@gmail.com> 
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								3d0d54e070 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix examples/shaders/shaders_texture_outline.c help instructions ( #3278 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								b59fab7ee6 
								
							
								 
							
						 
						
							
							
								
								Update year to 2023  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a9391ae83 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: examples descriptions  
							
							
								
							
							
						 
						3 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								c1b01c0d5d 
								
							
								 
							
						 
						
							
							
								
								Added new comment to examples  
							
							
								
							
							
						 
						3 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								1b91ac0b0d 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: EXAMPLE: shaders_shapes_outline  
							
							Removed unneeded resources to use raylib ones. 
							
						 
						4 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								a04dbe7ffd 
								
							
								 
							
						 
						
							
							
								
								Update shaders_shapes_outline.c  
							
							
								
							
							
						 
						4 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								51fbde178f 
								
							
								 
							
						 
						
							
							
								
								Update shaders_shapes_outline.c  
							
							
								
							
							
						 
						4 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								0fa295c72d 
								
							
								 
							
						 
						
							
							
								
								Review formating to follow raylib style conventions  
							
							
								
							
							
						 
						4 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								64e786fe28 
								
									
								
							
								 
							
						 
						
							
							
								
								Add example shaders_shapes_outline.c ( #1883 )  
							
							
								
							
							
						 
						4 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								e48b9a6da1 
								
									
								
							
								 
							
						 
						
							
							
								
								[Examples] Warning fixes (pt 1) ( #1668 )  
							
							* Fix some warnings in examples.
* cleanups from review
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com> 
							
						 
						4 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								01e28263be 
								
							
								 
							
						 
						
							
							
								
								WARNING: VERY BREAKING CHANGE: Renamed some enum values for consistency  
							
							Some enums values have been renamed to be more consistent and also provide a more detailed description:
 - ShaderLocationIndex:    LOC_VERTEX_POSITION -> SHADER_SHADER_LOC_VERTEX_POSITION
 - ShaderUniformDataType:  UNIFORM_VEC2 -> SHADER_UNIFORM_VEC2
 - MaterialMapType: MAP_ALBEDO -> MATERIAL_MAP_ALBEDO
 - PixelFormat: UNCOMPRESSED_GRAYSCALE -> PIXELFORMAT_UNCOMPRESSED_GRAYSCALE 
							
						 
						4 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								b525039e0a 
								
							
								 
							
						 
						
							
							
								
								Review ALL examples  
							
							
								
							
							
						 
						6 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								424d3ca8d9 
								
							
								 
							
						 
						
							
							
								
								examples review  
							
							Redesigns, deletes and renames
Also noted authors propertly on contributed examples 
							
						 
						6 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								2edec8ae28 
								
							
								 
							
						 
						
							
							
								
								Some example tweaks  
							
							
								
							
							
						 
						6 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								129703fad1 
								
							
								 
							
						 
						
							
							
								
								new example: shaders_texture_drawing  
							
							
								
							
							
						 
						6 年之前