Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Files

Latest commit

86e24f1 · Sep 26, 2019

History

History
20 lines (12 loc) · 1.11 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.11 KB

Deprecated: I am not using this anymore, therefor it might only serve as a reference to re-implement something similar for current versions of piston.

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