1
0
Fork 0
wgpu-rs/README.md

12 lines
552 B
Markdown
Raw Normal View History

2021-08-28 22:15:59 +02:00
## USEFULL TOOLS
- RHAI [(Embedded Scripting for Rust)](https://github.com/rhaiscript/rhai)
- GFX [(Low-level, cross-platform graphics and compute abstraction library)](https://github.com/gfx-rs/gfx)
- WINIT [(Cross-platform window creation and management)](https://github.com/rust-windowing/winit)
- 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
2021-02-20 00:01:43 +01:00
- https://arewegameyet.rs/