Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 658 Bytes

khronos-egl.md

File metadata and controls

19 lines (14 loc) · 658 Bytes
category description
Graphics
EGL bindings - provides OpenGL (ES) contexts

khronos-egl

A much safer looking, maintained fork of the egl crate.

Pros:

  • A "Sound" API (not fully audited but looks way better than egls "safe" fns taking raw pointers)
  • API Fixes

Cons:

  • build.rs doesn't like cross compiling as of 2.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 uses gl_generator to provide low level unsafe API structs.