Zosit / ColorGame

MIT License
0 stars 0 forks source link

Tie in the render engines draw target into the Game code #2

Open Zosit opened 5 years ago

Zosit commented 5 years ago

Currently, the renderer is set to draw a cube.

This should be made more generic in the renderer, and the target for drawing should come from the Game code.

Zosit commented 5 years ago

This could be done using an interface, where the renderer draws generic renderTargets from a list.