3D sphere tag cloud [closed]

不想你离开。 提交于 2020-01-21 05:11:25

问题


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?


回答1:


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.




回答2:


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.




回答3:


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.




回答4:


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.




回答5:


I am creating another JavaScript 3D Tag-Cloud called rotator-js. It's working quite well. I try do optimize performance as much as possible.

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

At the readme-file at github you find more JS-3D-Tag-Spheres.

Hope that helps!




回答6:


You could write this in javascript using the canvas tag, but it would not work on IE, unless they fixed the problem with excanvas.js where you can now display text.

But, if you wanted it to work on FF3, Opera, Safari and Chrome then you can implement it, but it would have to be done by hand, as I don't know of any javascript library to do something like this.



来源:https://stackoverflow.com/questions/1501527/3d-sphere-tag-cloud

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!