You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand the grid size of the Multiply test automatically when needed
#52
Enlarge the grid size and reduce the tile size when a larger complexity is needed
to lower the frame rate.
Refactor the spiral iterator into a separate class. Keep calling its next() method
to move to the next cell. When its isDone() returns true enlarge the iterator grid
size and resize the already created tiles to fit in the new grid size.
Add a new class for the roundedRect tile called "Tile". This class can handle the
location, size and animation of the Tile.
0 commit comments