lordmauve / wasabi2d

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

Move the MSAA stuff to a chain effect #48

Open lordmauve opened 4 years ago

lordmauve commented 4 years ago

The MSAA stuff for polygons is too expensive to be turned on by default.

Rather than throwing it away, it could be made into a chain effect, so that it affects all primitives in a LayerRange but is optional to turn on.