3 releases
Uses old Rust 2015
0.1.4 | Dec 28, 2018 |
---|---|
0.1.3 | Dec 26, 2018 |
0.1.2 | Dec 26, 2018 |
#2041 in Game dev
Used in android_base
555KB
9K
SLoC
#THIS IS MEANT TO BE A DEPENDENCY FOR android_base
opengles_graphics
An OpenGL ES 2D back-end for the Piston game engine
Maintainers: @drakulix Regulary updated fork of PistonDevelopers/opengl_graphics
Important!
OpenGL ES needs to load function pointers before use. If you are experiencing strange error messages like "X not loaded" this is likely the case. To do this, see the README in gl-rs
The necessary GL interface is exposed under opengles_graphics::gl
.
Currently only supportes GLSL Version 100 & GL ES Version 2.0.
Contributions welcome
Dependencies
~2MB
~44K SLoC