PistonDevelopers / opengl_graphics

An OpenGL 2D back-end for the Piston game engine
MIT License
60 stars 44 forks source link

Undocumented #257

Open iitalics opened 7 years ago

iitalics commented 7 years ago

This crates appears to be completely undocumented, or the documentation is just hidden beneath layers of reexports and other documentation. As someone who would like to use this but doesn't have internal knowledge of the codebase, some documentation for atleast the names of the structs and which traits they implement, would be immensely helpful.

remram44 commented 6 years ago

I feel like Piston pretty much converged on gfx. Crates like piston_window and conrod only really work with that, and other backends are second-class citizens at the moment.

bvssvni commented 6 years ago

Actually, I'm using opengl_graphics a lot. Feel free to open up issues about things you want documented.