category | description |
---|---|
Graphics |
EGL bindings - provides OpenGL (ES) contexts |
A much safer looking, maintained fork of the egl
crate.
Pros:
- A "Sound" API (not fully audited but looks way better than
egl
s "safe" fns taking raw pointers) - API Fixes
Cons:
build.rs
doesn't like cross compiling as of2.0.0
Alternatives:
egli
is what I'm using (another supposedly sound crate, with low and high level APIs - cross compiles OK as well.)glutin_egl_sys
usesgl_generator
to provide low levelunsafe
API structs.