Speedy2D icon indicating copy to clipboard operation
Speedy2D copied to clipboard

Rendering to textures

Open QuantumBadger opened this issue 4 years ago • 3 comments

It would be good to add support for rendering to textures, e.g. to improve performance when scrolling through complex scenes, or to apply post-processing effects to a rendered image.

QuantumBadger avatar Feb 28 '21 15:02 QuantumBadger

+1 for this! I'm working on implementing a mouse picking solution for my program, and being able to render to an object id texture (an approach shown in this java tutorial) would be fantastic. I assume that without render to texture, any kind of texture based object picking isn't really possible with speedy2d right now.

wyhinton avatar May 10 '21 09:05 wyhinton

@QuantumBadger any progress on this one?

seclerp avatar Apr 11 '23 22:04 seclerp

Not yet, but it's on my to-do list when I get some free time!

QuantumBadger avatar Apr 12 '23 07:04 QuantumBadger