Libove Blog

Personal Blog about anything - mostly programming, cooking and random thoughts

Tag: wgpu

#

Worked a bit on my project which currently acts as a dungeon/level generator. Added the ability to use multiple textures for different parts of the room.

Screenshot of a 3D scene with different textures for floor, walls and ceilings

#gamedev #rust #wgpu


#

Cleaned up everything a bit and added a floor. All still in debug colors. Next will be to create proper UV coordinates to enable texturing.

#rust #wgpu

Debug rendering of a room with arched ceiling.


#

Result of some recreational graphics programming:

  • Can load OBJs
  • Flat rendering and controllable camera
  • using #winit and #wgpu in #rust

a low poly iso sphere with random colors