lordmauve / wasabi2d

Cutting-edge 2D game framework for Python
https://wasabi2d.readthedocs.io/
GNU Lesser General Public License v3.0
156 stars 24 forks source link

New filter primitives #26

Open lordmauve opened 4 years ago

lordmauve commented 4 years ago

We should expand the list of filter primitives with reference to those defined for SVG.

Some of these would be immediately useful

Some, like compositing operations, would need a system of filter wiring so that the output of one filter can be the input to another, and potentially so that multiple layers can be the inputs.

lordmauve commented 4 years ago

Chromatic aberration would also be good for retro effects.