optimisticpeach-opengles_graphics

Crates.iooptimisticpeach-opengles_graphics
lib.rsoptimisticpeach-opengles_graphics
version0.1.4
sourcesrc
created_at2018-12-26 04:44:35.153914
updated_at2018-12-28 03:18:34.170944
descriptionAn OpenGL ES 2D back-end for the Piston game engine
homepagehttps://github.com/OptimisticPeach/opengles_graphics_updated.git
repositoryhttps://github.com/OptimisticPeach/opengles_graphics_updated.git
max_upload_size
id103813
size552,964
Patrik Buhring (OptimisticPeach)

documentation

README

#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

Commit count: 379

cargo fmt