Skip to content

mberehulka/rust-wgpu-3d-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust 3d game with WGPU

  • Todo:

    • Compiler
    • Animations
    • Texture
    • Shadow
  • Running

    • Compile animations:

        > blender --background --python compiler.py
      
    • Compile meshes and textures:

        > cargo run --bin compile --release
      
    • Running:

        > cargo run --release
      
  • Screenshot: