3D Cloud Cloud

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 do this easily, or most likely it was written by hand?

+3
source share
6 answers

This is done in Flash using the WP-Cumulus plugin. Although there are ways to do this in javascript, I have not seen any finished products that do just that.

+1
source

I tried to create a 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 it in any way.

+4
source

TagCanvas, HTML5 JS jQuery-. , -, .

+3

wordpress: 3D Wordpress, . , .

+2

JavaScript- Google rotator-js. . .

https://github.com/ernesto-sun/rotator-js

readme github JS-3D--.

, !

+1

javascript, canvas, IE, excanvas.js, .

But if you want it to work on FF3, Opera, Safari and Chrome, you can implement it, but it needs to be done manually, since I don’t know any javascript library to do something like this.

0
source

Source: https://habr.com/ru/post/1718968/


All Articles