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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
|
<html>
<body bgcolor="#f5f5f5">
<div Align=center>
<img ID="NavBar" WIDTH=800 HEIGHT=32 SRC="http://games.dev.java.net/images/navbar2p.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 USEMAP="#NavBar_MAP" NOFINSIDE="~! ~!" > </div>
<MAP NAME="NavBar_Map">
<AREA SHAPE="rect" ALT="Projects" COORDS="356,7,440,23" HREF="https://games.dev.java.net" TARGET="_self">
<AREA SHAPE="rect" ALT="Wiki" COORDS="643,7,695,23" HREF="http://wiki.java.net/bin/view/Games">
<AREA SHAPE="rect" ALT="Weblogs" COORDS="562,7,624,23" HREF="http://weblogs.java.net/weblogs/project/games">
<AREA SHAPE="rect" COORDS="463,7,541,23" HREF="http://javagaming.org" target="_top" ALT="Forums">
<AREA SHAPE="rect" ALT="JavaGames Home" COORDS="147,7,334,23" HREF="http://community.java.net/games">
<AREA SHAPE="rect" ALT="Java.net" COORDS="21,7,128,23" HREF="http://www.java.net" TARGET="_self">
</MAP>
<p align="center"><img src="openal_c.gif" width="123" height="67"></p>
<div align="center"><font color="#005177" size="+2">Welcome to the Java Bindings
for OpenAL / Sound3D Toolkit Project! </font> </div>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td width="66%" valign="top"> <table width="100%" height="358" border="0" cellpadding="5" cellspacing="1">
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#6E94B7">
<tr>
<td width="589" valign="top" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Overview</strong></font></div></td>
</tr>
<tr>
<td valign="top" bgcolor="#F8F8F8"><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
games 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="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#6E94B7">
<tr>
<td width="589" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Project
Status</strong></font></div></td>
</tr>
<tr>
<td bgcolor="#F8F8F8"><div align="justify">The initial 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 &
OSX instructions shortly. </div></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#6E94B7">
<tr>
<td width="589" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Getting
Started </strong></font></div></td>
</tr>
<tr>
<td valign="top" bgcolor="#F8F8F8"><p>This project has been built
under Win32, Linux and OSX. The following packages and tools
have been used:</p>
<ul>
<li>All Systems:
<ul>
<li>Sun J2SDK 1.4.2 (available at <a href="http://java.sun.com">java.sun.com</a>)</li>
<li>ANT 1.5.3 (available at <a href="http://www.apache.org">apache.org</a>)</li>
<li>JUnit 3.8.1 (available at <a href="http://www.junit.org">junit.org</a>)
copy junit.jar to the apache-ant lib directory<br>
</li>
</ul>
</li>
<li>Windows:
<ul>
<li> Win32 (Win XP in the case of our machine)</li>
<li> OpenAL 1.0/1.1 SDK (available at <a href="http://www.openal.org">OpenAL.org</a>) </li>
<li> MinGW 2.0.0 plus the following updates: (all available
at <a href="http://www.mingw.org">www.mingw.org</a>)
<ul>
<li>binutils 2.13.90</li>
<li> w32api-2.2</li>
<li> mingw-runtime-2.4</li>
</ul>
</li>
</ul>
</li>
<li> Linux:
<ul>
<li>Linux i386 (Redhat 9.0)</li>
<li>gcc 3.2.2, binutils 2.13.90</li>
<li> OpenAL 1.0/1.1 SDK (available at <a href="http://www.openal.org">OpenAL.org</a>) </li>
</ul>
</li>
<li>OSX
<ul>
<li> OSX 10.2 or later</li>
<li>OSX Developer Tools</li>
<li> OpenAL 1.0/1.1 SDK (available at <a href="http://www.openal.org">OpenAL.org</a>) </li>
</ul>
Please refer to <a href="https://joal.dev.java.net/source/browse/*checkout*/joal/README.txt">README.txt</a> for
additional build information.</li>
</ul>
</td>
</tr>
</table></td>
</tr>
</table>
<p> </p></td>
<td valign="top">
<table width="100%" height="242" border="0" cellpadding="5" cellspacing="1">
<tr>
<td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#6E94B7">
<tr>
<td valign="top" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Useful
Links</strong></font></div></td>
</tr>
<tr>
<td valign="top" bgcolor="#F8F8F8"><ul>
<li><a href="http://www.openal.org" target="_blank">OpenAL</a>
Home</li>
<li><a href="http://openal.org/openal_webstf/downloads/OpenAL_Programmers_Guide_US_Letter.pdf" target="_blank">OpenAL
Programmer's Reference</a></li>
<li><a href="http://joal-demos.dev.java.net">JOAL
Tutorials and Demos</a></li>
<li><a href="http://www.javagaming.org/forums/index.php?board=26.0">JOAL Forums</a></li>
</ul></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#6E94B7">
<tr>
<td valign="top" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Documentation</strong></font></div></td>
</tr>
<tr>
<td valign="top" bgcolor="#F8F8F8"><ul>
<li><a href="http://download.java.net/media/joal/builds/nightly/javadoc_public/" target="_blank">JOAL
/ Sound3D Toolkit API</a></li>
</ul></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#6E94B7">
<tr>
<td valign="top" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Downloads</strong></font></div></td>
</tr>
<tr>
<td valign="top" bgcolor="#F8F8F8"><ul>
<li><a href="https://joal.dev.java.net/servlets/ProjectDocumentList" target="_blank">Release Builds</a></li>
</ul></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#6E94B7">
<tr>
<td valign="top" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Current nightly build</strong></font></div></td>
</tr>
<tr>
<td valign="top" bgcolor="#F8F8F8"><ul>
<!- BEGIN NIGHTLY -->
<TABLE CELLPADDING=3>
<TR> <TD> <A HREF=http://download.java.net/media/joal/builds/nightly/javadoc_public/>Browsable javadoc</A></TD></TR>
<TR>
<TD> <A HREF=http://download.java.net/media/joal/builds/nightly/joal.jar> joal.jar </A></TD>
<TD> 48806 bytes </TD>
<TD> 2006-03-24 19:06 </TD>
</TR>
<TR>
<TD> <A HREF=http://download.java.net/media/joal/builds/nightly/joal-natives-linux.jar> joal-natives-linux.jar </A></TD>
<TD> 12435 bytes </TD>
<TD> 2006-03-24 19:08 </TD>
</TR>
<TR>
<TD> <A HREF=http://download.java.net/media/joal/builds/nightly/joal-natives-macosx.jar> joal-natives-macosx.jar </A></TD>
<TD> 9406 bytes </TD>
<TD> 2006-03-24 19:08 </TD>
</TR>
<TR>
<TD> <A HREF=http://download.java.net/media/joal/builds/nightly/joal-natives-win32.jar> joal-natives-win32.jar </A></TD>
<TD> 5039 bytes </TD>
<TD> 2006-03-24 19:08 </TD>
</TR>
<TR>
<TD> <A HREF=http://download.java.net/media/joal/builds/nightly/javadoc_public.zip> javadoc_public.zip </A></TD>
<TD> 109293 bytes </TD>
<TD> 2006-03-24 19:08 </TD>
</TR>
<TR>
<TD> <A HREF=http://download.java.net/media/joal/builds/nightly/joal-src.zip> joal-src.zip </A></TD>
<TD> 670976 bytes </TD>
<TD> 2006-03-24 19:06 </TD>
</TR>
<TR>
<TD> <A HREF=http://download.java.net/media/joal/builds/nightly/joal-demos.jar> joal-demos.jar </A></TD>
<TD> 1075033 bytes </TD>
<TD> 2006-03-24 19:08 </TD>
</TR>
<TR>
<TD> <A HREF=http://download.java.net/media/joal/builds/nightly/joal-demos-src.zip> joal-demos-src.zip </A></TD>
<TD> 1077520 bytes </TD>
<TD> 2006-03-24 19:08 </TD>
</TR>
</TABLE>
<!- END NIGHTLY -->
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
|