The Principal Dev – Masterclass for Tech Leads

The Principal Dev – Masterclass for Tech LeadsJuly 17-18

Join

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:

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

Why should I use Glium instead of raw OpenGL calls?

Easy to use:

Safety:

Compatibility:

Performances:

Limitations:

Join libs.tech

...and unlock some superpowers

GitHub

We won't share your data with anyone else.