pythonarcade / arcade

Easy to use Python library for creating 2D arcade games.
http://arcade.academy
Other
1.69k stars 319 forks source link

Complete and add a minimal BackgroundTexture class #1152

Open einarf opened 2 years ago

einarf commented 2 years ago

Having a BackgroundTexture class solves quite a few use cases that are difficult for most users to implement without having to use shaders. The name can still be debated. It's pretty close to a RenderTargetTexture currently in experimental, so maybe we should look into that relation. The BackgroundTexture is just a wrapper over an arcade.gl.Texture.

Some ponts:

More thinking is needed.

pushfoo commented 2 years ago

This might be a dupe of #991

einarf commented 2 years ago

I don't think it's a direct dupe, but it's good to get them linked up to provide the most information. It might be a sub-issue of this one.

einarf commented 2 years ago

1152 is the original / related issue

einarf commented 7 months ago

This is still in experimental and is subject to change. We can move this to 3.x