That previous demo was done on top of a Google maps sample, hence just requiring some small tweaks and improvements. Also, was very low-level and not really practical to adapt to more "real-world" usage, as it required programming the shaders, computing the transformation matrixes, etc.
Thus, I was trying to find a alternative WebGL JS lib that was:
- Fast
- Easy to use, albeit still providing some low-level control, namely on primitives drawing
IvanK Lib is pretty good (and fast) but Pixi.js takes the cake with tons of functionality and a large community using it.
I'm going to enumerate the various experiments I did, showing a sample page for each.