opengles_graphics

Crates.ioopengles_graphics
lib.rsopengles_graphics
version0.1.1
sourcesrc
created_at2017-01-26 23:03:22.151327
updated_at2017-02-06 10:41:08.00698
descriptionAn OpenGL ES 2D back-end for the Piston game engine
homepagehttps://github.com/Drakulix/opengles_graphics
repositoryhttps://github.com/Drakulix/opengles_graphics.git
max_upload_size
id8237
size550,058
Victoria Brekenfeld (Drakulix)

documentation

README

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

Commit count: 378

cargo fmt