←back to thread

591 points consumer451 | 2 comments | | HN request time: 0.001s | source
Show context
mbil ◴[] No.42161213[source]
This crashes my Safari browser on iOS.
replies(7): >>42161227 #>>42161294 #>>42161301 #>>42161743 #>>42162962 #>>42163108 #>>42174356 #
yazzku ◴[] No.42161301[source]
"Works" on Firefox if you can stomach 300-400ms pauses every 2 seconds.

Edit: I just profiled it and it spends 42% of exclusive time in texImage2D. It would be better to allocate a set of textures up front and then use glTexSubImage2D to update their contents. glTexImage2D allocates a new texture every time.

replies(1): >>42161377 #
theoretically23 ◴[] No.42161377[source]
Thanks - should be better now hopefully on Firefox
replies(2): >>42161678 #>>42165640 #
1. DaiPlusPlus ◴[] No.42161678[source]
Still very stuttery before crashing in Safari on iOS on my iPad :/
replies(1): >>42165150 #
2. brookst ◴[] No.42165150[source]
Smooth and stable on iOS DB3 on iPad…