schell / gelatin

A nice Haskell graphics API. There's always room for jello.
BSD 3-Clause "New" or "Revised" License
41 stars 4 forks source link

`gelatin-gl` - create renderers that render prims directly. #3

Closed schell closed 8 years ago

schell commented 8 years ago

This will simplify the backends a ton by moving the proxying of primitives inside the renderers instead of in the Primitive definitions.

schell commented 8 years ago

Fixed with PR #5