Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/optimisticpeach/opengles_graphics_updated
Updated version of https://github.com/Drakulix/opengles_graphics
https://github.com/optimisticpeach/opengles_graphics_updated
Last synced: about 2 months ago
JSON representation
Updated version of https://github.com/Drakulix/opengles_graphics
- Host: GitHub
- URL: https://github.com/optimisticpeach/opengles_graphics_updated
- Owner: OptimisticPeach
- License: mit
- Created: 2018-12-28T03:14:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T03:24:10.000Z (about 6 years ago)
- Last Synced: 2024-11-13T17:52:28.274Z (about 2 months ago)
- Language: Rust
- Size: 750 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#THIS IS MEANT TO BE A DEPENDENCY FOR `android_base`
# opengles_graphics [![Build Status](https://travis-ci.org/PistonDevelopers/opengl_graphics.svg)](https://travis-ci.org/Drakulix/opengles_graphics) [![Crates.io](https://img.shields.io/crates/v/opengles_graphics.svg)](https://crates.io/crates/opengles_graphics) [![Crates.io](https://img.shields.io/crates/l/opengles_graphics.svg)](https://github.com/Drakulix/opengles_graphics/blob/master/LICENSE)
An OpenGL ES 2D back-end for the Piston game engine
Maintainers: @drakulix
Regulary updated fork of [PistonDevelopers/opengl_graphics](https://github.com/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](https://github.com/bjz/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