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
When clicking a pixel to change the pixel color, it takes too long to change. The click should update the pixel color locally first, and then send to server for saving. #8
For a smoother experience we can optimize the clicking of pixel color changes to reflect the updated pixel color locally to the user near instantly, while in the background it still sends the pixel change to the server.
For a smoother experience we can optimize the clicking of pixel color changes to reflect the updated pixel color locally to the user near instantly, while in the background it still sends the pixel change to the server.