PistonDevelopers / gfx_debug_draw

Simple debug renderer (lines, text, etc) for gfx
MIT License
7 stars 5 forks source link

Refactored to be backend-agnostic #9

Closed stjahns closed 9 years ago

stjahns commented 9 years ago

Closes https://github.com/PistonDevelopers/gfx-debug-draw/issues/8. No assumption of OpenGL, except for a lack of other shaders.. Depends on https://github.com/gfx-rs/gfx-rs/pull/628