Update android status

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1295 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
beuc 2012-05-04 10:36:46 +00:00
parent 0bff1dd42e
commit bdfe2f03f4

View File

@ -30,22 +30,24 @@ Done:
<li>Make EGL support reusable by Mesa X11</li> <li>Make EGL support reusable by Mesa X11</li>
<li>freeglut_std.h can be used with GLES1 or GLES2 or non-ES headers<br /> <li>freeglut_std.h can be used with GLES1 or GLES2 or non-ES headers<br />
(using -DFREEGLUT_GLES1 and -DFREEGLUT_GLES2)</li> (using -DFREEGLUT_GLES1 and -DFREEGLUT_GLES2)</li>
</ul> <li>GLES1 and GLES2 support for geometry</li>
<li>Pause/resume application support</li>
In progress:
<ul>
<li>GLES2 support for geometry, menus and basic fonts
(possibly also GLES1)</li>
</ul> </ul>
TODO: TODO:
<ul> <ul>
<li>Open new windows (if that's possible)</li> <li>Open new windows (if that's possible)</li>
<li>Cursor support</li>
<li>Joystick support (xperia play...)</li> <li>Joystick support (xperia play...)</li>
<li>Display translucent keys on virtual keypad</li> <li>Display translucent keys on virtual keypad</li>
<li>API to detect touchscreen presence</li> <li>API to detect touchscreen presence</li>
<li>API to disable assets extraction</li> <li>API to disable assets extraction</li>
<li>Callback to reload OpenGL resources lost during a pause</li>
<li>Callback for pause/resume notifications</li>
</ul>
Possibly implemented later:
<ul>
<li>Support for menus and basic fonts</li>
</ul> </ul>
<a name="api"></a> <a name="api"></a>