File: index.html

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