To learn WGPU
.vscode | ||
res | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
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)