rezcraft 0.2.0

Minecraft like game written in rust using wgpu, supporting both native and wasm
Documentation
1
2
3
4
5
6
7
8
pub mod camera;
pub mod face;
mod renderer;
pub mod resource;
mod texture_atlas;

pub use renderer::{Renderer, GUI};
pub use texture_atlas::TextureAtlas;