aboutsummaryrefslogtreecommitdiffstats
path: root/www/index.html
blob: 1a52a8c09997c02c5524d5c39259015fbb559700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>Java 3D Example Programs</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="#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></font>
</p>
<p>This project contains the source code
for the Java&nbsp;3D<sup><font size="-2">TM</font></sup> example
programs.
</p>
<p>Related projects include: <a href="https://j3d-core.dev.java.net/">j3d-core</a>
(the core Java&nbsp;3D API),
<a href="https://j3d-core-utils.dev.java.net/"> </a><a
 href="https://vecmath.dev.java.net/">vecmath</a>
(the 3D vector math package), and <a
 href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a>
(the Java&nbsp;3D core utilities). Refer to the <a
 href="build-instr.html">download
and build
instructions</a> for information on downloading and building vecmath.
</p>
<h3><a name="Downloads"></a>Downloads</h3>
<p>Three types of Java&nbsp;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&nbsp;3D v1.3.1 is available. Stable
builds of Java&nbsp;3D 1.3.2 (beta) are available.
Daily builds of both 1.3.2 and 1.4.0 are now available.</p>
<h3><a name="How_to_Contribute"></a>How to Contribute</h3>
<p>We invite developers to contribute to Java&nbsp;3D. Please refer to
the
<a href="https://java3d.dev.java.net/contribute.html">Contributing to
Java&nbsp;3D</a> page in the parent java3d project to learn
how to contribute to this project or any other Java&nbsp;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-examples.
</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&nbsp;3D-related
sub-projects. Please use the above link rather than the Issue Tracker
in this j3d-examples 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.
</p>
<h3><a name="Feedback_and_Discussion"></a>Feedback and Discussion<br>
</h3>
<p>We have created four Java&nbsp;3D mailing lists in the parent <a
 href="https://java3d.dev.java.net/">java3d</a> project:&nbsp;<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&nbsp;3D, the reference implementation
for the
Java&nbsp;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&nbsp;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&nbsp;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.&nbsp;<a href="servlets/ProjectMailingListList">Click here to
subscribe</a> to this list. The <span style="color: blue;">cvs 'at'
j3d-examples.dev.java.net</span>
list is for automated CVS change messages and discussion of those
changes.<br>
</p>
</body>
</html>