Copyright + web page update
[debian/openrocket] / core / web / html / index.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</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_index">
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>OpenRocket &mdash; an Open Source model rocket simulator</h1>
48   <div class="content">
49     <h2>Introduction</h2>
50     <div class="rightpane">
51         <div class="downloadbox">
52     <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/12.03/OpenRocket-12.03.jar/download">
53       <strong>Download now!</strong>
54       <span>OpenRocket-12.03.jar</span>
55     </a>
56     <span class="alternative">
57       <a href="https://sourceforge.net/projects/openrocket/files/openrocket/12.03/ReleaseNotes/view">Release notes</a> |
58             <a href="download.html">Other versions</a>
59     </span>
60   </div>
61       <div class="screenshot">
62         <a href="shots/main.png"><img src="shots-small/main.jpg" alt="Main window" /></a>
63         <a href="features.html">
64           More screenshots...
65         </a>
66       </div>
67       <div class="support">
68         <a href="http://sourceforge.net/donate/index.php?group_id=260357"><img src="project-support.jpg" width="88" height="32" alt="Support This Project" /> </a>
69       </div>
70    </div>
71     <p><strong>OpenRocket</strong> is a free, fully featured model
72       rocket simulator that allows you to design and simulate your
73       rockets before actually building and flying them.</p>
74     <p>The main features include:</p>
75     <ul>
76       <li>Six-degree-of-freedom flight simulation</li>
77       <li>Automatic design optimization</li>
78       <li>Realtime simulated altitude, velocity and acceleration display</li>
79       <li>Staging and clustering support</li>
80       <li>Cross-platform (Java-based)</li>
81     </ul>
82     <p>Read more about its <a
83       href="features.html">features and see screenshots</a>.
84     </p>
85     <p>OpenRocket is an Open Source project licensed under the
86       <a href="license.html">GNU GPL</a>.  This means that the
87       software is free to use for whatever purposes, and the source
88       code is also available for studying and extending.
89     </p>
90     <p>OpenRocket needs help to become even better.  Implementing
91       features, writing documentation and creating example designs are
92       just a few ways of helping.  If you are interested in helping
93       make OpenRocket the best rocket simulator out there, please
94       <a href="getinvolved.html"><em>Get&nbsp;involved!</em></a>
95     </p>
96     <div class="clear"></div>
97 <div class="news">
98       <h2>News</h2>
99   <p><span class="date">10.3.2012:</span> Version 12.03 for desktop
100     and Android is <a href="download.html">released</a>!</p>
101   <p>In this release the version numbering scheme has been changed.
102     From now on the version number is <em>YY.MM</em> indicating the
103     year and month of the release.  Bug fix releases are indicated by
104     an added "<em>.1</em>".</p>
105   <p>This also marks the first release for Android devices.  In this
106     first release you can open files and examine existing simulations,
107     stability data and motor files.  The Android port is thanks to
108     work by Kevin Ruland.</p>
109   <p>Enhancements in the desktop version include saving designs in RKT
110     format thanks to Doug Pedrick, configurable stage separation
111     events, guided help tours and displaying the computed motor
112     designation class.  The application has also been translated to
113     Italian by Mauro Biasutti and Russian by the Sky Dart Team.</p>
114   <p><span class="date">24.11.2011:</span> Version 1.1.9 is
115     <a href="download.html">released</a>!</p>
116   <p>For this version Richard Graham has implemented geodetic
117     computation methods, which take into account the curvature of the
118     Earth and the coriolis effect.  The computation method is selected
119     by the <em>Geodetic calculations</em> option in the simulation
120     options.  It's not <em>(yet)</em> a full spherical computation model, but
121     should be accurate enough for almost all sub-orbital needs.</p>
122   <p>Doug Pedrick has also enhanced the printing system with the
123     ability to print fin positioning guides, transition templates and
124     nose cone profiles.  Other smaller enhancements and bug fixes are
125     also included.</p>
126   <p><span class="date">25.8.2011:</span> Version 1.1.8 is
127     <a href="download.html">released</a>!</p>
128   <p>This release contains bug fixes to the optimization methods.
129     It also contains a workaround to a JRE bug that prevents running
130     OpenRocket on some builds of Java 7.</p>
131   <p>The web pages have also been somewhat updated and Boris du Reau has
132     created <a href="http://openrocket.trans.free.fr/">a separate site</a>
133     for coordinating the localization efforts for OpenRocket.</p>
134   <p><span class="date">12.8.2011:</span> Version 1.1.7 is
135     <a href="download.html">released</a>!</p>
136   <p>This release includes automatic rocket design optimization
137     support (<em>Analyze</em> &rarr; <em>Rocket optimization</em>).
138     You can optimize any amount of rocket parameters for apogee
139     altitude, maximum velocity or a number of different values.</p>
140   <p>While the automatic optimization is a powerful tool, it is very
141     easy to optimize against particulars of the simulation methods,
142     instead of true physical phenomena.  Always keep common sense at
143     hand and take the results with a grain of salt.</p>
144   <p><span class="date">22.7.2011:</span> Version 1.1.6 is
145     <a href="download.html">released</a>!</p>
146   <p>This release includes initial localization support and
147     translations to French, German and Spanish.  This is thanks to the
148     great work of Boris du Reau, and the teams from Tripoli France,
149     Tripoli Spain and ERIG e.V.  If you prefer to use some other
150     language than the system default, you can select the language on
151     the "Options" tab of the preferences dialog.</p>
152   <p>The release also includes design scaling support and numerous bug
153     fixes.</p>
154   <p><span class="date">10.6.2011:</span> Version 1.1.5 is
155     <a href="download.html">released</a>!</p>
156   <p>This release includes updates to the printing system which fixes
157   printing on Windows.</p>
158   <p><span class="date">5.3.2011:</span> Version 1.1.4 is
159     <a href="download.html">released</a>!</p>
160   <p>This release includes initial printing support, thanks to Doug
161     Pedrick.  Printing still has a few issues on some platforms.
162     Various bugs have also been fixed.</p>
163   <p><span class="date">6.10.2010:</span> Version 1.1.3 is
164     <a href="download.html">released</a>!</p>
165   <p>This release includes support for moving and copying components
166     in the component tree using drag-and-drop.  Use normal DnD for
167     moving, and control-drag for copy.  This release also fixes a
168     severe bug in the undo system.</p>
169   <p><span class="date">7.9.2010:</span> A bug-fix version 1.1.2 is
170     <a href="download.html">released</a>!</p>
171   <p>This release fixes a severe bug in 1.1.1 that prevented adding stages
172     to rocket designs.  Users are recommended to upgrade.</p>
173   <p><span class="date">3.9.2010:</span> Version 1.1.1 is
174     <a href="download.html">released</a>!</p>
175   <p>For this release a major part of the simulator code has been
176     rewritten for better flexibility in future development.  It also
177     includes a vastly improved thrust curve selection dialog, the
178     possibility to loading user-defined thrust curves and better
179     startup times than previous releases.</p>
180   <p>Simulation listeners written for older versions of OpenRocket
181     are not compatible with this release.</p>
182   <p><span class="date">21.3.2010:</span> Version 1.1.0 is
183     <a href="download.html">released</a>!</p>
184   <p>This release includes the first support for loading RockSim
185     rocket design files (.RKT), thanks to contributions by Doug
186     Pedrick.  It's also the kick-off of the 1.1 development branch of
187     OpenRocket.</p>
188   <p><span class="date">10.3.2010:</span> Version 1.0.0 is
189     <a href="download.html">released</a>!</p>
190   <p>This release includes several hundred new thrustcurves from
191     <a href="http://www.thrustcurve.org/">thrustcurve.org</a> and some
192     bug fixes.  It is also a stable milestone, after which development
193     on larger features will be started in a 1.1 branch.  Look out
194     for it!  :-)</p>
195   <p><span class="date">17.2.2010:</span> Version 0.9.6 is
196     <a href="download.html">released</a>!</p>
197   <p>This release updates the aerodynamic calculation methods to be
198     more in line with the Barrowman method and enhances the simulation
199     time step selection, in addition to fixing numerous bugs.</p>
200   <p><span class="date">28.11.2009:</span> Version 0.9.5 is
201     <a href="download.html">released</a>!</p>
202   <p>This release <strong>fixes a serious bug in 0.9.4</strong> that
203     prevented adding a tube coupler and centering ring to the same
204     body tube, in addition to a few smaller additions.  Users of
205     0.9.4 should upgrade immediately!</p>
206   <p><span class="date">24.11.2009:</span> Version 0.9.4 is
207     <a href="download.html">released</a>!</p>
208   <p>This version adds support for through-the-wall fin tabs,
209     attaching components to coupler tubes, material editing, automatic
210     update checking, in addition to fixing numerous bugs.</p>
211   <p><span class="date">1.9.2009:</span> Version 0.9.3 is
212     <a href="download.html">released</a>!</p>
213   <p>This version includes lots of bug fixes and new features including
214     data exporting, showing flight events in plots, example rocket designs,
215     splitting clustered inner tubes and automated bug reporting.</p>
216   <p><span class="date">13.7.2009:</span> Version 0.9.2 is
217     <a href="download.html">released</a>!</p>
218   <p>This version includes <strong>bug fixes for imperial unit
219       conversions</strong> and UI improvements for motor selection.
220     <em>All users of imperial units should upgrade!</em></p>
221   <p><span class="date">9.6.2009:</span> The
222     <a href="documentation.html">Master's thesis</a> for which OpenRocket
223     was written for is now available!</p>
224   <p>At the same time version 0.9.1 was
225     <a href="download.html">released</a>.  This release fixes various
226     file handling bugs and adds small UI enhancements.</p>
227   <p><span class="date">24.5.2009:</span> First version 0.9.0
228     <a href="download.html">released</a>!</p>
229 </div>
230   </div>
231   <div class="valid">
232     <p><a href="http://validator.w3.org/check/referer"><img src="valid-xhtml10.png" alt="Valid XHTML 1.0!" /></a>
233     </p>
234   </div>
235 <!-- Piwik -->
236 <script type="text/javascript">
237 var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/openrocket/" : "http://apps.sourceforge.net/piwik/openrocket/");
238 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
239 </script><script type="text/javascript">
240 piwik_action_name = '';
241 piwik_idsite = 1;
242 piwik_url = pkBaseURL + "piwik.php";
243 piwik_log(piwik_action_name, piwik_idsite, piwik_url);
244 </script>
245 <noscript><p><img src="http://apps.sourceforge.net/piwik/openrocket/piwik.php?idsite=1" alt="" /></p></noscript>
246 <!-- End Piwik Tag -->
247 </body>
248 </html>