TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.1k stars 223 forks source link

Post-Processing Effects #106

Open TheCherno opened 8 years ago

TheCherno commented 8 years ago

This enables a variety of important post effects that can be used to further enhance Sparky's graphics (i.e. screen-space effects, FXAA, colour correction, bloom, etc.). Sparky contains some old code for basic post effects chains, however that will need to be revised.

We need the ability to render to 2D RGB(A) textures first (see issue #105).