2004-01-05 16:44:52 +02:00
|
|
|
<?php
|
|
|
|
require("template.php");
|
2003-12-13 20:58:30 +02:00
|
|
|
|
|
|
|
# Now set the title of the page:
|
|
|
|
setPageTitle("How You Can Help");
|
|
|
|
|
|
|
|
# Make the header.
|
|
|
|
generateHeader($_SERVER['PHP_SELF']);
|
|
|
|
?>
|
2004-01-05 16:44:52 +02:00
|
|
|
<div class="img-right">
|
|
|
|
<img src="images/OGL.png" alt="OpenGL" /><br/>
|
|
|
|
This is OpenGL at its finest.
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="textheader">This is better than GLUT.</div>
|
2013-04-05 06:36:16 +03:00
|
|
|
<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
|
|
|
|
have wanted -- and if you have ideas for more, share them! FreeGLUT is
|
|
|
|
under continuous development. Currently, work on 3.0 is in full swing.
|
|
|
|
See below for the list of work that is still to be done.</p>
|
2004-01-05 16:44:52 +02:00
|
|
|
|
2003-12-13 20:58:30 +02:00
|
|
|
<div class="textheader">Everyone can help</div>
|
2004-01-05 16:44:52 +02:00
|
|
|
<p>
|
|
|
|
Free software projects depend on the community around them for their growth.
|
|
|
|
It's by contributions that truly wonderful pieces of open and free software come to be.
|
2013-04-05 06:36:16 +03:00
|
|
|
Contributions can be nearly anything. The point is involvement!</p>
|
2003-12-13 20:58:30 +02:00
|
|
|
|
2013-04-05 06:36:16 +03:00
|
|
|
<p>Examples:
|
2003-12-13 20:58:30 +02:00
|
|
|
<ul>
|
|
|
|
<li>Use freeglut in your projects!</li>
|
|
|
|
<li>Tell us what you like.</li>
|
|
|
|
<li>Tell us what you'd change.</li>
|
2009-12-03 06:12:54 +02:00
|
|
|
<li><a href="http://sourceforge.net/tracker/?func=browse&group_id=1032&atid=101032">Report bugs.</a></li>
|
2003-12-13 20:58:30 +02:00
|
|
|
<li>Write documentation.</li>
|
|
|
|
<li>Spread the word about the project.</li>
|
2009-12-03 06:12:54 +02:00
|
|
|
<li><a href="http://lists.sourceforge.net/lists/listinfo/freeglut-developer">Join</a> our development mailing list.</li>
|
2003-12-13 20:58:30 +02:00
|
|
|
<li>If you changed a feature, send us a patch -- others might benefit from your work!</li>
|
2013-04-05 06:36:16 +03:00
|
|
|
</ul></p>
|
2003-12-13 20:58:30 +02:00
|
|
|
|
2004-01-05 16:44:52 +02:00
|
|
|
<p>
|
|
|
|
But simply, become involved!
|
|
|
|
The project is not just software, it's the people that contribute, too.
|
|
|
|
</p>
|
|
|
|
|
2013-04-05 06:36:16 +03:00
|
|
|
<div class="textheader">FreeGLUT 3.0</div>
|
|
|
|
<p>
|
|
|
|
<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
|
|
|
|
any of these plans, as well as suggestions and/or patches for anything
|
|
|
|
else are very welcome!
|
|
|
|
</p>
|
|
|
|
|
2004-01-05 16:44:52 +02:00
|
|
|
<div class="textheader">Go to SourceForge and...</div>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="http://sourceforge.net/tracker/?func=browse&group_id=1032&atid=351032">Review current feature requests</a></li>
|
|
|
|
<li><a href="http://sourceforge.net/tracker/?func=browse&group_id=1032&atid=101032">Review current bug reports</a></li>
|
|
|
|
</ul>
|
|
|
|
|
2009-12-03 06:12:54 +02:00
|
|
|
<div class="textheader"><a name="svn"></a>Anonymous SVN Access</div>
|
|
|
|
<p>To check out the most up to date development copy of freeglut, issue the following commands at your command line. See also <a href="http://sourceforge.net/svn/?group_id=1032">SourceForge's Anonymous SVN Instructions</a>.</p>
|
2004-01-05 16:44:52 +02:00
|
|
|
|
|
|
|
<pre>
|
2009-12-03 06:12:54 +02:00
|
|
|
svn co https://freeglut.svn.sourceforge.net/svnroot/freeglut/trunk/freeglut/freeglut freeglut
|
2004-01-05 16:44:52 +02:00
|
|
|
</pre>
|
|
|
|
|
|
|
|
<?php generateFooter(); ?>
|