Fae / fae

An extensible 2D renderer for the web.
MIT License
72 stars 6 forks source link

Implement Shader Filters #3

Closed englercj closed 8 years ago

englercj commented 8 years ago

Need to implement filtering.

This might be 2 systems, one that prepares for rendering via filter (change render target, setup buffers, etc) and one that renders the different filter passes.

That may allow us to reuse current rendering systems inbetween these two filtering systems.

englercj commented 8 years ago

Got this working, needs a bit more docs and testing before closing.

englercj commented 8 years ago

Filters working!