1
0
Fork 0
wgpu-rs/README.md

13 lines
642 B
Markdown
Raw Permalink Normal View History

2021-08-28 22:15:59 +02:00
## USEFULL TOOLS
- RHAI [(Embedded Scripting for Rust)](https://github.com/rhaiscript/rhai)
2022-06-15 21:40:30 +02:00
- WGPU [(Safe and portable GPU abstraction in Rust, implementing WebGPU API.)](https://github.com/gfx-rs/wgpu) [USED]
- WINIT [(Cross-platform window creation and management)](https://github.com/rust-windowing/winit) [USED]
2021-08-28 22:15:59 +02:00
- RUSTTYPE [(Font lib)](https://gitlab.redox-os.org/redox-os/rusttype)
- SPECS [(Entity-Component System)](https://github.com/amethyst/specs)
- PAREEN [(Animation)](https://github.com/leod/pareen)
## USEFULL LINK
2022-06-08 13:00:04 +02:00
- https://arewegameyet.rs/
- https://sotrh.github.io/learn-wgpu/beginner/tutorial2-surface/#render