georeith
No user record in our sample, but georeith has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but georeith has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
but is definitely slower than Two.js at drawing randomly sized rectangles. I pushed a fix, the way it was drawing randomly sized rectangles was an unfair comparison. It is much faster than Two.js now (tried it at 10000…
I see you saw the response on the issue, for anyone else this was the response: The golden rule is the less you have to clear() and redraw the insides of the graphics the faster it's going to be as pixi.js has to…
The comparison was unfair it was only moving the positions of the rectangles each frame for paper.js, and two.js but for pixi.js it was redrawing them from scratch which means it had to retesselate everything every…