openrocket/core/web/html/getinvolved.html
2013-09-08 21:12:04 +03:00

135 lines
6.0 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OpenRocket &mdash; Get involved!</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
<link rel="stylesheet" type="text/css" href="layout.css" />
<meta name="Generator" content="htp 1.16" />
</head>
<body class="page_getinvolved">
<!--[if lte IE 6]>
<div id="iewarn">
You are using a browser that is <strong>8 years old!</strong>
&nbsp;&nbsp;&nbsp;
In Internet-years that is <em>prehistoric!</em><br/>
For the sanity of all webmasterkind,
<em>please <a href="http://www.mozilla.com/">upgrade</a></em>. It's easy!
</div>
<![endif]-->
<div class="menucontainer">
<div class="menu">
<div class="icon"><a href="index.html"></a></div>
<ul>
<li><a href="index.html">OpenRocket</a></li>
<li><a href="features.html">Features and screenshots</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="http://wiki.openrocket.info/">Wiki pages</a></li>
<li><a href="http://openrocket.trans.free.fr/">Translations</a></li>
<li><a href="getinvolved.html">Get involved!</a></li>
<li><a href="contact.html">
Mailing lists<br/>
Support forums<br/>
Contact info</a></li>
<!--
<li><a href="report.html">
Report a bug<br/>
Request a feature</a></li>
-->
<li><a href="license.html">License</a></li>
</ul>
<div class="logo">
<a href="http://sourceforge.net/projects/openrocket"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=260357&amp;type=12" width="120" height="30" alt="Get OpenRocket at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
</div>
</div>
</div>
<h1>Get involved in OpenRocket development</h1>
<div class="content">
<h2>How can I help OpenRocket?</h2>
<p>OpenRocket is an Open Source project, meaning that the source
code is freely available and anybody can help make the software
better. The program is mainly developed by Sampo Niskanen in
his free time. Help is very much appreciated. You don't even
need coding skills, as there are other things to do as well.</p>
<p>Below are a few suggestions of areas that would need help. If
you'd like to participate, please
<a href="https://lists.sourceforge.net/lists/listinfo/openrocket-devel">join
the development mailing list</a> and introduce your ideas there.</p>
<ul class="spacing">
<li><a href="#development">Java development</a></li>
<li><a href="#aerodynamics">Aerodynamic computation methods</a></li>
<li><a href="#documentation">Documentation</a></li>
<li><a href="#other">Other</a></li>
</ul>
<h3 id="development">Java development</h3>
<p>Below are a few ideas about what kind of input developers can
provide or features that could be implemented. For more
information see the feature roadmap in the distribution
<a href="http://openrocket.svn.sourceforge.net/viewvc/openrocket/trunk/TODO">TODO-file</a>.</p>
<ul>
<li>3D visualization of the rocket during design and flight
<span class="note"><em>(Help needed!)</em></span>
</li>
<li>Printing of designs, simulation results, fin planforms
etc</li>
<li>Memory profiling and leakage reduction</li>
<li>Writing RockSim design files</li>
<li>UI enhancements, for example zooming plots etc.</li>
</ul>
<h3 id="aerodynamics">Aerodynamic computation methods</h3>
<p>There is still work to be done in the aerodynamic computation
methods of OpenRocket. At least the following items need
help. I will gladly provide help in creating and even
implementing the computational methods.</p>
<ul>
<li>Simulating rockets at supersonic velocities (drag
coefficient and CG position).</li>
<li>Support for external pods and tube fins</li>
<li><acronym title="Computational Fluid Dynamics">CFD</acronym>
methods for simulation</li>
</ul>
<h3 id="documentation">Documentation tasks</h3>
<p>Contributions to the
<a href="http://wiki.openrocket.info/User%27s_Guide">OpenRocket
User's guide</a> are dearly needed. Below are examples of
topics.</p>
<ul>
<li>Getting started guide</li>
<li>How to make staged and clustered designs</li>
<li>Using mass/CG overrides for simulation accuracy</li>
<li>Using simulations</li>
<li>Effect of the simulation parameters</li>
<li>Simulation method limitations</li>
<li>Using simulation listeners (including examples)</li>
</ul>
<h3 id="other">Other</h3>
<ul>
<li><a href="http://openrocket.trans.free.fr/">Translating OpenRocket</a> to your language</li>
<li>Creating good and interesting example designs that
demonstrate some OpenRocket features.</li>
<li>Hosting a place to share rocket designs with other
enthusiasts.</li>
<li>Giving input and suggestions on how to make OpenRocket
better.</li>
</ul>
</div>
<div class="valid">
<p><a href="http://validator.w3.org/check/referer"><img src="valid-xhtml10.png" alt="Valid XHTML 1.0!" /></a>
</p>
</div>
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/openrocket/" : "http://apps.sourceforge.net/piwik/openrocket/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
piwik_action_name = '';
piwik_idsite = 1;
piwik_url = pkBaseURL + "piwik.php";
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
</script>
<noscript><p><img src="http://apps.sourceforge.net/piwik/openrocket/piwik.php?idsite=1" alt="" /></p></noscript>
<!-- End Piwik Tag -->
</body>
</html>