randomPoison / gunship-rs

An experimental game engine written in Rust.
MIT License
27 stars 3 forks source link

Add OpenGL Wrapper Library #64

Closed randomPoison closed 8 years ago

randomPoison commented 8 years ago

Implement an OpenGL wrapper library like glutin or gfx-rs that simplifies working with OpenGL and makes doing so safer and more performant. This work has been started on the render_reform branch.

This specific task is for re-implementing the basic set of features that have been built in polygon:

Implementing texture support is not part of this task because it was not fully implemented previously.

randomPoison commented 8 years ago

This work is currently in progress on the render-reform branch.

randomPoison commented 8 years ago

Work is complete, just waiting on some integration work before it can be merged into master.