I’m starting to use Canvas (with GWT), do we need to implement double buffering ourselves? Wondering if somehow the browsers instead implement this for us already.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You absolutely do not need to implement double buffering yourself and doing so would be a waste of time and performance.
Lucky for us every canvas implementation implements it behind-the-scenes for you.
Here’s a simple example of it in action: http://jsfiddle.net/HYVLj/