Skip to content
An OpenGL 2D back-end for the Piston game engine
Rust
Branch: master
Clone or download
Latest commit 21ea8eb Aug 6, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets Added hello_world example Sep 4, 2016
examples Add Blend::Lighter Jul 21, 2019
src Published 0.68.0 Aug 5, 2019
.gitignore Fixed Cargo issues Aug 3, 2014
.travis.yml Fix Travis CI Sep 14, 2017
Cargo.png
Cargo.toml Published 0.68.0 Aug 5, 2019
LICENSE Initial commit Jun 25, 2014
README.md Add version and license to readme Nov 10, 2015

README.md

opengl_graphics Build Status Crates.io Crates.io

An OpenGL 2D back-end for the Piston game engine

Maintainers: @Potpourri, @bvssvni, @mitchmindtree

Important!

OpenGL needs to load function pointers before use. If you are experiencing strange error messages like "X not loaded" this is likely the case. This is done automatically for you in the SDL2 and GLFW window back-ends for Piston. To do this manually, see the README in gl-rs

Dependencies

dependencies

How to contribute

You can’t perform that action at this time.