randomPoison / gunship-rs

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

Add Super Basic Texture Support #61

Closed randomPoison closed 8 years ago

randomPoison commented 8 years ago

We need to be able to load basic bitmaps, create an OpenGL texture object, support vertex UV coordinates, and setup the shader parameters (both the vertex parameter and the texture sampler).

randomPoison commented 8 years ago

I've bumped the difficulty of this task because it's clear now that getting textures working is going to force a greater degree of reform within the rendering system.

randomPoison commented 8 years ago

All prerequisites for this have been completed on the render-reform branch, so work on this is ready to start.

randomPoison commented 8 years ago

This has been completed on the render-reform branch, the issue will be closed when that branch is merged.