3 releases

Uses old Rust 2015

0.1.4 Dec 28, 2018
0.1.3 Dec 26, 2018
0.1.2 Dec 26, 2018

#1773 in Game dev

Download history 1/week @ 2024-02-14 18/week @ 2024-02-21 27/week @ 2024-02-28 2/week @ 2024-03-06 3/week @ 2024-03-13

51 downloads per month
Used in android_base

MIT license

555KB
9K SLoC

#THIS IS MEANT TO BE A DEPENDENCY FOR android_base

opengles_graphics Build Status Crates.io Crates.io

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

~10MB
~42K SLoC