summaryrefslogtreecommitdiffstats
path: root/www/index.html
blob: 6fe7f247103ed176f294534d1a6aa6748b87f5a7 (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
<!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&nbsp;3D API),
<a href="http://j3d-core-utils.dev.java.net/">j3d-core-utils</a>
(the Java&nbsp;3D core utilities), and
<a href="http://j3d-examples.dev.java.net/">j3d-examples</a>
(the Java&nbsp;3D example programs).<br>
</p>
<h3>License</h3>
<p>The source code for the 3D vector math API reference
implementation is available for research use
under the
Java Research License (JRL) [TODO: license link].
It is also available for commercial use
under the Java Distribution License (JDL) [TODO: license link].
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 JRL and JDL licenses were
chosen to
facilitate this, while ensuring that the API is not fragmented with
incompatible versions being released.<br>
</p>
<h3>Project highlights</h3>
<p>[TODO: fill this in]</p>
<h3>Project Suggestions</h3>
<ul>
  <li>TBD</li>
</ul>
<h3>How to Contribute</h3>
<p>[TODO: include text from j3d-core]</p>
<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>