aboutsummaryrefslogtreecommitdiffstats
path: root/www/index.html
blob: d3738ac9a88f9b8c0c1229543fafca05a201149a (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
<!DOCTYPE html PUBliC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <link href="../../style.css" rel="stylesheet" type="text/css"/>
        <title></title>
    </head>
    <body>
        <div id="container">
            <div id="header">
                <div id="slogan">Java&#0153; Binding for the OpenAL&#0174; API</div>
                <div id="logo"><a href="http://jogamp.org/">JOAL</a></div>
            </div>
            <div id="menu">
                <ul>
                    <li><a href="http://jogamp.org/">Home</a></li>
                    <li><a href="../../jocl/www">JOCL</a></li>
                    <li><a href="../../jogl/www">JOGL</a></li>
                    <!--<li><a href="../../jogl-demos/www">Demos</a></li>
                    <li><a href="../../wiki/index.php/Jogl_FAQ">Wiki</a></li>-->
                    <li><a href="http://download.java.net/media/joal/builds/nightly/javadoc_public/">JavaDoc</a></li>
                </ul>
            </div>
            <div id="main" class="fill">

                <table width="100%" border="0" cellspacing="1" cellpadding="0">
                    <tr>
                        <td width="66%" valign="top">
                            <table width="100%" border="0" cellpadding="5" cellspacing="1">
                                <tr>
                                    <td valign="top">
                                        <table width="100%" border="0" cellpadding="5" cellspacing="1">
                                            <tr>
                                                <td width="589" valign="top">
                                                    <div align="left">
                                                        <h3>Overview</h3>
                                                    </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.
                                                        </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>
                            </table>
                        </td>
                        <td valign="top">
                            <table width="100%" border="0" cellpadding="5" cellspacing="1">
                                <tr>
                                    <td>
                                        <table width="100%" border="0" cellpadding="5" cellspacing="1">
                                            <tr>
                                                <td valign="top">
                                                    <div align="left">
                                                        <h3>Useful Links</h3>
                                                    </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://connect.creativelabs.com/openal/Documentation/OpenAL%201.1%20Specification.pdf" target="_blank">OpenAL Specification</a></li>
                                                        <li><a href="http://connect.creativelabs.com/openal/Documentation/OpenAL_Programmers_Guide.pdf" target="_blank">OpenAL Programmer's Guide</a></li>
                                                        <li><a href="http://joal-demos.dev.java.net">JOAL Tutorials and Demos</a></li>
                                                        <li><a href="http://www.javagaming.org/index.php/board,26.0.html">JOAL Forums</a></li>
                                                        <li>
                                                            <a href="http://download.java.net/media/joal/builds/nightly/javadoc_public/" target="_blank">JOAL / Sound3D JavaDoc</a>
                                                        </li>
                                                    </ul>
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                </table>
            </div>
        </div>
    </body>
</html>