d1manson / waveform

browser-based GUI for working with extra-neuronal waveform data
MIT License
11 stars 5 forks source link

waveform rendering needs to be more asynchronous #13

Closed d1manson closed 10 years ago

d1manson commented 11 years ago

Need to find some way to free up the browser at some point during the several hundred milliseconds it can take to render. This is a bit complicated, but I would have thought it could be improved in some way.

d1manson commented 10 years ago

The rendering method has been substantially improved, but is still slow on low-end systems or when N is fairly high. May want to look at WebGL Sync objects at some point as they may help, but that's WebGL-2.