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

Show HeadlessScene inside Scene #45

Open lordmauve opened 4 years ago

lordmauve commented 4 years ago

HeadlessScene, which renders to a texture, would be perfect as a primitive to show inside a Scene.

This would be an obvious way to create multiple viewports or a HUD that doesn't follow the camera.