Music visualization with p5 and p5 sound doesn't work well on mobile

Hello everyone!

So I've been looking into p5.sound for music visualizations and did some small experiments like this one: http://zeroattentionspan.net/electric2/

It works well on desktop, but it is glitchy and the frame rate is off on mobile. Do you have any idea how I can resolve this?

Thank you!

Answers

  • Perhaps the sketch is way too CPU/GPU intensive. Remember that JavaScript on a browser is much slower than normal programming languages like Java or C.

Sign In or Register to comment.