aboutsummaryrefslogtreecommitdiffstats
path: root/www/index.html
blob: 4d17c221e0ce0f5239875ba6774498730fd2629a (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
101
102
103
104
105
<html>
  <body>
<div align="center"><font color="#990000" size="+2" face="Arial, Helvetica, sans-serif">Welcome 
  to the Java Bindings for OpenAL / Sound3D Toolkit Project! </font> </div>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr> 
    <td width="600" valign="top"> <table width="100%" height="358" border="0" cellpadding="5" cellspacing="1">
        <tr> 
          <td valign="top"><table width="601" border="0" cellpadding="5" cellspacing="1" bgcolor="#990000">
              <tr> 
                <td width="589" valign="top" bgcolor="#990000"><div align="left"><font color="#FFFFFF" face="Arial, Helvetica, sans-serif"><strong>Overview</strong></font></div></td>
              </tr>
              <tr> 
                <td valign="top" bgcolor="#FFFFFF"><div align="justify"> 
                    <p>The JOAL Project hosts a reference implementation of the 
                      Java bindings for OpenAL API, and is designed to provide 
                      hardware-supported 3D spatialized audio for games written 
                      in Java. It is part of a suite of open-source technologies 
                      initiated by the Game Technology Group at Sun Microsystems, 
                      with intention of making the development of high performance 
                      game development in Java a reality.</p>
                    <p>This project also hosts the Sound3D Toolkit, a high level 
                      API for spatialized audio built on top of the OpenAL bindings. 
                      This toolkit is designed to provide access to all the features 
                      of OpenAL through an intuitive, easy to use, object-oriented 
                      interface. </p>
                  </div></td>
              </tr>
            </table></td>
        </tr>
        <tr> 
          <td><table width="601" border="0" cellpadding="5" cellspacing="1" bgcolor="#990000">
              <tr> 
                <td width="589" bgcolor="#990000"><div align="left"><font color="#FFFFFF" face="Arial, Helvetica, sans-serif"><strong>Project 
                    Status</strong></font></div></td>
              </tr>
              <tr> 
                <td bgcolor="#FFFFFF"><div align="justify">The intial implementation 
                    of the Java Bindings for OpenAL / Sound3D Toolkit is available 
                    for download from <a href="http://joal.dev.java.net/source/browse/joal/">CVS</a>. 
                    At the moment, this release only contains instructions for 
                    building on Win32 machines. We will be adding Linux &amp; 
                    OSX instructions shortly. </div></td>
              </tr>
            </table></td>
        </tr>
        <tr> 
          <td><table width="601" border="0" cellpadding="5" cellspacing="1" bgcolor="#990000">
              <tr> 
                <td width="589" bgcolor="#990000"><div align="left"><font color="#FFFFFF" face="Arial, Helvetica, sans-serif"><strong>Getting 
                    Started </strong></font></div></td>
              </tr>
              <tr> 
                <td valign="top" bgcolor="#FFFFFF"><p>This project has been built 
                    in the following environment:</p>
                  <ul>
                    <li> Win32 (Win XP in the case of our machine)</li>
                    <li> Sun J2SDK 1.4.2 (available at <a href="http://java.sun.com" target="_blank">java.sun.com</a>)</li>
                    <li> OpenAL1.0 SDK from Creative Labs (available at <a href="http://developer.creative.com" target="_blank">developer.creative.com</a> 
                      under &quot;Gaming -&gt; Development Kits -&gt; Open AL&quot;) 
                    </li>
                    <li> MinGW 2.0.0 plus the following updates: (all available 
                      at <a href="http://www.mingw.org" target="_blank">www.mingw.org</a>) 
                      <ul>
                        <li>binutils 2.13.90</li>
                        <li> w32api-2.2</li>
                        <li> mingw-runtime-2.4</li>
                      </ul>
                    </li>
                    <li> ANT 1.5.3 (available at <a href="http://www.apache.org" target="_blank">www.apache.org</a>)</li>
                    <li> JUnit 3.8.1 (available at <a href="http://www.junit.org" target="_blank">www.junit.org</a>) 
                      copy junit.jar to the apache-ant lib directory</li>
                  </ul></td>
              </tr>
            </table></td>
        </tr>
      </table>
      <p>&nbsp;</p></td>
    <td valign="top"> 
      <table width="100%" border="0" cellspacing="1" cellpadding="5">
        <tr>
          <td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#990000">
              <tr> 
                <td valign="top" bgcolor="#990000"><div align="left"><font color="#FFFFFF" face="Arial, Helvetica, sans-serif"><strong>Useful 
                    Links</strong></font></div></td>
              </tr>
              <tr> 
                <td valign="top" bgcolor="#FFFFFF"><ul>
                    <li><a href="http://www.openal.org" target="_blank"><font face="Arial, Helvetica, sans-serif">OpenAL</font></a><font face="Arial, Helvetica, sans-serif"> 
                      Home</font></li>
                    <li><font face="Arial, Helvetica, sans-serif"><a href="ftp://opensource.creative.com/pub/sdk/OpenAL_PGuide_A4.pdf" target="_blank">OpenAL 
                      Programmer's Reference</a></font></li>
                  </ul></td>
              </tr>
            </table></td>
        </tr>
        <tr>
          <td>&nbsp;</td>
        </tr>
      </table></td>
  </tr>
</table>

</body>
</html>