polar-engine / hs-polar

Polar Game Engine is a modern, safe game engine written in Haskell.
http://polarengine.org
Apache License 2.0
6 stars 1 forks source link

Submit real primitives over renderer message queue #21

Closed ori-sky closed 8 years ago

ori-sky commented 8 years ago

This patch removes the hardcoded triangle primitive from the OpenGL renderer and instead submits it via the updated message queue from example-basic.

Addresses #13 partially.