diff options
author | Kevin Rushforth <[email protected]> | 2005-07-01 23:45:40 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-07-01 23:45:40 +0000 |
commit | cf0a9d2bc329883141e1363676bf19cac7e742d2 (patch) | |
tree | 29b7dd70e3b40d5a0cd6efb2c6cca0cbb428a04d /www | |
parent | daaabb41963d7b186efbf6fcc02d24c71a527f73 (diff) |
Rearranged web pages -- all content is now in parent java3d page
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@333 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www')
-rw-r--r-- | www/build-instr.html | 16 | ||||
-rw-r--r-- | www/index.html | 216 |
2 files changed, 34 insertions, 198 deletions
diff --git a/www/build-instr.html b/www/build-instr.html index 0617247..48e99aa 100644 --- a/www/build-instr.html +++ b/www/build-instr.html @@ -3,11 +3,11 @@ <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> - <title>j3d-core download and building instructions</title> + <title>CVS download and build instructions</title> <meta name="author" content="Kevin Rushforth"> </head> <body> -<h3>Instructions for downloading and building j3d-core +<h3>CVS download and build instructions for j3d-core </h3> <p>To build the Java 3D<sup><font size="-2">TM</font></sup> @@ -35,6 +35,16 @@ directory. For example:<br> <p>After you have downloaded the three CVS repositories, read the README-FIRST.txt file, then read and follow the instructions in the README-build.html -files in all three CVS repositories.</p> +files in all three CVS repositories.<br> +</p> +<p>Click on the "<a href="source/browse/j3d-core/">Version Control - CVS</a>" +link to access the j3d-core source code from CVS. Automated CVS change +messages are sent to the <span style="color: blue;">cvs 'at' +j3d-core.dev.java.net</span> +list list. <a href="servlets/ProjectMailingListList">Click here to +subscribe</a> to this list.<br> +</p> +<p><br> +</p> </body> </html> diff --git a/www/index.html b/www/index.html index f8309c6..205437e 100644 --- a/www/index.html +++ b/www/index.html @@ -6,20 +6,9 @@ <title>The Java 3D API Core</title> </head> <body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"> -<p style="text-align: center;"> <font size="-2"> -<a href="#License">License</a> | -<a href="#Downloads">Downloads</a> | -<a href="#How_to_Contribute">How to Contribute</a> | -<a href="#Reporting_Issues">Reporting Issues</a> | -<a href="#Feedback_and_Discussion">Feedback and Discussion</a> | -<a href="#Project_Highlights">Project Highlights</a> | -<a href="#Project_Suggestions">Project Suggestions</a> | -<a href="#Examples">Examples</a></font> -</p> <p>This project contains the source code for the core Java 3D<sup><font size="-2">TM</font></sup> API -package, <code>javax.media.j3d</code>.<br> -</p> +package, <code>javax.media.j3d</code>.</p> <p>Related projects include: <a href="https://vecmath.dev.java.net/">vecmath</a> (the 3D vector math package), <a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a> (the @@ -27,9 +16,26 @@ Java 3D core utilities), and <a href="https://j3d-examples.dev.java.net/">j3d-examples</a> (the Java 3D example programs). The vecmath and j3d-core-utils projects are required -to build j3d-core. Refer to the <a href="build-instr.html">download +to build j3d-core. Developers should refer to the <a + href="build-instr.html">CVS download and build -instructions</a> for information on downloading and building j3d-core.</p> +instructions</a> for information on downloading the source code and +building j3d-core.<br> +</p> +<p><strong><em>For all other project +information, including contributing to Java 3D and reporting +issues, +please go to the parent <a href="https://java3d.dev.java.net/">java3d</a> +project.</em></strong></p> +<p>NOTE: The issue Tracker in this j3d-core subproject cannot be used +to file or track issues. Please use the <a + href="https://java3d.dev.java.net/servlets/ProjectIssues">Issue Tracker</a> +in the parent java3d +project +to track issues (bugs, feature requests, etc.) for +Java 3D-related +sub-projects.<br> +</p> <h3><a name="License"></a>License</h3> <p>The source code for the core Java 3D API reference implementation @@ -56,187 +62,7 @@ implementation code to the API. The combination of the JRL and the JDL was chosen to facilitate this, while ensuring the integrity and compatibility of the API.<br> </p> -<h3><a name="Downloads"></a>Downloads</h3> -<p>Three types of Java 3D <a - href="https://java3d.dev.java.net/binary-builds.html">binary builds</a> -are available on java.net: Release (or FCS) builds; -Stable (experimental, early access) builds; and Daily builds. The -latest -release build of Java 3D v1.3.2 is available. -Daily builds of 1.4.0 are now available. Stable -builds of Java 3D 1.4.0 will be available soon. -</p> -<p>The javadoc for the fcs release of Java 3D v 1.3.2 can be found -<a href="http://javadesktop.org/java3d/javadoc/1.3.2/index.html">here</a>. -The javadoc for a recent daily build of Java 3D v 1.4.0 can be -found <a - href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/index.html">here</a>. -</p> -<h3><a name="How_to_Contribute"></a>How to Contribute</h3> -<p>We invite developers to contribute to Java 3D. Please refer to -the -<a href="https://java3d.dev.java.net/contribute.html">Contributing to -Java 3D</a> page in the parent java3d project to learn -how to contribute to this project or any other Java 3D-related -project. See the <a href="https://javadesktop.dev.java.net/govern.html">JavaDesktop -Community Governance Guidelines</a> for general guidelines on -participating in JavaDesktop community projects, such as j3d-core. -</p> -<h3><a name="Reporting_Issues"></a>Reporting Issues<br> -</h3> -<p>We have set up the <a - href="https://java3d.dev.java.net/servlets/ProjectIssues">Issue Tracker</a> -in the parent java3d -project -to track issues (bugs, feature requests, etc.) for -Java 3D-related -sub-projects. Please use the above link rather than the Issue Tracker -in this j3d-core project. Refer to the <a - href="https://java3d.dev.java.net/#Reporting_Issues">Reporting -Issues</a> section in the parent java3d project for more information.<br> -</p> -<h3><a name="Feedback_and_Discussion"></a>Feedback and Discussion<br> -</h3> -<p>We have created four Java 3D mailing lists in the parent <a - href="https://java3d.dev.java.net/">java3d</a> project: <span - style="color: blue;">interest 'at' java3d.dev.java.net</span>, -<span style="color: blue;">announce 'at' java3d.dev.java.net</span>, -<span style="color: blue;">issues 'at' java3d.dev.java.net</span>, -and <span style="color: blue;">cvs 'at' java3d.dev.java.net</span> -(replace 'at' with @). <a - href="https://java3d.dev.java.net/servlets/ProjectMailingListList">Click -here to subscribe</a> to any of these lists. The <span - style="font-style: italic;">interest</span> list is an open mailing -list for -discussing all aspects of Java 3D, the reference implementation -for the -Java 3D core, vecmath, utilities, example programs, etc. The <span - style="font-style: italic;">annouce</span> list is a -low-volume moderated mailing list for announcing Java 3D-related -news -and information. The <span style="font-style: italic;">issues</span> -list is for automated issues tracking, and the <span - style="font-style: italic;">cvs</span> list is for automated CVS -change messages (for changes to the parent java3d web pages only).</p> -<p>For those who prefer a forum to a discussion mailing list, we have -created the -<a href="https://java3d.dev.java.net/servlets/ProjectForumView" - target="_blank">Java 3D -forum</a>, hosted as part of the JavaDesktop Community. Messages -posted on the forum are cross-posted to <span style="color: blue;">interest -'at' java3d.dev.java.net</span> -and vice-versa.<br> -</p> -<p>Finally, each sub-project has its own cvs mailing -list. <a href="servlets/ProjectMailingListList">Click here to -subscribe</a> to this list. The <span style="color: blue;">cvs 'at' -j3d-core.dev.java.net</span> -list is for automated CVS change messages and discussion of those -changes.</p> -<h3><a name="Project_Highlights"></a>Project Highlights</h3> -<p><b>Release project Source code</b> </p> -<p>The Java 3D source -code is available for download from the CVS repository of this project. -The trunk of the CVS repository is a stable (pre-fcs) version of -Java 3D 1.3.2. A Java 3D 1.4 development branch, <code>dev-1_4</code>, -is also available in the CVS repository. For a -description of the CVS tags used in this project, please refer to <a - href="https://java3d.dev.java.net/cvs-tags.html">"Using CVS Tags in -Java 3D Projects"</a>. Daily builds for both <a - href="https://java3d.dev.java.net/binary-builds.html#Daily_builds_1.3.2">1.3.2</a> -and <a - href="https://java3d.dev.java.net/binary-builds.html#Daily_builds_1.4.0">1.4.0</a> -are -available and are built from the CVS source trees.<br> -</p> -<p><span style="font-weight: bold;">Java 3D 1.3.2</span><br> -</p> -<p> -</p> -<p>The 1.3.2 version of Java 3D on java.net differs from the 1.3.1 -release in -the following ways: -</p> -<ol> - <li>The <code>com.sun.j3d.*</code> packages have been split out into -their own project (<a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a>).</li> - <li>Apache Ant is now used to build Java 3D<br> - </li> - <li>The Headspace AudioEngine has been removed. The JavaSound -AudioEngine, which is not fully functional, is now the only available -AudioDevice. It is disabled by default.<br> - </li> - <li>Many bug fixes have been incorporated<br> - </li> -</ol> -<p>The reason the Headspace AudioEngine was removed is that we do not -have -the rights to ship the source code for the native Headspace sound -mixer. Our plan -going forward is to enourage the development community to implement an -AudioEngine using <a href="https://joal.dev.java.net/">JOAL</a>.</p> -<p><span style="font-weight: bold;">Java 3D 1.4, 1.5, ...</span><br> -</p> -<p>A description of the set of <a href="j3d1_4/proposed-changes.html">proposed -Java 3D API changes</a> for 1.4 (and beyond) is now available. The -main focus of the proposed -1.4 release is the addition of <a href="j3d1_4/shaders.html">programmable -shaders</a>. Our goal is to -minimize large scale changes to the system in order to deliver 1.4 as -quickly as possible. We encourage members of the development community -to review this proposed set of changes and provide feedback. We also -hope that community members will help us design and implement the 1.4 -version of the Java 3D API.<br> -</p> -<p>Once the majority of the API changes are decided upon for -Java 3D 1.4, we will file -a new JSR (or revive the existing <a - href="http://jcp.org/en/jsr/detail?id=189" target="_blank">JSR-189</a>) -under the Java -Community Process (JCP). At this time, we don't anticipate forming a -JCP Expert Group, since we will already have reviewed the API publicly -in the java.net community.<br> -</p> -<p>A list of other <a href="j3d1_4/improvements.html">possible -improvements to Java 3D version 1.4</a> is also available, and is -an unprioritized list of improvements that do not require API changes.<br> -</p> -<p><span style="font-weight: bold;">Java 3D 2.0</span><br> -</p> -<p>The scope of this release will be driven by the level of interest -and community support that we get. -Our initial -thoughts are that this work will include large scale changes to support -features such as extensibility and pluggable renderers. Click the -following link for a <a - href="j3d1_4/proposed-changes.html#Future_Features">list of -possible 2.0 features</a>.<br> -</p> -<h3><a name="Project_Suggestions"></a>Project Suggestions</h3> -<p>The main areas in j3d-core for which we need help from the community -are: -</p> -<ul> - <li>Bug fixes (see the <a - href="https://java3d.dev.java.net/issues/buglist.cgi?Submit+query=Submit+query&component=java3d&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED">list -of open -issues</a>)</li> - <li>Testing and example programs for programmable shaders</li> -</ul> -<p>Please see the -<a href="https://j3d-core-utils.dev.java.net/#Project_Suggestions">Project -Suggestions</a> in the <a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a> -project for more ideas.</p> -<h3><a name="Examples"></a>Examples</h3> -<p>The <a href="https://j3d-examples.dev.java.net/">j3d-examples</a> -project includes a set of simple example programs. The <a - href="http://java.sun.com/products/java-media/3D/flythrough.html" - target="_blank">Java 3D -Fly Through v 2.0 Beta</a> sample application shows you how to take -advantage of the capabilities of Java 3D technology. You can -download -the source code via <a href="http://java3d.netbeans.org" - target="_blank">http://java3d.netbeans.org</a>.<br> +<p><br> </p> </body> </html> |