create changelog entry
[debian/openrocket] / core / web / html / features.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4   <title>OpenRocket &mdash; Features and screenshots</title>
5   <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
6   <meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
7   <link rel="stylesheet" type="text/css" href="layout.css" />
8 <meta name="Generator" content="htp 1.16" />
9 </head>
10 <body class="page_features">
11   <!--[if lte IE 6]>
12   <div id="iewarn">
13     You are using a browser that is <strong>8 years old!</strong>
14     &nbsp;&nbsp;&nbsp;
15     In Internet-years that is <em>prehistoric!</em><br/>
16     For the sanity of all webmasterkind,
17     <em>please <a href="http://www.mozilla.com/">upgrade</a></em>.  It's easy!
18   </div>
19   <![endif]-->
20   <div class="menucontainer">
21     <div class="menu">
22       <div class="icon"><a href="index.html"></a></div>
23       <ul>
24         <li><a href="index.html">OpenRocket</a></li>
25         <li><a href="features.html">Features and screenshots</a></li>
26         <li><a href="download.html">Download</a></li>
27         <li><a href="documentation.html">Documentation</a></li>
28         <li><a href="http://sourceforge.net/apps/mediawiki/openrocket/">Wiki pages</a></li>
29         <li><a href="http://openrocket.trans.free.fr/">Translations</a></li>
30         <li><a href="getinvolved.html">Get involved!</a></li>
31         <li><a href="contact.html">
32           Mailing lists<br/>
33           Support forums<br/>
34           Contact info</a></li>
35 <!--
36         <li><a href="report.html">
37           Report a bug<br/>
38           Request a feature</a></li>
39 -->
40         <li><a href="license.html">License</a></li>
41       </ul>
42       <div class="logo">
43         <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>
44       </div>
45     </div>
46   </div>
47     <h1>Features of OpenRocket</h1>
48   <div class="content">
49     <h2>Current features</h2>
50     <div class="screenshots">
51       <div class="smallshotconst"><a href="shots/main.png">
52           <img src="shots-small/main.jpg" alt="Main window" /><br/>
53           The main rocket design window is used to design the rocket
54           and it also provides information about a flight simulation
55           in real-time.
56       </a></div>
57       <div class="smallshotconst"><a href="shots/dialog-edit.png">
58           <img src="shots-small/dialog-edit.jpg" alt="Component edit
59           dialog" /><br/>
60           The component shape and properties are defined in their own
61           dialog.
62       </a></div>
63       <div class="smallshotconst"><a href="shots/dialog-analysis.png">
64           <img src="shots-small/dialog-analysis.jpg" alt="Analysis
65           dialog" /><br/>
66           You can analyze the effect of individual components on the
67           stability, drag and roll characteristics of the rocket.
68       </a></div>
69       <div class="smallshotconst"><a href="shots/dialog-plot-options.png">
70           <img src="shots-small/dialog-plot-options.jpg"
71                alt="Simulation plot options" /><br/>
72           The simulation results can be plotted in a multitude
73           of ways.  You can either use the predefined plot
74           configurations or define your own.<br/>
75       </a></div>
76       <div class="smallshotconst"><a href="shots/dialog-plot.png">
77           <img src="shots-small/dialog-plot.jpg" alt="Simulation plot" /><br/>
78           The simulations are plotted using the
79           <em>JFreeChart</em> plotting library.
80       </a></div>
81     </div>
82     <h3>General</h3>
83     <ul>
84       <li><strong>Fully cross-platform</strong>, written in Java</li>
85       <li><strong>Fully documented</strong> <a href="documentation.html">simulation
86           methods</a></li>
87       <li><strong>Open Source</strong>, source code available under the
88         <a href="license.html">GNU GPL</a></li>
89     </ul>
90     <h3>User interface</h3>
91     <ul>
92       <li><strong>Easy-to-use user interface</strong> for
93         rocket design</li>
94       <li><strong>Real-time view of CG and CP</strong> position</li>
95       <li><strong>Real-time flight altitude, velocity and
96           acceleration</strong> information from a continuous simulation
97         performed in the background</li>
98       <li>Zoomable schematic view of rocket from the side or rear,
99         with rotation around the center axis</li>
100     </ul>
101     <h3>Design</h3>
102     <ul>
103       <li>A multitude of available components to
104         choose from</li>
105       <li><strong>Trapezoidal</strong>, <strong>elliptical</strong>
106         and <strong>free-form fins</strong> supported</li>
107       <li>Support for <strong>canted fins</strong> (roll
108         stabilization)</li>
109       <li><strong>Staging</strong> and <strong>clustering</strong> support</li>
110       <li>Automatic calculation of component mass and CG based on
111         shape and density</li>
112       <li>Ability to <strong>override mass and CG</strong> of
113         components or stages separately</li>
114     </ul>
115     <h3>Simulation and analysis</h3>
116     <ul>
117       <li>Full <strong>six degree of freedom</strong> simulation</li>
118       <li>Rocket stability computed using <strong>extended Barrowman
119           method</strong></li>
120       <li><strong>Automatic design optimization</strong> &mdash; you
121         can optimize any number of rocket parameters for flight
122         altitude, maximum velocity or a number of other values</li>
123       <li>Realistic wind modeling</li>
124       <li>Analysis of the <strong>effect of separate
125           components</strong> on the stability, drag and roll
126         characteristics of the rocket</li>
127       <li><strong>Fully configurable plotting</strong>, with
128         various preset configurations</li>
129       <li>Simulation data can be <strong>exported to
130           <acronym title="Comma Separated Values">CSV</acronym>
131           files</strong> for further analysis</li>
132       <li><strong>Simulation listeners</strong> allowing custom-made
133         code to interact with the rocket during flight simulation</li>
134     </ul>
135     <h2 id="future">Planned future features</h2>
136     <p>OpenRocket is under constant work in the free time of the
137       developers.  You can have a sneak preview on what has been
138       planned by checking the
139       <a href="http://openrocket.svn.sourceforge.net/viewvc/openrocket/trunk/TODO">TODO-file</a>
140       in the SVN repository.</p>
141     <p>Below are a few major features that are under consideration:</p>
142     <ul>
143       <li>Aerodynamic computation using
144         <acronym title="Computational Fluid Dynamics">CFD</acronym>
145         <a href="getinvolved.html" class="help">(help needed!)</a></li>
146       <li>Better support for supersonic simulation
147         <a href="getinvolved.html" class="help">(help needed!)</a></li>
148       <li>3D view of the rocket design
149         <a href="getinvolved.html" class="help">(help
150         needed!)</a></li>
151       <li>Printing and saving figures, simulation data and designs</li>
152       <li>Support for ready-made component databases</li>
153       <li>Customized support for hybrid rocket motors and water
154         rockets</li>
155       <li>Importing and plotting actual flight data from altimeters</li>
156       <li>Rocket flight animation</li>
157       <li>A "wizard" for creating new rocket designs</li>
158       <li class="spacer">More ideas are listed in the
159         <a href="http://openrocket.svn.sourceforge.net/viewvc/openrocket/trunk/TODO">TODO-file</a>!</li>
160     </ul>
161     <p>If you want to help make OpenRocket the best rocket simulator,
162       don't hesitate to <a href="getinvolved.html">Get involved!</a></p>
163     <div class="clear"></div>
164   </div>
165   <div class="valid">
166     <p><a href="http://validator.w3.org/check/referer"><img src="valid-xhtml10.png" alt="Valid XHTML 1.0!" /></a>
167     </p>
168   </div>
169 <!-- Piwik -->
170 <script type="text/javascript">
171 var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/openrocket/" : "http://apps.sourceforge.net/piwik/openrocket/");
172 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
173 </script><script type="text/javascript">
174 piwik_action_name = '';
175 piwik_idsite = 1;
176 piwik_url = pkBaseURL + "piwik.php";
177 piwik_log(piwik_action_name, piwik_idsite, piwik_url);
178 </script>
179 <noscript><p><img src="http://apps.sourceforge.net/piwik/openrocket/piwik.php?idsite=1" alt="" /></p></noscript>
180 <!-- End Piwik Tag -->
181 </body>
182 </html>