Skip to content
An OpenGL 2D back-end for the Piston game engine
Rust
Branch: master
Clone or download
Pull request Compare This branch is 115 commits behind PistonDevelopers:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets
examples
src
.gitignore
.travis.yml
Cargo.png
Cargo.toml
LICENSE
README.md

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.