Hi, guys! I want to develop my pixel coloring on the Corona SDK.
I want to do something similar - https://play.google.com/store/apps/details?id=com.appcraft.unicorn
As pixels I think to use squares, when clicked, they will change color.
I need to use relatively large images, for example 300x300 pixels. I will have to create 90,000 squares, with which the engine will not cope.
In the future, I want to make a zoom for my image, consisting of pixels (squares).
Since the engine can not cope with so many squares on the screen, advise the best solution. I came up with just such an idea. Thank you in advance.
P.S. For example, i can enlarge the squares and draw only 50 squares on the screen. But then I lose the possibility of zoom with a pinch.