Howdy!
I wrote this little program with the idea it would live on a website, but when I load it in the browser it animates very jerky/choppy. How adjust it so it will run smooth using processing.js, or how can I re-write it to get the effect I want? Similar effect is achieved with the P2D renderer in Java mode.
It seems like its rounding all my floats into ints or just ignoring them altogether?
float j; int bar_num=86; Bar[] newbars = new Bar[bar_num];