glium
Safe OpenGL wrapper for the Rust language
Glium is a safe OpenGL wrapper for the Rust programming language, aiming to combine the low-level control of OpenGL with Rust's safety and concurrency features. It provides an idiomatic Rust API for OpenGL functions, ensuring that graphics programming is both safe and efficient. Glium abstracts many of the unsafe aspects of OpenGL, reducing the likelihood of runtime errors and crashes.