As I am building my simulator using createljs, I will need to have thousands of little circles ( 3 pixels diameter ). I can draw a circle on a shape graph, is this a recommended approach? or shall I use a bitmap?
Any idea about the best way in terms of performance?
Also, is it possible to set text antialias on or off?