piston2d-opengl_graphics

Crates.iopiston2d-opengl_graphics
lib.rspiston2d-opengl_graphics
version0.85.1
sourcesrc
created_at2015-01-21 11:45:48.412508
updated_at2024-06-14 14:36:06.505275
descriptionAn OpenGL 2D back-end for the Piston game engine
homepagehttps://github.com/PistonDevelopers/opengl_graphics
repositoryhttps://github.com/PistonDevelopers/opengl_graphics.git
max_upload_size
id844
size170,086
publish (github:pistondevelopers:publish)

documentation

https://docs.rs/piston2d-opengl_graphics

README

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

Commit count: 533

cargo fmt