Processing Forum
Hello. I am a processing beginner.
I have made code interacting with webcam and sound.
This code makes webcam image to star pixel but it works too slow.
I used PShape star and createShape();.
I think if I limit the number of star objects appear on webcam, it might be faster,
but I don't know how to.
Is there any other way that I can make star pixel, works fast?
or can you please fix this code for me?
Please show me an example code.