3D sphere tag cloud

Andy White picture Andy White · Oct 1, 2009 · Viewed 15.2k times · Source

Does anyone know how to achieve a 3D sphere tag cloud, like on this site:

http://krypted.com/

Is there a Javascript library that can easily do this, or was it most likely written by hand?

Answer

Rodion Gorkovenko picture Rodion Gorkovenko · Feb 15, 2012

I've tried to create simple "Sphere tag cloud" in JavaScript:

http://jstagsphere.sourceforge.net/

The main idea is to show how to create it - you can use it as is or improve in any way.