Hi! Maybe I'm not looking for the right keywords … is there any way to store shapes (like Polygon2D or anything I draw inside _draw
as bitmaps/rasterized images? I'm guessing and am already seeing that when I get to a larger amount of drawn shapes, there is a significant performance hit, even with not very complex shapes. Bitmaps should be better performance-wise. But can I convert my drawn shapes somehow?