ef0dd5f774 
								
							
								 
							
						 
						
							
							
								
								REXM: Updated examples after some renames  
							
							
								
							
							
						 
						1 month ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab3e99fd30 
								
							
								 
							
						 
						
							
							
								
								REXM: RENAME: example: `models_cubicmap` --> `models_cubicmap_rendering`  
							
							
								
							
							
						 
						1 month ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								25f4e544d1 
								
							
								 
							
						 
						
							
							
								
								REXM: UPDATED: Examples source code header info, aligned with name  
							
							
								
							
							
						 
						1 month ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								42abcb9492 
								
							
								 
							
						 
						
							
							
								
								Updated examples init window title  
							
							
								
							
							
						 
						2 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a72b4b177b 
								
							
								 
							
						 
						
							
							
								
								Updated examples short description  
							
							
								
							
							
						 
						2 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								3caa424ad4 
								
							
								 
							
						 
						
							
							
								
								Review formatting  
							
							
								
							
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								68201c10c2 
								
							
								 
							
						 
						
							
							
								
								Update models_cubicmap.c  
							
							
								
							
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3f1e59a7cf 
								
							
								 
							
						 
						
							
							
								
								Update copyright to 2024  
							
							
								
							
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								9eaed07b77 
								
									
								
							
								 
							
						 
						
							
							
								
								Make the oribital camera work like it used to (it is not just a copy of third person) ( #2926 )  
							
							
								
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ea590c44a9 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: Camera redesign PR  
							
							
								
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								73989a4981 
								
									
								
							
								 
							
						 
						
							
							
								
								WIP rcamera redesign vector ( #2563 )  
							
							* core functionality CAMERA_FREE
* fix example
* add remaining camera modes
* add view bobbing
* view bobbing
* catch curser in SetCameraMode
* adjust examples
* fix compilation on linux
* fix example text_draw_3d
* actually fix text_draw_3d
* Updated camera API
* Improve Vector3RotateByAxisAngle() function
* remove camera.mode dependency from low-level functions
* remove camera.mode from struct
* fixes after rebase
* adjust examples for new UpdateCamera function
* adjust example models_loading_m3d
---------
Co-authored-by: Ray <raysan5@gmail.com> 
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b59fab7ee6 
								
							
								 
							
						 
						
							
							
								
								Update year to 2023  
							
							
								
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5840cd6e50 
								
							
								 
							
						 
						
							
							
								
								Remove unneeded comment  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a9391ae83 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: examples descriptions  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c1b01c0d5d 
								
							
								 
							
						 
						
							
							
								
								Added new comment to examples  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								e48b9a6da1 
								
									
								
							
								 
							
						 
						
							
							
								
								[Examples] Warning fixes (pt 1) ( #1668 )  
							
							* Fix some warnings in examples.
* cleanups from review
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com> 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								87774a0a21 
								
							
								 
							
						 
						
							
							
								
								Review variables initialization  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b525039e0a 
								
							
								 
							
						 
						
							
							
								
								Review ALL examples  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be6d237b9e 
								
							
								 
							
						 
						
							
							
								
								Review models examples  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6045062a05 
								
							
								 
							
						 
						
							
							
								
								Renamed some functions  
							
							- Renamed Begin3dMode() --> BeginMode3D()
- Renamed Begin2dMode() --> BeginMode2D()
- Renamed End3dMode() --> EndMode3D()
- Renamed End2dMode() --> EndMode2D() 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4cc12ef2b3 
								
							
								 
							
						 
						
							
							
								
								Review camera definition on examples  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1375a616b2 
								
							
								 
							
						 
						
							
							
								
								Some examples code tweaks  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c764b3d03e 
								
							
								 
							
						 
						
							
							
								
								Some tweaks  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2679c4ae9b 
								
							
								 
							
						 
						
							
							
								
								Review mesh loading and textures generation  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d368403a13 
								
							
								 
							
						 
						
							
							
								
								Working on PBR materials, renamed some data  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e893f3629e 
								
							
								 
							
						 
						
							
							
								
								Corrected some issues  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6546474fa4 
								
							
								 
							
						 
						
							
							
								
								Manual integration of material-pbr into develop  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd4dd0e87d 
								
							
								 
							
						 
						
							
							
								
								Reorganize examples folder  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								648676f46b 
								
							
								 
							
						 
						
							
							
								
								Update examples to new camera system  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								753b549aa5 
								
							
								 
							
						 
						
							
							
								
								Improving camera system -IN PROGRESS-  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5f7ac64c44 
								
							
								 
							
						 
						
							
							
								
								Removed function SetModelTexture()  
							
							It's more educational to go through new material system, so, I decide to
remove this function to avoid students confusion... 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d8bd8634ab 
								
							
								 
							
						 
						
							
							
								
								3d Camera: Added support for field-of-view Y  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								183795b8aa 
								
							
								 
							
						 
						
							
							
								
								Review literals type  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e5fe2c216e 
								
							
								 
							
						 
						
							
							
								
								Added some comments to examples  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								32330801c9 
								
							
								 
							
						 
						
							
							
								
								Updates some examples  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ea45223f1f 
								
							
								 
							
						 
						
							
							
								
								New examples added  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca402e9d36 
								
							
								 
							
						 
						
							
							
								
								New examples added (with some resources)  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								067b884f39 
								
							
								 
							
						 
						
							
							
								
								Updated examples for next raylib version  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8847602061 
								
							
								 
							
						 
						
							
							
								
								Examples review...  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e6bc655d6a 
								
							
								 
							
						 
						
							
							
								
								Rename models_cubesmap.c to models_cubicmap.c  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								51688c004c 
								
							
								 
							
						 
						
							
							
								
								Code cleaning, removed useless spaces  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ecb6801fa 
								
							
								 
							
						 
						
							
							
								
								Examples renaming and test examples merge  
							
							Examples have been renamed for coherence with raylib modules and test
examples have been merged into examples folder. 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0b03431c95 
								
							
								 
							
						 
						
							
							
								
								Update to version 1.1.1  
							
							Check CHANGELOG for a detailed list of changes 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f76a00adc1 
								
							
								 
							
						 
						
							
							
								
								Code used to test some features (and resources)  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a68818e320 
								
							
								 
							
						 
						
							
							
								
								Update to version 1.0.6  
							
							Check CHANGELOG for the list of changes in this release! 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								62f298ce54 
								
							
								 
							
						 
						
							
							
								
								Updated  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6f9d7db4ad 
								
							
								 
							
						 
						
							
							
								
								Updated  
							
							
								
							
							
						 
						12 years ago