aboutsummaryrefslogtreecommitdiffstats
path: root/doc/differences-from-gl4java.txt
blob: 30c6c090b8dccbe98d2c2fd4be178f761bae3ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
JOGL 1.x:
- GLContext is no longer exposed in the public API.
- No more GLAnimCanvas/GLAnimJPanel variants. To perform animation,
  attach an Animator to a GLDrawable.
- No GLEnum class. Use GL.[GL_CONSTANT_NAME].
- GLFunc/GLFunc14 are named GL.
- GLUFunc/GLUFunc14 are named GLU.
- Drawable factory does not take initial width and height of drawable.
- GLEventListener.reshape() now takes x and y arguments, though these
  should usually be ignored by the application.
- Simpler GLEventListener API; preDisplay and postDisplay have been
  removed. GLEventListener.cleanup is not yet supported as it is not
  clear what the semantics of this routine should be.
href='#n93'>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
<!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>JOGL Test Applets</title>
        <link href="../../SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon"/>
    </head>
<body>

<div id="container">
    <div id="header">
        <div id="slogan"><img src="../../images/jogamp_symbols/website_final_sideslogan_jogl_404x20pel.png" alt="Java&#0153; Binding for the OpenGL&#0174; API"/></div>
        <div id="logo"><a href="http://jogamp.org/"><img src="../../images/jogamp_symbols/website_final_blue_jogl_346x70pel.png" alt="JOGL Symbol"/></a></div>
    </div>
    <div id="menu">
        <ul>
            <li><a href="../../">Home</a></li>
            <li><a href="../../jogl/">JOGL</a></li>
            <li><a href="../../jogl-demos/www/">Demos</a></li>
            <li><a href="../../deployment/jogamp-next/javadoc/jogl/javadoc/">JavaDoc</a></li>
            <li><a href="../../gluegen/www/">Gluegen</a></li>
            <li><a href="../../wiki/">Wiki</a></li>
            <li><a href="../../blog/">Blogs</a></li>
            <li><a href="../../forum.html">Forums</a></li>
        </ul>
    </div>
    <div id="main">
        <div id="sidebar">
        </div>
        <div id="text">

<h2> Test page for JOGL Applets </h2>

<div style="font : 10px serif;">
See Legend below table
</div>

<table width="100%" cellspacing="0" border="0" cellpadding="0"><tbody><tr valign="top">

  <td width="50%"> <!-- LEFT COLUMN -->
    <table border="0" cellpadding="10" cellspacing="0"><tbody>
        <tr>
            <th align="left"><strong>Screenshot</strong></th>
            <th align="left"><strong>Launch</strong></th>
            <th align="left"><strong>Description</strong></th>
        </tr>
        <tr>
            <td>
                <a href="../../jogl/www/media/jogl-applet-version.png">
                    <img src="../../jogl/www/media/jogl-applet-version-small.png" width="200" alt="Full Size"/>
                </a>
            </td>
            <td>
                <a href="jogl-applet-version.html">Dual</a><br/>
                <a href="jogl-applet-version-lancheronly.html">LApplet</a><br/>
                <a href="jogl-applet-version-napplet.html">NApplet</a><br/>
                <a href="jogl-application-version.jnlp">WebStart</a><br/>
            </td>
            <td>
                JOGL Version Information.
            </td>
        </tr>
        <tr>
            <td>
                <a href="../../jogl/www/media/jogl-applet-gearses2-normal.png">
                    <img src="../../jogl/www/media/jogl-applet-gearses2-normal-small.png" width="200" alt="Full Size"/>
                </a>
            </td>
            <td>
                <a href="jogl-applet-runner-newt-gears-normal.html">Dual</a><br/>
                <a href="jogl-applet-runner-newt-gears-normal-launcheronly.html">LApplet</a><br/>
                <a href="jogl-applet-runner-newt-gears-normal-napplet.html">NApplet</a>
                 (<a href="jogl-applet-runner-newt-gears-normal-napplet2.html">closeable</a>, 
                  <a href="jogl-applet-runner-newt-gears-gl3-napplet.html">force gl3</a>)<br/>
            </td>
            <td>
                Classic OpenGL Gears for ES2 
                running as a normal Applet.<br/>
                <small><b>Launch documentation included</b></small>.
            </td>
        </tr>
        <tr>
            <td>
                <a href="../../jogl/www/media/jogl-applet-gearses2-translucent.png">
                    <img src="../../jogl/www/media/jogl-applet-gearses2-translucent-small.png" width="200" alt="Full Size"/>
                </a>
            </td>
            <td>
                <a href="jogl-applet-runner-newt-gears-special.html">Dual</a><br/>
                <a href="jogl-applet-runner-newt-gears-special-napplet.html">NApplet</a><br/>
            </td>
            <td>
                Classic OpenGL Gears for ES2 
                running as a translucent Applet hanging over the page.
            </td>
        </tr>
        <tr>
            <td>
                <a href="../../jogl/www/media/jogl-applet-moviecube01.png">
                    <img src="../../jogl/www/media/jogl-applet-moviecube01-small.png" width="200" alt="Full Size"/>
                </a>
            </td>
            <td>
                <a href="jogl-applet-runner-newt-MovieCube.html">Dual</a><br/>
                <a href="jogl-applet-runner-newt-MovieCube-napplet.html">NApplet</a><br/>
            </td>
            <td>
                Movie Cube using JOGL's GLMediaPlayer.
            </td>
        </tr>
    </tbody></table>
  </td>

  <td width="50%"> <!-- RIGHT COLUMN -->
    <table border="0" cellpadding="10" cellspacing="0"><tbody>
        <tr>
            <th align="left"><strong>Screenshot</strong></th>
            <th align="left"><strong>Launch</strong></th>
            <th align="left"><strong>Description</strong></th>
        </tr>
        <tr>
            <td>
                <a href="../../jogl/www/media/jogl-applet-graph-text01.png">
                    <img src="../../jogl/www/media/jogl-applet-graph-text01-small.png" width="200" alt="Full Size"/>
                </a>
            </td>
            <td>
                <a href="jogl-applet-runner-newt-GraphTextDemo01.html">Dual</a><br/>
                <a href="jogl-applet-runner-newt-GraphTextDemo01-napplet.html">NApplet</a><br/>
            </td>
            <td>
                GPU accelerated Text Demo using JOGL's new Graph package.
            </td>
        </tr>
        <tr>
            <td>
                <a href="../../jogl/www/media/jogl-applet-graph-uiscene01.png">
                    <img src="../../jogl/www/media/jogl-applet-graph-uiscene01-small.png" width="200" alt="Full Size"/>
                </a>
            </td>
            <td>
                <a href="jogl-applet-runner-newt-GraphUISceneDemo01.html">Dual</a><br/>
                <a href="jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html">NApplet</a><br/>
            </td>
            <td>
                Demonstration of GPU accelerated Text and UI rendering and interaction
                using JOGL's new Graph package.
            </td>
        </tr>
        <tr>
            <td>
                <a href="../../jogl/www/media/jogl-applet-demoscene-elektronenmultiplizierer01.png">
                    <img src="../../jogl/www/media/jogl-applet-demoscene-elektronenmultiplizierer01-small.png" width="200" alt="Full Size"/>
                </a>
            </td>
            <td>
                <a href="jogl-applet-runner-newt-ElektronenMultiplizierer.html">Dual</a><br/>
                <a href="jogl-applet-runner-newt-ElektronenMultiplizierer-napplet.html">NApplet</a><br/>
            </td>
            <td>
                Demoscene Passivist's ElektronenMultiplizierer
            </td>
        </tr>
    </tbody></table>
  </td>

</tr></tbody></table>

<div style="font : 10px serif;">
Click on <i>Screenshot</i> for the full sized screenshot.<br/>
Click on the <i>Launch</i> link to actually launch the demo.<br/>
  <table border="0" cellpadding="0" cellspacing="10"><tbody>
    <tr>
        <th align="left" ><strong>Launch</strong></th>
        <th align="left" ><strong>Description</strong></th>
    </tr>
    <tr>
        <td> JApplet </td>
        <td> Applet using JNLP-Applet mechanism only. </td>
    </tr>
    <tr>
        <td> LApplet </td>
        <td> Applet using JOGL's Applet Launcher mechanism only. </td>
    </tr>
    <tr>
        <td> Dual </td>
        <td> Applet using JNLP-Applet &amp; JOGL's AppletLauncher mechanism.  (JApplet + LApplet) </td>
    </tr>
    <tr>
        <td> NApplet </td>
        <td> Applet just using Applet/Object or Embed tag, where native JARs are post-loaded by GlueGen/JOGL. </td>
    </tr>
    <tr>
        <td> WebStart </td>
        <td> Application using JNLP's WebStart mechanism. </td>
    </tr>
  </tbody></table>
</div>

</div> <!-- text -->
</div> <!-- main -->

<div id="footer">
  <div id="footer_left">
    <span>JogAmp.org</span>
    by <a href="http://jogamp.org">http://jogamp.org</a> is licensed under a <br/>
    <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>.
  </div>
</div>

</div> <!-- container -->

</body>
</html>