forked from openrocket/openrocket.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
251 lines (207 loc) · 9.98 KB
/
index.html
File metadata and controls
251 lines (207 loc) · 9.98 KB
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
250
251
---
layout: landing-page
id: landing-page
---
<div class="row">
<div class="col-xs-8 col-sm-7 col-md-6">
<h3>Everything you need to design, simulate and fly better rockets</h3>
<p>OpenRocket is a free, fully featured model rocket simulator that allows you to design and simulate your rockets before building and flying them.</p>
</div>
<div class="col-xs-4 col-sm-3 col-md-2">
<img src="/assets/img/rocket-up.svg" style="width: 100%">
</div>
</div>
<h3 class="text-center screenshot-heading">
<i class="fa-solid fa-rocket" style="color: #2196f3; margin-right: 10px;"></i>See it in action
</h3>
<div class="text-center screenshot-arrow">
<i class="fa-solid fa-chevron-down"></i>
</div>
<div class="row">
<div class="col-xs-10 col-xs-offset-1">
<div id="screenshotCarousel" class="carousel slide" data-ride="carousel" data-interval="false">
<ol class="carousel-indicators">
<li data-target="#screenshotCarousel" data-slide-to="0" class="active"></li>
<li data-target="#screenshotCarousel" data-slide-to="1"></li>
<li data-target="#screenshotCarousel" data-slide-to="2"></li>
<li data-target="#screenshotCarousel" data-slide-to="3"></li>
<li data-target="#screenshotCarousel" data-slide-to="4"></li>
<li data-target="#screenshotCarousel" data-slide-to="5"></li>
<li data-target="#screenshotCarousel" data-slide-to="6"></li>
<li data-target="#screenshotCarousel" data-slide-to="7"></li>
<li data-target="#screenshotCarousel" data-slide-to="8"></li>
<li data-target="#screenshotCarousel" data-slide-to="9"></li>
<li data-target="#screenshotCarousel" data-slide-to="10"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="/assets/img/screenshots/OpenRocket_home_2D.png" alt="OpenRocket 2D design view" class="screenshot-img">
<div class="carousel-caption">
<p>2D Design View</p>
</div>
</div>
<div class="item">
<img src="/assets/img/screenshots/OpenRocket_home_3D.png" alt="OpenRocket 3D design view" class="screenshot-img">
<div class="carousel-caption">
<p>3D Design View</p>
</div>
</div>
<div class="item">
<img src="/assets/img/screenshots/OpenRocket_parts_library.png" alt="OpenRocket parts library" class="screenshot-img">
<div class="carousel-caption">
<p>Create custom components, or select commercial parts from our database</p>
</div>
</div>
<div class="item">
<img src="/assets/img/screenshots/OpenRocket_motor_dialog.png" alt="OpenRocket motor dialog chooser" class="screenshot-img">
<div class="carousel-caption">
<p>Choose your solid rocket motor from an extensive database</p>
</div>
</div>
<div class="item">
<img src="/assets/img/screenshots/OpenRocket_sim.png" alt="OpenRocket simulation plot" class="screenshot-img">
<div class="carousel-caption">
<p>Plot your simulation results</p>
</div>
</div>
<div class="item">
<img src="/assets/img/screenshots/OpenRocket_wind.png" alt="OpenRocket multi-level wind" class="screenshot-img">
<div class="carousel-caption">
<p>Accurately model wind at different altitudes</p>
</div>
</div>
<div class="item">
<img src="/assets/img/screenshots/OpenRocket_simulation_scripting.png" alt="OpenRocket simulation scripting" class="screenshot-img">
<div class="carousel-caption">
<p>Script custom extensions to simulations</p>
</div>
</div>
<div class="item">
<img src="/assets/img/screenshots/OpenRocket_ps.png" alt="OpenRocket PhotoStudio" class="screenshot-img">
<div class="carousel-caption">
<p>Create 3D renders of your designs</p>
</div>
</div>
<div class="item">
<img src="/assets/img/screenshots/OpenRocket_optimizer.png" alt="OpenRocket Rocket Optimizer" class="screenshot-img">
<div class="carousel-caption">
<p>Optimize your designs for certain goals</p>
</div>
</div>
<div class="item">
<img src="/assets/img/screenshots/OpenRocket_ca.png" alt="OpenRocket Component Analyzer" class="screenshot-img">
<div class="carousel-caption">
<p>Gain more detailed insights into aerodynamic performance</p>
</div>
</div>
<div class="item">
<img src="/assets/img/screenshots/OpenRocket_export.png" alt="OpenRocket Export" class="screenshot-img">
<div class="carousel-caption">
<p>Export your design to various formats</p>
</div>
</div>
</div>
<a class="left carousel-control" href="#screenshotCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#screenshotCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
</div>
<hr/>
<div class="row">
<div class="col-xs-4 col-sm-3 col-md-2 col-xs-offset-0 col-sm-offset-2 col-md-offset-4">
<img src="/assets/img/sim-plot.svg" style="width: 100%">
</div>
<div class="col-xs-8 col-sm-7 col-md-6">
<h3>Reliable simulations</h3>
<p>Leverage state of the art Six-Degrees-of-Freedom flight simulation with over 50 variables. Analyse all aspects of your simulation with advanced plotting and exporting.
</div>
</div>
<div class="row">
<div class="col-xs-8 col-sm-7 col-md-6">
<h3>Easily design your models with CAD technology</h3>
<p>Replicate all features of your existing model or new design. Everything from the density of materials to the quality of finish on the outside of your model. Choose from a massive catalog of existing components and materials, or make up your own and save for reuse later. You can even export your design drawings to PDF for building.</p>
</div>
<div class="col-xs-4 col-sm-3 col-md-2">
<img src="/assets/img/design.svg" style="width: 100%">
</div>
</div>
<div class="row">
<div class="col-xs-4 col-sm-3 col-md-2 col-xs-offset-0 col-sm-offset-2 col-md-offset-4">
<img src="/assets/img/optimizer.svg" style="width: 100%">
</div>
<div class="col-xs-8 col-sm-7 col-md-6">
<h3>Optimize your designs for certain characteristics</h3>
<p>As well as being able to tweak your model with real time feedback in design mode, there is also a rocket optimizer tool that can help you automatically adjust parameters given an optimization goal. Fly higher and longer with unique designs.</p>
</div>
</div>
<div class="row">
<div class="col-xs-8 col-sm-7 col-md-6">
<h3>Fine tune your design with realtime performance data feedback</h3>
<p>Performance data such as center of pressure, center of gravity, maximum altitude, max velocity and stability are all updated in real time as you work in design mode. See the effect of your changes the instant that you make them.</p>
</div>
<div class="col-xs-4 col-sm-3 col-md-2">
<img src="/assets/img/real_time_data.svg" style="width: 100%">
</div>
</div>
<div class="row">
<div class="col-xs-4 col-sm-3 col-md-2 col-xs-offset-0 col-sm-offset-2 col-md-offset-4">
<img src="/assets/img/staging.svg" style="width: 100%">
</div>
<div class="col-xs-8 col-sm-7 col-md-6">
<h3>Design with Multiple Stages and Cluster your Motors</h3>
<p>Staging events for your flight is no problem. Multi stage, dual deployment and other event triggers can be incorporated into your design. Clustering is no problem either. Automatically arrange your cluster via several preset configurations and tune to match your exact needs.</p>
</div>
</div>
<div class="row">
<div class="col-xs-8 col-sm-7 col-md-6">
<h3>Choose the best and safest motors for your model</h3>
<p>With a huge database of motor data from <a href="http://www.thrustcurve.org" target="_blank">ThrustCurve</a> you can find the most appropriate motors for your model specifications. Easily filter and search the database for motors that are suitable for your design.</p>
</div>
<div class="col-xs-4 col-sm-3 col-md-2">
<img src="/assets/img/motor_opts.svg" style="width: 100%">
</div>
</div>
<hr style="margin-top: 53px;"/>
<div class="row documentation">
<h2>
<a href="https://openrocket.readthedocs.io/en/latest/" class="a-no-format" target="_blank">
<i class="fa-solid fa-book"></i> Read the Documentation
</a>
</h2>
<div>
<p>
Access our newly created documentation for both users and developers. Whether you're looking to get started with OpenRocket or contribute to its development, our detailed guides have you covered!
</p>
<p>
<a href="https://openrocket.readthedocs.io/en/latest/" class="btn btn-lg btn-primary" target="_blank">
<i class="fa-solid fa-book" style="margin-right: 1rem"></i> Explore the Documentation
</a>
</p>
</div>
</div>
<hr style="margin-top: 53px;"/>
<div class="row join-discord">
<h2>
<a href="https://discord.gg/qD2G5v2FAw" class="a-no-format" target="_blank">
<i class="fab fa-discord"></i> Join our Discord community
</a>
</h2>
<div>
<p>Connect with fellow rocket enthusiasts, ask questions about rocket designs, share your experiences, and get in touch with our developers.</p>
<p>Our Discord server is the perfect place to <b>discuss, learn</b>, and <b>have fun with like-minded individuals</b>. Click the button below to join:</p>
<p>
<a href="https://discord.gg/qD2G5v2FAw" target="_blank" class="btn btn-lg btn-primary">
<i class="fab fa-discord" style="margin-right: 1rem"></i> Join our Discord Server
</a>
</p>
</div>
</div>
<hr style="margin-top: 23px;"/>
<div class="row contribute-home">
{% capture my_include %}{% include content/contribute-home.md %}{% endcapture %}
{{ my_include | markdownify }}
</div>