Home

Awesome

glium

Build Status Coverage Status

crates.io page

Note to current and future Glium users:

Glium is no longer actively developed by its original author. That said, PRs are still welcome and maintenance is continued by the surrounding community.

Elegant and safe OpenGL wrapper.

Glium is an intermediate layer between OpenGL and your application. You still need to manually handle the graphics pipeline, but without having to use OpenGL's old and error-prone API.

[dependencies]
glium = "*"

Its objectives:

Link to the documentation

If you have some knowledge of OpenGL, the documentation and the examples should get you easily started.

Link to a work-in-progress tutorial

Why should I use Glium instead of raw OpenGL calls?

Easy to use:

Safety:

Compatibility:

Performances:

Limitations: