Commit Graph

23 Commits

Author SHA1 Message Date
mars cffe12c930 Add Flycam::defocus() 2022-05-15 15:55:00 -06:00
mars 99633ea0be Add RenderCallbacks intermediate layer 2022-05-14 15:29:51 -06:00
mars 55b3979ea7 Add mountainous heightmap terrain 2022-05-12 17:49:32 -06:00
mars 50510e6946 Particle fountain 2022-05-12 13:35:59 -06:00
mars 8b80192347 Move predefined mesh attrs to dedicated struct 2022-05-12 08:42:33 -06:00
mars 5d0c977b5b Split TransformedMesh into components 2022-05-12 08:16:32 -06:00
mars 8f9b76fdaf Debug draw lists + legion systems 2022-05-11 14:48:10 -06:00
mars 718a26e464 Fix camera aspect ratio resizing 2022-05-11 13:10:46 -06:00
mars d44db2c05f Initial Legion support 2022-05-11 13:00:30 -06:00
mars 7e855f5a46 scene module + better trait/generic relationships 2022-05-11 09:30:01 -06:00
mars aaa5ea4be0 Mesh compute skinning! (but no rasterizing yet) 2022-05-07 21:50:27 -06:00
mars 451f292605 Enhance shaders + include preprocessing 2022-05-05 06:24:30 -06:00
mars bc8426e37a Add ShaderLoader and materials/ 2022-04-27 21:14:58 -06:00
mars 88333dd8bd Viewport trait + depth prepass 2022-04-24 20:44:51 -06:00
mars 5c3dd5ebeb Add DebugPass 2022-04-23 19:57:27 -06:00
mars 4313ce8017 Add flycam 2022-04-22 21:42:33 -06:00
mars f590edb77f Render a triangle!
- Refactor `RenderPass` and `RenderPassBox` APIs
- Add basic `mesh_shader.wgsl`
- Decouple `MeshLayoutBindingIndices` from `MeshLayoutBindings`
- Create `MeshPass` render pipeline
- `MeshPass` creates an example mesh
- `MeshPass` flushes `MeshPool`
- `MeshPass` actually draws meshes
2022-04-19 01:48:05 -06:00
mars b81dbd1569 Begin wgpu render passes 2022-04-18 17:41:02 -06:00
mars 1e54c54407 Create mesh pass pool + redraw loop 2022-04-18 02:21:19 -06:00
mars b6a0b345c9 Setup winit window and wgpu::Device 2022-04-18 01:59:26 -06:00
mars 6a7b76159e Revert "ECS + mesh instances"
This reverts commit a9c80760ab.
2022-04-11 17:23:55 -06:00
mars a9c80760ab ECS + mesh instances 2022-04-04 23:17:30 -06:00
mars 314e842dc1 Add initial MeshPass 2022-04-04 22:21:14 -06:00