putting BB10 in progrss list

updating links now that sf.net project is upgraded to new interface
putting word out for github clone and request pull requests there

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1633 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2014-01-17 13:27:15 +00:00
parent 3ca229e04c
commit 1acb96bfe4
4 changed files with 51 additions and 35 deletions

View File

@ -15,9 +15,12 @@ This is OpenGL at its finest.
<div class="textheader">This is better than GLUT.</div> <div class="textheader">This is better than GLUT.</div>
<p>FreeGLUT started out as a GLUT clone, but now it's something much <p>FreeGLUT started out as a GLUT clone, but now it's something much
better than that. It's a GLUT replacement. Here are the features you better than that. It's a GLUT replacement. Here are the features you
have wanted -- and if you have ideas for more, share them! FreeGLUT is have wanted -- and if you have ideas for more, share them (see below),
under continuous development. Currently, work on 3.0 is in full swing. or fork our <a href="https://github.com/dcnieho/FreeGLUT">github
See below for the list of work that is still to be done.</p> repository</a> and implement them! FreeGLUT is under continuous
development. Currently, work on 3.0 is in full swing. See <a
href=progress.php>here</a> for the list of work that is still to be
done.</p>
<div class="textheader">Everyone can help</div> <div class="textheader">Everyone can help</div>
<p> <p>
@ -32,11 +35,15 @@ Contributions can be nearly anything. The point is involvement!</p>
<li>Use freeglut in your projects!</li> <li>Use freeglut in your projects!</li>
<li>Tell us what you like.</li> <li>Tell us what you like.</li>
<li>Tell us what you'd change.</li> <li>Tell us what you'd change.</li>
<li><a href="http://sourceforge.net/tracker/?func=browse&amp;group_id=1032&amp;atid=101032">Report bugs.</a></li> <li><a href="http://sourceforge.net/p/freeglut/bugs/">Report bugs.</a></li>
<li>Write documentation.</li> <li>Write documentation.</li>
<li>Spread the word about the project.</li> <li>Spread the word about the project.</li>
<li><a href="http://lists.sourceforge.net/lists/listinfo/freeglut-developer">Join</a> our development mailing list.</li> <li><a href="http://lists.sourceforge.net/lists/listinfo/freeglut-developer">Join</a> our development mailing list.</li>
<li>If you changed a feature, send us a patch -- others might benefit from your work!</li> <li>If you changed or added a feature, send us <a
href="http://sourceforge.net/p/freeglut/feature-requests/">a
patch on sourceforge.net</a>, or <a
href="https://github.com/dcnieho/FreeGLUT">a pull request on
github</a> -- others might benefit from your work!</li>
</ul></p> </ul></p>
<p> <p>
@ -47,7 +54,7 @@ The project is not just software, it's the people that contribute, too.
<div class="textheader">FreeGLUT 3.0</div> <div class="textheader">FreeGLUT 3.0</div>
<p> <p>
<a href=progress.php>Click here</a> for an overview of the major work, <a href=progress.php>Click here</a> for an overview of the major work,
its status and planned milestone for FreeGLUT 3.0 and beyond. Help one its status and planned milestones for FreeGLUT 3.0 and beyond. Help on
any of these plans, as well as suggestions and/or patches for anything any of these plans, as well as suggestions and/or patches for anything
else are very welcome! else are very welcome!
</p> </p>
@ -55,8 +62,8 @@ else are very welcome!
<div class="textheader">Go to SourceForge and...</div> <div class="textheader">Go to SourceForge and...</div>
<ul> <ul>
<li><a href="http://sourceforge.net/tracker/?func=browse&amp;group_id=1032&amp;atid=351032">Review current feature requests</a></li> <li><a href="http://sourceforge.net/p/freeglut/feature-requests/">Review current feature requests</a></li>
<li><a href="http://sourceforge.net/tracker/?func=browse&amp;group_id=1032&amp;atid=101032">Review current bug reports</a></li> <li><a href="http://sourceforge.net/p/freeglut/bugs/">Review current bug reports</a></li>
</ul> </ul>
<div class="textheader"><a name="svn"></a>Anonymous SVN Access</div> <div class="textheader"><a name="svn"></a>Anonymous SVN Access</div>

View File

@ -10,50 +10,55 @@ generateHeader($_SERVER['PHP_SELF']);
<div class="img-right"> <div class="img-right">
<img src="images/chessdemo.png" alt="chess demo"/><br/> <img src="images/chessdemo.png" alt="chess demo"/><br/>
GLUT's "Chess" demo<br/> GLUT's "Chess" demo<br/>
running with freeglut. running with FreeGLUT.
</div> </div>
<p></p> <p></p>
<div class="textheader">What?</div> <div class="textheader">What?</div>
<p>freeglut is a completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to support the sample programs in the second edition OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical applications because it is simple, widely available and highly portable.</p> <p>FreeGLUT is a completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to support the sample programs in the second edition OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical applications because it is simple, widely available and highly portable.</p>
<p>GLUT (and hence freeglut) allows the user to create and manage windows containing OpenGL contexts on a wide range of platforms and also read the mouse, keyboard and joystick functions.</p> <p>GLUT (and hence FreeGLUT) allows the user to create and manage windows containing OpenGL contexts on a wide range of platforms and also read the mouse, keyboard and joystick functions.</p>
<p>freeglut is released under the X-Consortium license.</p> <p>FreeGLUT is released under the X-Consortium license.</p>
<div class="textheader">Why?</div> <div class="textheader">Why?</div>
<p>The original GLUT library seems to have been abandoned with the most recent version (3.7) dating back to August 1998. Its license does not allow anyone to distribute modified library code. This would be OK, if not for the fact that GLUT is getting old and really needs improvement. Also, GLUT's license is incompatible with some software distributions (e.g., XFree86).</p> <p>The original GLUT library seems to have been abandoned with the most recent version (3.7) dating back to August 1998. Its license does not allow anyone to distribute modified library code. This would be OK, if not for the fact that GLUT is getting old and really needs improvement. Also, GLUT's license is incompatible with some software distributions (e.g., XFree86).</p>
<div class="textheader">Who?</div> <div class="textheader">Who?</div>
<p>freeglut was originally written by Pawel W. Olszta with contributions from Andreas Umbach and Steve Baker. Steve is now the official owner/maintainer of freeglut.</p> <p>FreeGLUT was originally written by Pawel W. Olszta with contributions from Andreas Umbach and Steve Baker. Steve is now the official owner/maintainer of FreeGLUT.</p>
<div class="textheader">When?</div> <div class="textheader">When?</div>
<p>Pawel started freeglut development on December 1st, 1999. The project is now virtually a 100% replacement for the original GLUT with only a few departures (such as the abandonment of SGI-specific features such as the Dials&amp;Buttons box and Dynamic Video Resolution) and a shrinking set of bugs.</p> <p>Pawel started FreeGLUT development on December 1st, 1999. The project is now virtually a 100% replacement for the original GLUT with only a few departures (such as the abandonment of SGI-specific features such as the Dials&amp;Buttons box and Dynamic Video Resolution) and a shrinking set of bugs.</p>
<p>There are some additional features such as a larger set of predefined shapes for use in applications.</p> <p>There are some additional features such as a larger set of predefined shapes for use in applications.</p>
<div class="textheader"><a name="download"></a>Help out!</div> <div class="textheader"><a name="download"></a>Help out!</div>
<p>FreeGLUT 3.0 is in active development, and will feature a port to <p>FreeGLUT 3.0 is in active development, and will feature ports to
Android as well as a host of other enhancements. We are looking for Android and BB10 as well as a host of other enhancements. We are looking
developers to help out with further work on the Android port. for developers to help out with further work on the Android and BB10
Furthermore, ports to Cocoa/Carbon on OSX, and maybe even Wayland are ports. Furthermore, ports to Cocoa/Carbon on OSX, and maybe even Wayland
planned, along with some enhancements to the API and implementation. See are planned, along with some enhancements to the API and implementation.
<a href="progress.php">here</a> for an overview of the major point on See <a href="progress.php">here</a> for an overview of the major points
our todo list. For more information about helping out, see the <a on our todo list. You can easily help out by forking the unoffical clone
href="help.php">Help Out page</a> and <a of our <a
href="https://sourceforge.net/p/freeglut/code/HEAD/tree/">sourceforge.net
SVN repository</a> on <a
href="https://github.com/dcnieho/FreeGLUT">github</a>. For more
information about helping out, see the <a href="help.php">Help Out
page</a> and <a
href="http://lists.sourceforge.net/lists/listinfo/freeglut-developer">join</a> href="http://lists.sourceforge.net/lists/listinfo/freeglut-developer">join</a>
the <a the <a
href="mailto:freeglut-developer@lists.sourceforge.net">freeglut-developer</a> href="mailto:freeglut-developer@lists.sourceforge.net">freeglut-developer</a>
mailing list.</p> mailing list.</p>
<div class="textheader"><a name="download"></a>Downloads...</div> <div class="textheader"><a name="download"></a>Downloads...</div>
<p>Below are file links for the freeglut project. README files are included. Have fun!</p> <p>Below are file links for the FreeGLUT project. README files are included. Have fun!</p>
<div class="indent"> <div class="indent">
<div class="textheader">Testing Releases</div> <div class="textheader">Testing Releases</div>
<p>The port to Andriod as well as other API and implementation <p>The ports to Andriod and BB10 as well as other API and
enhancements (e.g., move to CMake build system, VBO support for implementation enhancements (e.g., move to CMake build system, VBO
geometry) are currently only available in trunk. Feel free to test and shader support for geometry) are currently only available in
by downloading a <a trunk. Feel free to test by downloading a <a
href="http://freeglut.svn.sourceforge.net/viewvc/freeglut/trunk/freeglut/freeglut.tar.gz?view=tar">tarball href="https://sourceforge.net/p/freeglut/code/HEAD/tarball?path=/trunk/freeglut/freeglut">tarball
of current trunk</a>, or <a href="help.php#svn">grabbing a copy from of current trunk</a>, or <a href="help.php#svn">grabbing a copy from
svn</a>, and give us feedback on how it worked for you. All this svn</a>, and give us feedback on how it worked for you. All this
will eventually become a FreeGLUT 3.0 release.</p> will eventually become a FreeGLUT 3.0 release.</p>
@ -80,7 +85,7 @@ mailing list.</p>
</p> </p>
<div class="textheader">Prepackaged Releases</div> <div class="textheader">Prepackaged Releases</div>
<p>The freeglut project does not support packaged versions of freeglut excepting, of course, the tarballs distributed here. However, various members of the community have put time and effort into providing source or binary rollups, and we thank them for their efforts. Here's a list which is likely incomplete:</p> <p>The FreeGLUT project does not support packaged versions of FreeGLUT excepting, of course, the tarballs distributed here. However, various members of the community have put time and effort into providing source or binary rollups, and we thank them for their efforts. Here's a list which is likely incomplete:</p>
<!-- <!--
<p> <p>
Andy Piper's <a href="http://jumpgate.homelinux.net/random/freeglut-fedora/">RedHat Fedora RPMs</a><br/> Andy Piper's <a href="http://jumpgate.homelinux.net/random/freeglut-fedora/">RedHat Fedora RPMs</a><br/>
@ -93,18 +98,18 @@ mailing list.</p>
<a href="http://tisch.sf.net/freeglut-2.6.0-mpx-latest.patch">Florian Echtler's MPX Patch</a> <a href="http://tisch.sf.net/freeglut-2.6.0-mpx-latest.patch">Florian Echtler's MPX Patch</a>
</p> </p>
<p>If you have problems with these packages, please contact their maintainers - we of the freeglut team probably can't help.</p> <p>If you have problems with these packages, please contact their maintainers - we of the FreeGLUT team probably can't help.</p>
<div class="textheader">Development Releases</div> <div class="textheader">Development Releases</div>
<p> <p>
<a href="http://freeglut.svn.sourceforge.net/viewvc/freeglut/trunk/freeglut/freeglut.tar.gz?view=tar">SVN trunk tarball</a><br/> <a href="https://sourceforge.net/p/freeglut/code/HEAD/tarball?path=/trunk/freeglut/freeglut">SVN trunk tarball</a><br/>
<a href="help.php#svn">Anonymous SVN Instructions</a> <a href="help.php#svn">Anonymous SVN Instructions</a>
</p> </p>
</div> </div>
<div class="textheader">Questions?</div> <div class="textheader">Questions?</div>
<p>Don't be afraid to ask for help. We don't bite. Much.</p> <p>Don't be afraid to ask for help. We don't bite. Much.</p>
<p>Send freeglut related questions to the appropriate freeglut mailing list:</p> <p>Send FreeGLUT related questions to the appropriate FreeGLUT mailing list:</p>
<ul> <ul>
<li><a href="mailto:freeglut-developer@lists.sourceforge.net">freeglut-developer</a> [<a href="http://lists.sourceforge.net/lists/listinfo/freeglut-developer">Subscribe</a>],</li> <li><a href="mailto:freeglut-developer@lists.sourceforge.net">freeglut-developer</a> [<a href="http://lists.sourceforge.net/lists/listinfo/freeglut-developer">Subscribe</a>],</li>
@ -112,7 +117,7 @@ mailing list.</p>
<li><a href="mailto:freeglut-bugs@lists.sourceforge.net">freeglut-bugs</a> [<a href="http://lists.sourceforge.net/lists/listinfo/freeglut-bugs">Subscribe</a>]</li> <li><a href="mailto:freeglut-bugs@lists.sourceforge.net">freeglut-bugs</a> [<a href="http://lists.sourceforge.net/lists/listinfo/freeglut-bugs">Subscribe</a>]</li>
</ul> </ul>
<p>Please note that <a href="http://sourceforge.net/mail/?group_id=1032">you must subscribe before you can post</a> to our mailing lists. Sorry for the inconvenience.</p> <p>Please note that <a href="http://sourceforge.net/p/freeglut/mailman/?source=navbar">you must subscribe before you can post</a> to our mailing lists. Sorry for the inconvenience.</p>
<?php generateFooter(); ?> <?php generateFooter(); ?>

View File

@ -20,6 +20,10 @@ Beucler, but there are <a href=docs/android.php#roadmap>todo
points</a></td><td>Basic functionality as is now done: 3.0. Future points</a></td><td>Basic functionality as is now done: 3.0. Future
enhancements: 3.0 or later.</td></tr> enhancements: 3.0 or later.</td></tr>
<tr><td>Blackberry OS 10 port</td><td>Basic but complete functionality
by Vinnie Simonetti.</td><td>Basic functionality as is now done: 3.0. Future
enhancements: 3.0 or later.</td></tr>
<tr><td>GL2+ and GLES 1/2 clean API for geometry</td><td>Done for all (geometry like <tr><td>GL2+ and GLES 1/2 clean API for geometry</td><td>Done for all (geometry like
cube, cone, etc, as well as the teapot and other parts of the cube, cone, etc, as well as the teapot and other parts of the
teaset)</td><td>3.0</td></tr> teaset)</td><td>3.0</td></tr>

View File

@ -19,8 +19,8 @@ $sidebarentries = array(0, # We skip this entry anyway...
array("name"=>"API", "page"=>"/docs/api.php"), array("name"=>"API", "page"=>"/docs/api.php"),
array("name"=>"OpenGL Wikibook", "page"=>"http://en.wikibooks.org/wiki/OpenGL_Programming"), array("name"=>"OpenGL Wikibook", "page"=>"http://en.wikibooks.org/wiki/OpenGL_Programming"),
1, 1,
array("name"=>"Report a Bug", "page"=>"http://sourceforge.net/tracker/?func=browse&amp;group_id=1032&amp;atid=101032"), array("name"=>"Report a Bug", "page"=>"http://sourceforge.net/p/freeglut/bugs/"),
array("name"=>"Request a Feature", "page"=>"http://sourceforge.net/tracker/?func=browse&amp;group_id=1032&amp;atid=351032"), array("name"=>"Request a Feature", "page"=>"http://sourceforge.net/p/freeglut/feature-requests/"),
array("name"=>"Project Interface", "page"=>"http://sourceforge.net/projects/freeglut/") array("name"=>"Project Interface", "page"=>"http://sourceforge.net/projects/freeglut/")
); );