Letractively / cwebgl

Automatically exported from code.google.com/p/cwebgl
0 stars 0 forks source link

Browser Dependent JS Calls / Buffer Canvas Memory #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Some of the JS loader calls that cwebgl uses in the demos are not available on 
all browsers, where the implementation would be fine otherwise, easiest to test 
with browserling.com 

There appears to be a memory buffer problem in many browsers as well, likely 
the creation of a new canvas per each iteration, causing many browsers to crash 
after a dozen frames?

Original issue reported on code.google.com by wilfredg...@gmail.com on 12 Apr 2012 at 6:00

GoogleCodeExporter commented 8 years ago
Which browsers experience which issues? Please be specific.

Also, is this being tested only through browserling.com? I'm not getting the 
same errors as browserling in the same browsers.

Original comment by cwe...@cimaron.net on 13 Apr 2012 at 1:34