Computer Graphics and Game Development - vadimcn/rust GitHub Wiki
Rust is quickly becoming an excellent language for computer graphics and game development. Listed below are some useful resources and existing projects.
Community
- #rust-gamedev on irc.mozilla.org
Libraries
Windowing
OpenGL
Audio
- openal-rs
- rust-portaudio
- ears (simple audio API on top of OpenAL)
Mathematics
Collision Detection, Physics
- bullet-rs - pretty rudimentary, needs a proper C++ wrapper
- ncollide
- nphysics
- roft (softbody simulation)