2 releases
Uses old Rust 2015
0.1.1 | Feb 6, 2017 |
---|---|
0.1.0 | Jan 26, 2017 |
#15 in #piston-game-engine
Used in fireplace_lib
550KB
9K
SLoC
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
lib.rs
:
An OpenGL ES back-end for Rust-Graphics
Dependencies
~10MB
~41K SLoC