voxel · they/them
  • Joined on 2023-06-07
voxel synced commits to refs/pull/21/head at voxel/kubi from mirror 2024-05-06 23:41:53 +00:00
75cb0ead6b clean up world renderer
7aa91b6414 add cube primitive
196a7010b6 separate clear_bg pass
c8cacafab5 use default limits
Compare 7 commits »
voxel synced commits to refs/pull/21/merge at voxel/kubi from mirror 2024-05-06 23:41:53 +00:00
75cb0ead6b clean up world renderer
7aa91b6414 add cube primitive
196a7010b6 separate clear_bg pass
Compare 8 commits »
voxel synced commits to wgpu2 at voxel/kubi from mirror 2024-05-06 15:31:53 +00:00
99cc2d1e72 enable all backends
85c64c9064 flip uvs
6e9e3fa445 enable depth texture
8a4549efea restructure stuff and fix some warnings
6f25cb728f remove WindowSize
Compare 12 commits »
voxel synced commits to refs/pull/21/head at voxel/kubi from mirror 2024-05-06 15:31:53 +00:00
99cc2d1e72 enable all backends
85c64c9064 flip uvs
6e9e3fa445 enable depth texture
8a4549efea restructure stuff and fix some warnings
6f25cb728f remove WindowSize
Compare 12 commits »
voxel synced commits to refs/pull/21/merge at voxel/kubi from mirror 2024-05-06 15:31:53 +00:00
99cc2d1e72 enable all backends
85c64c9064 flip uvs
6e9e3fa445 enable depth texture
8a4549efea restructure stuff and fix some warnings
Compare 13 commits »
voxel synced commits to wgpu2 at voxel/kubi from mirror 2024-05-05 15:01:52 +00:00
3f768a8318 do rpass in world.rs
baf037d4a5 use Arc<Window> instead of create_surface_unsafe
1d9fafd408 lifetime errors :є
58e4eed14e init texture prefab
Compare 5 commits »
voxel synced commits to refs/pull/21/head at voxel/kubi from mirror 2024-05-05 15:01:52 +00:00
3f768a8318 do rpass in world.rs
baf037d4a5 use Arc<Window> instead of create_surface_unsafe
1d9fafd408 lifetime errors :є
58e4eed14e init texture prefab
Compare 5 commits »
voxel synced commits to refs/pull/21/merge at voxel/kubi from mirror 2024-05-05 15:01:52 +00:00
3f768a8318 do rpass in world.rs
baf037d4a5 use Arc<Window> instead of create_surface_unsafe
1d9fafd408 lifetime errors :є
Compare 6 commits »
voxel synced commits to wgpu2 at voxel/kubi from mirror 2024-05-05 06:51:53 +00:00
90784e21dd minor changes
260f4b4232 load block textures
35ff06a439 minor changes to rendering.rs
7ac045f013 move renderer into it's own file
0b69377865 copy over world render
Compare 6 commits »
voxel synced commits to refs/pull/21/head at voxel/kubi from mirror 2024-05-05 06:51:53 +00:00
90784e21dd minor changes
260f4b4232 load block textures
35ff06a439 minor changes to rendering.rs
7ac045f013 move renderer into it's own file
0b69377865 copy over world render
Compare 6 commits »
voxel synced commits to refs/pull/21/merge at voxel/kubi from mirror 2024-05-05 06:51:53 +00:00
90784e21dd minor changes
260f4b4232 load block textures
35ff06a439 minor changes to rendering.rs
7ac045f013 move renderer into it's own file
Compare 7 commits »
voxel synced commits to master at voxel/hUI from mirror 2024-05-05 06:51:53 +00:00
20be787a62 create hui-wgpu
voxel synced commits to master at voxel/hUI from mirror 2024-05-04 22:51:51 +00:00
3a50d2d0dd add support for winit 0.30
e7b2a8ff69 skip rendering transparent rects
Compare 2 commits »
voxel synced commits to wgpu2 at voxel/kubi from mirror 2024-05-04 22:41:53 +00:00
906f4882a2 throw away glsl shaders
1d4cbcc2b1 oops forgor to cast trans buffers
8373d2be54 create buffers
eaad06863f "fix" compile errs
Compare 6 commits »
voxel synced commits to refs/pull/21/head at voxel/kubi from mirror 2024-05-04 22:41:53 +00:00
906f4882a2 throw away glsl shaders
1d4cbcc2b1 oops forgor to cast trans buffers
8373d2be54 create buffers
eaad06863f "fix" compile errs
Compare 6 commits »
voxel synced commits to refs/pull/21/merge at voxel/kubi from mirror 2024-05-04 22:41:53 +00:00
906f4882a2 throw away glsl shaders
1d4cbcc2b1 oops forgor to cast trans buffers
8373d2be54 create buffers
Compare 7 commits »
voxel synced commits to master at voxel/kubi from mirror 2024-05-04 14:31:52 +00:00
8f606b77c0 use single seeder instance
voxel synced commits to wgpu2 at voxel/kubi from mirror 2024-05-04 14:31:52 +00:00
voxel synced new reference wgpu2 to voxel/kubi from mirror 2024-05-04 14:31:52 +00:00
voxel synced commits to master at voxel/kubi from mirror 2024-05-04 06:21:53 +00:00
048e45628a render trans chunks after entities/sel box etc