#piston-game-engine #game-engine #opengl #2d-game #piston #2d-graphics #2d

piston2d-opengl_graphics

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

82 breaking releases

0.84.0 Jan 19, 2024
0.83.0 Sep 26, 2023
0.82.0 Nov 18, 2022
0.81.0 Feb 23, 2022
0.0.9 Mar 5, 2015

#1336 in Game dev

Download history 1516/week @ 2023-12-17 943/week @ 2023-12-24 360/week @ 2023-12-31 1460/week @ 2024-01-07 1392/week @ 2024-01-14 1069/week @ 2024-01-21 600/week @ 2024-01-28 733/week @ 2024-02-04 1362/week @ 2024-02-11 1519/week @ 2024-02-18 1871/week @ 2024-02-25 1560/week @ 2024-03-03 1842/week @ 2024-03-10 2134/week @ 2024-03-17 1695/week @ 2024-03-24 3807/week @ 2024-03-31

9,857 downloads per month
Used in fewer than 31 crates

MIT license

75KB
1.5K SLoC

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


lib.rs:

An OpenGL back-end for Rust-Graphics

Dependencies

~17MB
~138K SLoC