diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/www/index.html b/www/index.html index 9e1814f70..6a8d5ba0e 100644 --- a/www/index.html +++ b/www/index.html @@ -294,19 +294,21 @@ graphics. </td> <td bgcolor="#F8F8F8"> -<a href="http://apps.facebook.com/sharendipity/"><img -src="sharendipity.gif" width="160" height="160" -align="left">Sharendipity</a> enables creative people to build and -distribute software regardless of their programming prowess. Its goal -is to provide a basic platform with which users can build and share a -broad array of application components in such a way that they can be -extended, interchanged and plugged together to build full -applications. The authors anticipate a market to evolve around these -components where users can buy and sell their creations - whether it -is a full application, a unique effect, or an individual object -behavior. Sharendipity is currently deployed via Java within the -Facebook platform and uses JOGL for hardware accelerated rendering. - +<a href="https://zg3d.dev.java.net/"><img src="zg3d.png" width="160" +height="160" align="left">ZG3D</a> is an open source project that uses +JOGL for visualizing 3D geometries with the emphasis of plotting +scientific data in a web application. Geometry objects in an XML file +or string can be dynamically loaded and removed. An HTML document may +call ZG3D functions through JavaScript and may define JavaScript +functions to receive messages from ZG3D, which makes it very easy and +flexible to embed interactive 3D web visualization. The software is +developed at the <a +href="http://www-cger.nies.go.jp/index.html">Center for Global +Environmental Research</a>, Japan, for the advanced data visualization +of the <a +href="http://db.cger.nies.go.jp/g3db/ggtu/trajectory.html">Global +Greenhouse Gases Database</a>. + </td> </tr> |