0db0df9e0e 
								
							
								 
							
						 
						
							
							
								
								Switch attributes to use iota in a complicated way  
							
							
							
						 
						
							2020-03-08 04:55:04 +00:00  
				
					
						
							
							
								 
						
							
							
								cd4a66d764 
								
							
								 
							
						 
						
							
							
								
								🚧  checkpoint  
							
							
							
						 
						
							2020-03-08 04:40:15 +00:00  
				
					
						
							
							
								 
						
							
							
								07d925dc1e 
								
							
								 
							
						 
						
							
							
								
								♻️  
							
							
							
						 
						
							2020-03-08 04:17:57 +00:00  
				
					
						
							
							
								 
						
							
							
								61988a61ce 
								
							
								 
							
						 
						
							
							
								
								♻️  Make it harder to access the wrong shader vars by accident  
							
							
							
						 
						
							2020-03-08 02:53:02 +00:00  
				
					
						
							
							
								 
						
							
							
								b8e0429095 
								
							
								 
							
						 
						
							
							
								
								Remove unwraps from library code  
							
							
							
						 
						
							2020-03-08 02:32:17 +00:00  
				
					
						
							
							
								 
						
							
							
								e980599347 
								
							
								 
							
						 
						
							
							
								
								♻️  Allow models to render all their meshes in a batch  
							
							
							
						 
						
							2020-03-08 01:59:44 +00:00  
				
					
						
							
							
								 
						
							
							
								04328b3564 
								
							
								 
							
						 
						
							
							
								
								♻️  refactor mesh loading  
							
							
							
						 
						
							2020-03-08 01:45:35 +00:00  
				
					
						
							
							
								 
						
							
							
								e4f8d3e1b3 
								
							
								 
							
						 
						
							
							
								
								Got the _good_ stencil shadows going  
							
							
							
						 
						
							2020-03-07 15:05:59 +00:00  
				
					
						
							
							
								 
						
							
							
								376b06abc3 
								
							
								 
							
						 
						
							
							
								
								Make it look better  
							
							
							
						 
						
							2020-03-07 14:16:51 +00:00  
				
					
						
							
							
								 
						
							
							
								18da547bc5 
								
							
								 
							
						 
						
							
							
								
								Made some awful shadows  
							
							
							
						 
						
							2020-03-07 03:36:05 +00:00  
				
					
						
							
							
								 
						
							
							
								e5b6d7839a 
								
							
								 
							
						 
						
							
							
								
								Add func to retrieve mesh names  
							
							
							
						 
						
							2020-03-07 02:23:23 +00:00  
				
					
						
							
							
								 
						
							
							
								cd46a8dfcb 
								
							
								 
							
						 
						
							
							
								
								Fix clippy lint  
							
							
							
						 
						
							2020-03-07 02:23:09 +00:00  
				
					
						
							
							
								 
						
							
							
								24418bfa55 
								
							
								 
							
						 
						
							
							
								
								♻️  Extract gpu_buffers.rs and renderable_model.rs  
							
							
							
						 
						
							2020-02-17 03:06:52 +00:00  
				
					
						
							
							
								 
						
							
							
								a1c21b92c9 
								
							
								 
							
						 
						
							
							
								
								Replace string lookups for uniforms with const int lookups  
							
							
							
						 
						
							2020-02-17 02:57:30 +00:00  
				
					
						
							
							
								 
						
							
							
								3c37cd030b 
								
							
								 
							
						 
						
							
							
								
								Use iota crate  
							
							
							
						 
						
							2020-02-17 02:31:52 +00:00  
				
					
						
							
							
								 
						
							
							
								c4d6243d15 
								
							
								 
							
						 
						
							
							
								
								🚨  Fix clippy warnings  
							
							
							
						 
						
							2020-02-17 02:09:13 +00:00  
				
					
						
							
							
								 
						
							
							
								a41eb8b969 
								
							
								 
							
						 
						
							
							
								
								Switch to glDrawRangeElements  
							
							
							
						 
						
							2020-02-17 02:03:53 +00:00  
				
					
						
							
							
								 
						
							
							
								1cc363f8d5 
								
							
								 
							
						 
						
							
							
								
								Removing test which no longer passes  
							
							
							
						 
						
							2020-02-17 02:01:40 +00:00  
				
					
						
							
							
								 
						
							
							
								e2b14f3dfb 
								
							
								 
							
						 
						
							
							
								
								♻️  Pull out shader source code to text files  
							
							
							
						 
						
							2020-02-17 02:00:41 +00:00  
				
					
						
							
							
								 
						
							
							
								af4ef579c1 
								
							
								 
							
						 
						
							
							
								
								RenderableModel is now using VBOs.  
							
							... 
							
							
							
							And I made the sky model use RenderableModel, so there are no unsafe blocks
in the main file now. 
							
						 
						
							2020-02-17 01:53:50 +00:00  
				
					
						
							
							
								 
						
							
							
								0e0e3f833a 
								
							
								 
							
						 
						
							
							
								
								🚧  RenderableModel uses an index buffer now  
							
							
							
						 
						
							2020-02-17 01:27:57 +00:00  
				
					
						
							
							
								 
						
							
							
								5def012e85 
								
							
								 
							
						 
						
							
							
								
								Didn't end up adding GPU buffers, but I made the RenderableModel class.  
							
							... 
							
							
							
							This class clones all the data from iqm::Model that's needed to draw
a mesh / model safely, so I can draw it without unsafe. It can be
upgraded mostly in-place to use GPU buffers later on. 
							
						 
						
							2020-02-17 01:22:05 +00:00  
				
					
						
							
							
								 
						
							
							
								c415e9ed80 
								
							
								 
							
						 
						
							
							
								
								🚧  checkpoint before adding GPU buffers  
							
							
							
						 
						
							2020-02-17 00:32:52 +00:00  
				
					
						
							
							
								 
						
							
							
								d45b95961e 
								
							
								 
							
						 
						
							
							
								
								♻️  Safened all GL calls except those that actually do access arbitrary memory.  
							
							
							
						 
						
							2020-02-16 23:49:38 +00:00  
				
					
						
							
							
								 
						
							
							
								c6f71abbca 
								
							
								 
							
						 
						
							
							
								
								♻️  More safening  
							
							
							
						 
						
							2020-02-16 23:48:26 +00:00  
				
					
						
							
							
								 
						
							
							
								09ce9ab580 
								
							
								 
							
						 
						
							
							
								
								♻️  Make more safe wrappers  
							
							
							
						 
						
							2020-02-16 23:44:01 +00:00  
				
					
						
							
							
								 
						
							
							
								963b344122 
								
							
								 
							
						 
						
							
							
								
								♻️  Extract GLES functions that are trivially safe  
							
							
							
						 
						
							2020-02-16 23:32:35 +00:00  
				
					
						
							
							
								 
						
							
							
								6b9b2a4e93 
								
							
								 
							
						 
						
							
							
								
								Move main.rs to pumpkin.rs  
							
							
							
						 
						
							2020-02-16 23:24:33 +00:00  
				
					
						
							
							
								 
						
							
							
								ad7b52c0bf 
								
							
								 
							
						 
						
							
							
								
								♻️  Extract file.rs  
							
							
							
						 
						
							2020-02-16 23:21:32 +00:00  
				
					
						
							
							
								 
						
							
							
								94f963bca6 
								
							
								 
							
						 
						
							
							
								
								♻️  Extract get_attribute_locations  
							
							
							
						 
						
							2020-02-16 23:18:23 +00:00  
				
					
						
							
							
								 
						
							
							
								22e15530bf 
								
							
								 
							
						 
						
							
							
								
								Add .gitignore  
							
							
							
						 
						
							2020-02-16 23:14:59 +00:00  
				
					
						
							
							
								 
						
							
							
								88e58d5677 
								
							
								 
							
						 
						
							
							
								
								♻️  extract get_uniform_locations  
							
							
							
						 
						
							2020-02-16 23:14:28 +00:00  
				
					
						
							
							
								 
						
							
							
								358e139c9c 
								
							
								 
							
						 
						
							
							
								
								♻️  Extract texture.rs and add forgotten shader.rs  
							
							
							
						 
						
							2020-02-16 23:07:32 +00:00  
				
					
						
							
							
								 
						
							
							
								593784917e 
								
							
								 
							
						 
						
							
							
								
								♻️  Extract timestep.rs  
							
							
							
						 
						
							2020-02-16 22:58:45 +00:00  
				
					
						
							
							
								 
						
							
							
								f8ceec6b9f 
								
							
								 
							
						 
						
							
							
								
								🚨  Fix clippy warnings  
							
							
							
						 
						
							2020-02-16 22:56:35 +00:00  
				
					
						
							
							
								 
						
							
							
								ffcb2c114d 
								
							
								 
							
						 
						
							
							
								
								♻️  Remove now-redundant Iqm* and iqm_* prefixes from names  
							
							
							
						 
						
							2020-02-16 22:41:24 +00:00  
				
					
						
							
							
								 
						
							
							
								c3473b9507 
								
							
								 
							
						 
						
							
							
								
								♻️  Extract iqm.rs  
							
							
							
						 
						
							2020-02-16 22:38:34 +00:00  
				
					
						
							
							
								 
						
							
							
								b98a4f09d3 
								
							
								 
							
						 
						
							
							
								
								Was gonna make that jet fighter game but then didn't  
							
							
							
						 
						
							2020-02-16 22:33:31 +00:00  
				
					
						
							
							
								 
						
							
							
								2e98f3eeda 
								
							
								 
							
						 
						
							
							
								
								Extract TimeStep  
							
							
							
						 
						
							2020-01-26 00:54:16 +00:00  
				
					
						
							
							
								 
						
							
							
								34cb79bef0 
								
							
								 
							
						 
						
							
							
								
								Factor out ControllerState and WorldState  
							
							
							
						 
						
							2020-01-26 00:41:59 +00:00  
				
					
						
							
							
								 
						
							
							
								ab03d50a2f 
								
							
								 
							
						 
						
							
							
								
								Extract point_to_model  
							
							
							
						 
						
							2020-01-26 00:31:26 +00:00  
				
					
						
							
							
								 
						
							
							
								71400eb4ff 
								
							
								 
							
						 
						
							
							
								
								Add arrow key spinnies  
							
							
							
						 
						
							2020-01-17 23:18:08 -06:00  
				
					
						
							
							
								 
						
							
							
								8426d3d5b8 
								
							
								 
							
						 
						
							
							
								
								Add readme  
							
							
							
						 
						
							2020-01-17 22:53:44 -06:00  
				
					
						
							
							
								 
						
							
							
								a2e1206e49 
								
							
								 
							
						 
						
							
							
								
								Commit the sky asset to Git for now, I guess.  
							
							
							
						 
						
							2020-01-18 04:22:48 +00:00  
				
					
						
							
							
								 
						
							
							
								9a1e43700d 
								
							
								 
							
						 
						
							
							
								
								Add textured sky sphere  
							
							
							
						 
						
							2020-01-15 03:45:47 +00:00  
				
					
						
							
							
								 
						
							
							
								b82b39c8d2 
								
							
								 
							
						 
						
							
							
								
								Lighting is decent enough  
							
							
							
						 
						
							2020-01-13 04:07:56 +00:00  
				
					
						
							
							
								 
						
							
							
								aa36fddb09 
								
							
								 
							
						 
						
							
							
								
								Got the stem  
							
							
							
						 
						
							2020-01-12 19:10:58 +00:00  
				
					
						
							
							
								 
						
							
							
								a1911141e1 
								
							
								 
							
						 
						
							
							
								
								Pumpkin is lit af but stem isn't drawing yet  
							
							
							
						 
						
							2020-01-12 18:46:16 +00:00  
				
					
						
							
							
								 
						
							
							
								9e03a9cbec 
								
							
								 
							
						 
						
							
							
								
								Rendering mesh  
							
							
							
						 
						
							2020-01-09 03:55:44 +00:00  
				
					
						
							
							
								 
						
							
							
								5687dff5db 
								
							
								 
							
						 
						
							
							
								
								Loading mesh metadata  
							
							
							
						 
						
							2020-01-09 03:15:41 +00:00