piston2d-opengl_graphics 0.0.9

An OpenGL 2D back-end for the Piston game engine
docs.rs failed to build piston2d-opengl_graphics-0.0.9
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: piston2d-opengl_graphics-0.84.0

opengl_graphics Build Status

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

Maintainers: @TyOverby, @bvssvni, @Coeuvre

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