Thread: Canvas Problem
View Single Post
Old 12-05-2012, 09:50 PM   PM User | #41
pdiddles03
New Coder

 
Join Date: Jun 2010
Posts: 76
Thanks: 0
Thanked 1 Time in 1 Post
pdiddles03 is an unknown quantity at this point
So now I have another question, not to do with the programming side but canvas again. How efficient is it for a browser to render a game in canvas seeing every time you make a change, you have to clearthe canvas and then redo everything by calling the same functions. Wouldn't just having the DIV tags an programming their styles through CSS and Javascript be a lot simpler and make the browser faster?

I noticed by right clicking that basically your browser renders everything you did in javascript just a whole image.
pdiddles03 is offline   Reply With Quote