diff options
author | Kevin Rushforth <[email protected]> | 2004-06-04 16:59:47 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2004-06-04 16:59:47 +0000 |
commit | 1af87641e8d0b9f62b90357192027ca195fd098e (patch) | |
tree | b87f2492c794efb34da791f67b0ebe0d4d3ad2ea | |
parent | c1ce3c37a7a643fc7e2b85f3073bc51e1c5c1634 (diff) |
Created initial home page
git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@3 9497e636-51bd-65ba-982d-a4982e1767a5
-rw-r--r-- | www/index.html | 64 |
1 files changed, 58 insertions, 6 deletions
diff --git a/www/index.html b/www/index.html index 40bd357..1a28d3d 100644 --- a/www/index.html +++ b/www/index.html @@ -1,8 +1,60 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> - <head> - <title>Default Project Content</title> - </head> - <body> - This is the default project content. - </body> +<head> + <meta http-equiv="content-type" + content="text/html; charset=ISO-8859-1"> + <title>The Java 3D Core Utilities</title> +</head> +<body> +This project contains the source code +for the Java 3D core utilities in the <code>com.sun.j3d.*</code> +hierarchy.<br> +<br> +Related projects include: <a href="http://vecmath.dev.java.net/">vecmath</a> +(the 3D vector math package), <a href="http://j3d-core.dev.java.net/">j3d-core</a> +(the +core Java 3D API), and <a href="http://j3d-examples.dev.java.net/">j3d-examples</a> +(the Java 3D +example programs). The j3d-core-utils project is built as part of +j3d-core. Refer to the build instructions [TODO: link] in the <a + href="http://j3d-core.dev.java.net/">j3d-core</a> project for +more information.<br> +<h3>Project highlights</h3> +<p><b>Release project Source code</b> </p> +[TODO: include text from j3d-core] +<p><span style="font-weight: bold;">Java3D 1.3.x bug fixes</span><br> +</p> +<p>We will work with the community to address bugs identified in Java +3D +1.3.1 and the will release new versions of Java 3D 1.3.x as needed. +Bugfixes will be immediately available in the cvs source, or from the +weekly builds on this site. We will release official 1.3.x versions no +more often than twice a year.<br> +</p> +<h3><a name="Project_Suggestions"></a>Project Suggestions</h3> +Here are some project ideas for the j3d-core-utils project. Please see +the <a href="http://j3d-core.dev.java.net/#Project_Suggestions">Project +Suggestions</a> in the <a href="http://j3d-core.dev.java.net/">j3d-core</a> +project for more ideas.<br> +<ul> + <li><a href="http://joal.dev.java.net/">JOAL</a>-based audio engine</li> + <li>Character Animation utility</li> + <li>Terrain utility</li> + <li>Collision Avoidance utility</li> + <li>CSG (geometry boolean operators) utility</li> + <li>Loaders</li> +</ul> +<h3>How to Contribute</h3> +[TODO: include text from j3d-core]<br> +<h3>Releases</h3> +<p>[TODO: links to code] </p> +<h3>Examples</h3> +<p>{TODO: links to examples] </p> +<h3>Feedback</h3> +<p>[TODO: list of feedback and participation options including mailing +lists, +project owners/contacts, discussion forum, wikis, etc.]<br> +<br> +</p> +</body> </html> |