-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
405 lines (390 loc) · 14.4 KB
/
Copy pathindex.html
File metadata and controls
405 lines (390 loc) · 14.4 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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="RocketPy - Open-source rocket trajectory simulator for aerospace engineering and rocketry. Advanced flight simulation with six-degrees-of-freedom trajectory analysis."
/>
<meta
name="keywords"
content="RocketPy, rocket simulation, trajectory simulator, aerospace, rocketry, flight dynamics, open source"
/>
<meta
property="og:title"
content="RocketPy - Advanced Rocket Trajectory Simulator"
/>
<meta
property="og:description"
content="Open-source rocket trajectory simulator for aerospace engineering and rocketry"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rocketpy.org" />
<meta
property="og:image"
content="https://rocketpy.org/images/og-social-preview.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:image"
content="https://rocketpy.org/images/og-social-preview.png"
/>
<meta
name="twitter:title"
content="RocketPy - Advanced Rocket Trajectory Simulator"
/>
<link rel="canonical" href="https://rocketpy.org/" />
<link rel="icon" href="./images/favicon.ico" type="image/x-icon" />
<link rel="manifest" href="./manifest.json" />
<meta name="theme-color" content="#030b28" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="dns-prefetch" href="https://docs.rocketpy.org" />
<link rel="dns-prefetch" href="https://github.com" />
<link rel="dns-prefetch" href="https://discord.com" />
<link
href="https://fonts.googleapis.com/css2?family=Ruda:wght@400;700&family=Rubik:wght@400;500;700&family=Open+Sans:wght@300;400;500;700&display=swap"
rel="stylesheet"
/>
<link href="./css/main.css" rel="stylesheet" />
<link href="./css/footer.css" rel="stylesheet" />
<link href="./css/font-awesome/css/fontawesome.min.css" rel="stylesheet" />
<link href="./css/font-awesome/css/solid.min.css" rel="stylesheet" />
<link href="./css/font-awesome/css/brands.min.css" rel="stylesheet" />
<title>RocketPy - Advanced Rocket Trajectory Simulator</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "RocketPy",
"url": "https://rocketpy.org/",
"description": "Open-source rocket trajectory simulator for aerospace engineering and rocketry with six-degrees-of-freedom trajectory analysis.",
"applicationCategory": "Scientific",
"operatingSystem": "Linux, macOS, Windows",
"programmingLanguage": "Python",
"license": "https://opensource.org/licenses/MIT",
"codeRepository": "https://github.com/RocketPy-Team/RocketPy",
"downloadUrl": "https://pypi.org/project/rocketpy/",
"softwareVersion": "latest",
"author": {
"@type": "Organization",
"name": "RocketPy Team",
"url": "https://rocketpy.org/"
},
"sameAs": [
"https://github.com/RocketPy-Team/RocketPy",
"https://pypi.org/project/rocketpy/"
]
}
</script>
</head>
<body>
<div class="page-wrapper">
<header class="top-bar">
<div class="brand-and-cta">
<a
class="brand-link"
href="https://rocketpy.org"
aria-label="RocketPy home"
>
<span class="brand-logo"></span>
</a>
</div>
<nav class="social-nav panel-bg" aria-label="Main navigation">
<a href="./about.html" class="icon-button" aria-label="About us"
><i class="fa-solid fa-users"></i
></a>
<a
href="https://docs.rocketpy.org/en/latest/index.html"
class="icon-button"
aria-label="Documentation"
><i class="fa-solid fa-book"></i
></a>
<a
href="https://github.com/RocketPy-Team/RocketPy"
class="icon-button"
aria-label="GitHub repository"
><i class="fa-brands fa-github"></i
></a>
<a
href="https://www.instagram.com/rocketpyteam"
class="icon-button"
aria-label="Instagram"
><i class="fa-brands fa-instagram"></i
></a>
<a
href="https://www.linkedin.com/company/rocketpy"
class="icon-button"
aria-label="LinkedIn"
><i class="fa-brands fa-linkedin"></i
></a>
<a
href="https://www.youtube.com/@rocketpyteam5828"
class="icon-button"
aria-label="YouTube"
><i class="fa-brands fa-youtube"></i
></a>
</nav>
</header>
<main class="main-content">
<section
class="hero-section panel-bg reveal-section"
aria-labelledby="hero-heading"
>
<div class="split-layout hero-layout">
<div class="text-column">
<p class="hero-kicker reveal-item">
Open-source aerospace simulation
</p>
<h1 id="hero-heading" class="hero-tagline reveal-item">
The sky is not the limit!
</h1>
<p class="section-text">
RocketPy is an innovative rocket trajectory simulator that
includes features never seen before in the state-of-the-art
rocket trajectory simulators.
</p>
<a
href="https://app.rocketpy.org/"
class="simulate-button hero-simulate-button"
role="button"
aria-label="Launch simulation tool"
>
<span class="simulate-icon"></span>
<span>SIMULATE WITH ROCKETPY</span>
</a>
<picture class="hero-plot-graphic reveal-item">
<source
srcset="./images/simulation-plot.webp"
type="image/webp"
/>
<img
src="./images/simulation-plot.png"
alt=""
class="section-graphic"
decoding="async"
width="207"
height="190"
/>
</picture>
</div>
<div class="media-column">
<picture class="hero-logo-graphic">
<source
srcset="./images/hero-logo-illustration.webp"
type="image/webp"
/>
<img
src="./images/hero-logo-illustration.png"
alt="RocketPy logo illustration"
class="section-graphic"
decoding="async"
fetchpriority="high"
width="330"
height="186"
/>
</picture>
</div>
</div>
</section>
<section
class="content-section panel-bg reveal-section"
aria-labelledby="features-heading"
>
<h2 id="features-heading" class="section-title reveal-item">
Let's be realistic
</h2>
<div class="split-layout">
<div class="text-column">
<p class="section-text reveal-item">
RocketPy's environment construction uses weather data from
several meteorological agencies, providing precise information
about atmospheric conditions and taking into account different
kinds of uncertainties associated with the mathematical models
of the phenomena.
<a
href="https://ascelibrary.org/doi/10.1061/%28ASCE%29AS.1943-5525.0001331"
target="_blank"
rel="noopener noreferrer"
>
Read our paper on the Journal of Aerospace Engineering
</a>
to know more about the mathematical models and the software
architecture.
</p>
</div>
<div class="media-column reveal-item">
<picture class="environment-graphic">
<source
srcset="./images/environment-visual.webp"
type="image/webp"
/>
<img
src="./images/environment-visual.png"
alt="Atmospheric data visualization"
class="section-graphic"
loading="lazy"
decoding="async"
width="330"
height="280"
/>
</picture>
</div>
</div>
</section>
<section
class="content-section panel-bg reveal-section"
aria-labelledby="predictions-heading"
>
<h2 id="predictions-heading" class="section-title reveal-item">
Simulation is all about predictions
</h2>
<div class="split-layout">
<div class="text-column">
<p class="section-text reveal-item">
A key feature in RocketPy is the Monte Carlo analysis, which
shows the confidence interval of the impact coordinates.
RocketPy was also successfully validated for several rockets,
with apogee predictions showing deviations of the order of 1%
when compared to actual flight data. See a list of comparisons
and examples in our
<a
href="https://docs.rocketpy.org/en/latest/examples/index.html"
rel="noopener noreferrer"
>
documentation
</a>
.
</p>
</div>
<div class="media-column reveal-item">
<picture class="predictions-graphic">
<source
srcset="./images/monte-carlo-visual.webp"
type="image/webp"
/>
<img
src="./images/monte-carlo-visual.png"
alt="Monte Carlo impact confidence interval plot"
class="section-graphic"
loading="lazy"
decoding="async"
width="290"
height="290"
/>
</picture>
</div>
</div>
</section>
<section
class="content-section panel-bg reveal-section"
aria-labelledby="community-heading"
>
<h2 id="community-heading" class="section-title reveal-item">
From rocketeers to rocketeers
</h2>
<div class="split-layout">
<div class="text-column">
<p class="section-text reveal-item">
RocketPy is an Open Source software created by rocket
enthusiasts. Since it is open source, each and every one of you
is more than welcome to be a part of it. Check out our project
on
<a
href="https://github.com/RocketPy-Team/RocketPy"
rel="noopener noreferrer"
>GitHub</a
>.
</p>
</div>
<div class="media-column reveal-item">
<picture class="community-graphic">
<source
srcset="./images/community-visual.webp"
type="image/webp"
/>
<img
src="./images/community-visual.png"
alt="RocketPy community network illustration"
class="section-graphic"
loading="lazy"
decoding="async"
width="293"
height="220"
/>
</picture>
</div>
</div>
</section>
</main>
</div>
<footer class="footer-distributed" id="footer">
<div class="footer-left">
<div class="footer-logo"></div>
<p class="footer-company-name">RocketPy Team © 2026</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker icon-max-width"></i>
<p>
<a href="https://maps.app.goo.gl/qFAGgBq1LqceRkjj6" target="_blank"
>São Paulo, Brazil</a
>
</p>
</div>
<div>
<i class="fa-brands fa-discord icon-max-width"></i>
<p>
<a href="https://discord.com/invite/b6xYnNh">
Join us on discord!
</a>
</p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About us</span>
RocketPy Team is responsible for maintaining and developing the
RocketPy project, an open-source rocket trajectory simulator.
</p>
<div class="footer-icons">
<a href="https://www.instagram.com/rocketpyteam"
><i class="fa-brands fa-instagram"></i></a
><a href="https://www.linkedin.com/company/rocketpy"
><i class="fa-brands fa-linkedin"></i
></a>
<a href="https://github.com/RocketPy-Team/RocketPy"
><i class="fa-brands fa-github"></i
></a>
<a href="https://www.youtube.com/@rocketpyteam5828"
><i class="fa-brands fa-youtube"></i>
</a>
</div>
</div>
</footer>
<script>
const revealSections = document.querySelectorAll(".reveal-section");
if ("IntersectionObserver" in window) {
const observer = new IntersectionObserver(
(entries) => {
entries.forEach((entry) => {
if (entry.isIntersecting) {
entry.target.classList.add("is-visible");
observer.unobserve(entry.target);
}
});
},
{ threshold: 0.2, rootMargin: "0px 0px -8% 0px" },
);
revealSections.forEach((section) => observer.observe(section));
} else {
revealSections.forEach((section) =>
section.classList.add("is-visible"),
);
}
</script>
</body>
</html>