summaryrefslogtreecommitdiffstats
path: root/www/index.html
blob: bcd91c999bb304bc2e243815f5e09a225e5c725b (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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
  <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). 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 terms that are yet to be disclosed.
Until such time as these terms are disclosed, you may not do anything
at all with the source code in this CVS repository.<br>
</p>
<p>The API specification will continue to evolve as part of the
<a href="http://jcp.org/">Java Community Process (JCP)</a>.
We welcome community participation, and encourage developers to
contribute both bug fixes and new implementation code to the API.
The terms under which we will license this source code will 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>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>[TODO: list of feedback and participation options including mailing
lists,
project owners/contacts, discussion forum, wikis, etc.]<br>
<br>
</p>
</body>
</html>