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
101
102
103
104
105
106
107
108
109
110
111
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title>The Vecmath API</title>
</head>
<body>
<p>This project contains the source code
for the 3D vector math package, <code>javax.vecmath</code>.<br>
</p>
<p>Related projects include: <a href="http://j3d-core.dev.java.net/">j3d-core</a>
(the core Java 3D API),
<a href="http://j3d-core-utils.dev.java.net/">j3d-core-utils</a>
(the Java 3D core utilities), and
<a href="http://j3d-examples.dev.java.net/">j3d-examples</a>
(the Java 3D example programs). Refer to the <a
href="build-instr.html">download
and build
instructions</a> for information on downloading and building vecmath.
</p>
<h3>License</h3>
<p>The source code for the 3D vector math API reference
implementation
is licensed under the <a href="http://java3d.dev.java.net/jrl.html">Java
Research License (JRL)</a> for non-commercial use. The JRL allows users
to download, build, and modify the source code in the
j3d-core project for research use, subject to the terms of the license.
</p>
<p>The vecmath source code is also licensed for commercial use under a
new
no-fee <a href="http://java3d.dev.java.net/jdl-java3d.pdf">Java
Distribution License (JDL)</a>. The JDL
allows commercial use of vecmath with or without modification, as
long as compatibility with the entire API Specification is maintained.
This includes passing the TCK tests for vecmath, and retaining the
javax namespace as defined by the JCP.
</p>
<p>
The API specification will continue to evolve as part of the Java
Community Process (JCP). We welcome community participation, and
encourage developers to contribute both bug fixes and new
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>Downloads</h3>
<p>Three types of binary builds are available in the <a
href="http://j3d-core.dev.java.net/servlets/ProjectDocumentList">Documents
& Files</a>
section of this project on java.net: Release (or FCS) builds;
Experimental (early access) builds; and Daily/Weekly builds. The latest
release build of Java 3D v1.3.1 is available. A fairly stable
experimental build, labeled as Java 3D v 1.3.2-build3 is now
available. We will set up daily or weekly builds in the near future.<br>
</p>
<h3>How to Contribute</h3>
<p>We invite developers to contribute to Java 3D. Please refer to
the
<a href="http://java3d.dev.java.net/contribute.html">Contributing to
Java 3D</a> section in the parent java3d project to learn
how to contribute to this project or any other Java 3D-related
project.</p>
<h3>Project Highlights</h3>
<p>Please see the <a
href="http://j3d-core.dev.java.net/#Project_Highlights">Project
Highlights</a> in the <a href="http://j3d-core.dev.java.net/">j3d-core</a>
project.<br>
</p>
<h3>Project Suggestions </h3>
<p>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 and the <a
href="http://j3d-core-utils.dev.java.net/#Project_Suggestions">Project
Suggestions</a> in the <a href="http://j3d-core-utils.dev.java.net/">j3d-core-utils</a>
project. </p>
<h3>Examples</h3>
<p>We don't yet have any vecmath-only example programs. However, all of
the example programs in the <a href="http://j3d-examples.dev.java.net/">j3d-examples</a>
project use
the vecmath API.</p>
<h3>Feedback</h3>
<p>We have created two Java 3D mailing lists in the parent <a
href="http://java3d.dev.java.net/">java3d</a> project: <a
href="mailto:announce@java3d.dev.java.net">announce@java3d.dev.java.net</a>
and <a href="mailto:interest@java3d.dev.java.net">interest@java3d.dev.java.net</a>.
<a href="http://java3d.dev.java.net/servlets/ProjectMailingListList">Click
here to subscribe</a> to either of these lists. The annouce list is a
low-volume moderated mailing list for announcing Java 3D-related
news
and information. The interest 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.</p>
<p>For those who prefer a forum to a mailing list, we have created the
<a href="https://java3d.dev.java.net/servlets/ProjectForumView">Java 3D
forum</a>, hosted as part of the JavaDesktop Community. Messages
posted on the forum are cross-posted to <a
href="mailto:interest@java3d.dev.java.net">interest@java3d.dev.java.net</a>
and vice-versa.<br>
</p>
<p>Finally, each sub-project has its own cvs and issues mailing
lists. <a href="servlets/ProjectMailingListList">Click here to
subscribe</a> to either of these lists. The <a
href="mailto:cvs@vecmath.devjava.net">cvs@vecmath.dev.java.net</a>
list is for automated CVS change messages and discussion of those
changes. The <a href="mailto:issues@vecmath.dev.java.net">issues@vecmath.dev.java.net</a>
list is for automated issue tracking.</p>
</body>
</html>
|