openrocket/core/web/htp/getinvolved.htp

96 lines
3.4 KiB
Plaintext
Raw Normal View History

2010-03-12 23:06:04 +00:00
<file template="body.htt">
<set title="OpenRocket &mdash; Get involved!">
<set page="getinvolved">
<block name="body">
<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
2010-03-20 13:36:07 +00:00
code is freely available and anybody can help make the software
2010-03-12 23:06:04 +00:00
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
2010-03-20 13:36:07 +00:00
<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">
2010-03-12 23:06:04 +00:00
<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>
2010-03-20 13:36:07 +00:00
<li>3D visualization of the rocket during design and flight
<span class="note"><em>(Help needed!)</em></span>
</li>
2010-03-12 23:06:04 +00:00
<li>Printing of designs, simulation results, fin planforms
etc</li>
<li>Memory profiling and leakage reduction</li>
2010-03-20 13:36:07 +00:00
<li>Writing RockSim design files</li>
2010-03-12 23:06:04 +00:00
<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
2013-08-25 13:02:29 +03:00
<a href="http://wiki.openrocket.info/User%27s_Guide">OpenRocket
2010-03-12 23:06:04 +00:00
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>
2011-08-15 17:11:14 +00:00
<li><a href="http://openrocket.trans.free.fr/">Translating OpenRocket</a> to your language</li>
2010-03-12 23:06:04 +00:00
<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>
<contentbox>
</div>
</block>