davidedc / livecodelab

a web based livecoding environment
http://livecodelab.net/
MIT License
327 stars 63 forks source link

labels #259

Open davidedc opened 9 years ago

davidedc commented 9 years ago

labels allow to put simple front-facing text on the canvas like so: screen shot 2015-06-22 at 21 43 34

davidedc commented 9 years ago

screen shot 2015-06-22 at 22 23 51

rumblesan commented 9 years ago

so I really like this idea. definitely worth while seeing where it goes.

davidedc commented 9 years ago

cutesies

davidedc commented 9 years ago

cutsies2

davidedc commented 9 years ago

Next change is to pool the label divs and see whether that improves performance. It's doing 30 fps at the moment with the example I made, but really it should do 60 with many more particles, it's just that I think the destroying/recreating of divs at every frame is trashing performance. Pooling should solve that I think.