To learn WGPU
.vscode | ||
crates/render | ||
res | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
index.html | ||
README.md | ||
run_web.sh |
USEFULL TOOLS
- RHAI (Embedded Scripting for Rust)
- WGPU (Safe and portable GPU abstraction in Rust, implementing WebGPU API.) [USED]
- WINIT (Cross-platform window creation and management) [USED]
- RUSTTYPE (Font lib)
- SPECS (Entity-Component System)
- PAREEN (Animation)