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