Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

3D sphere tag cloud [closed]

Tags:

tags

tag-cloud

3d

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?

like image 381
Andy White Avatar asked Oct 01 '09 01:10

Andy White


4 Answers

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.

like image 147
Rodion Gorkovenko Avatar answered Nov 02 '22 18:11

Rodion Gorkovenko


Have a look at TagCanvas which draws to HTML5 canvas and is available either as stand alone JS or jQuery plugin. Looks the same as the spherical example in flash and has options for other shapes too.

like image 38
phillchill Avatar answered Nov 02 '22 19:11

phillchill


It's a wordpress plugin: 3D tag cloud If you are putting it in a wordpress blog, you could just use that. If you want to put it somewhere else, you could download that plugin and check out the source.

like image 2
GSto Avatar answered Nov 02 '22 17:11

GSto


That is done in Flash using the WP-Cumulus plugin. While there are ways to accomplish it in javascript I haven't seen any ready-made products that do just that.

like image 1
conceptDawg Avatar answered Nov 02 '22 18:11

conceptDawg