-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
205 lines (205 loc) · 6.93 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<title>pmetra - Parametric Modelling for Bevy Engine</title>
<link data-trunk rel="copy-dir" href="assets" />
<link data-trunk rel="inline" href="web/styles.css" />
<link data-trunk rel="tailwind-css" href="web/tailwind.css" />
</head>
<body class="bg-slate-900 w-full min-h-screen flex flex-col items-stretch">
<link
data-trunk
rel="rust"
href="./pmetra_demo"
data-type="main"
data-wasm-opt="0"
/>
<header class="text-gray-400 bg-gray-950 body-font">
<div
class="container mx-auto flex flex-wrap px-5 py-2.5 flex-col md:flex-row items-center"
>
<a
class="flex title-font font-medium items-center text-white mb-4 md:mb-0"
>
<span class="ml-3 text-xl">pmetra</span>
</a>
<span
class="md:mr-auto md:ml-4 md:py-1 md:pl-4 md:border-l md:border-gray-700 flex flex-wrap items-center text-base justify-center"
>
Parametric Modelling for Bevy Engine
</span>
<a
class="inline-flex items-center bg-gray-800 border-0 py-2 px-2 focus:outline-none hover:bg-gray-700 rounded text-base mt-4 md:mt-0"
href="https://github.com/nilaysavant/bevy_pmetra"
target="_blank"
rel="noopener noreferrer"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-5 h-5 mr-1"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-github"
>
<path
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"
></path>
</svg>
<span>GitHub</span>
</a>
</div>
</header>
<main
class="flex flex-col items-center justify-center relative my-8"
style="min-height: 720px"
>
<div class="flex flex-col items-center justify-center absolute">
<div class="lds-dual-ring"></div>
<div class="text-white mt-4">LOADING</div>
</div>
<canvas id="bevy">Javascript and support for canvas is required</canvas>
<div class="flex-col items-center justify-center text-center mt-6">
<div class="text-gray-400">
With ❤️ using
<a
class="text-indigo-400"
href="https://bevyengine.org/"
rel="noopener noreferrer"
target="_blank"
>Bevy Engine</a
>,
<a
class="text-indigo-400"
href="https://github.com/ricosjp/truck"
rel="noopener noreferrer"
target="_blank"
>Truck</a
>
and
<a
class="text-indigo-400"
href="https://www.rust-lang.org/"
rel="noopener noreferrer"
target="_blank"
>Rust 🦀</a
>
</div>
</div>
</main>
<div class="mt-auto"></div>
<footer class="bg-gray-900">
<div
class="container mx-auto py-4 px-5 flex flex-wrap flex-col sm:flex-row"
>
<p class="text-gray-400 text-sm text-center sm:text-left">
2024 - pmetra by
<a
href="https://github.com/nilaysavant"
class="text-gray-500"
rel="noopener noreferrer"
target="_blank"
>
@nilaysavant
</a>
</p>
<span
class="inline-flex sm:ml-auto sm:mt-0 mt-2 justify-center sm:justify-start"
>
<a
class="ml-3 text-gray-400"
href="https://github.com/nilaysavant"
rel="noopener noreferrer"
target="_blank"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-5 h-5"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-github"
>
<path
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"
></path>
</svg>
</a>
<a
class="ml-3 text-gray-400"
href="https://twitter.com/nilay_savant"
rel="noopener noreferrer"
target="_blank"
>
<svg
fill="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-5 h-5"
viewBox="0 0 24 24"
>
<path
d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z"
></path>
</svg>
</a>
<a
class="ml-3 text-gray-400"
href="https://www.instagram.com/in_solitud/"
rel="noopener noreferrer"
target="_blank"
>
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-5 h-5"
viewBox="0 0 24 24"
>
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path
d="M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37zm1.5-4.87h.01"
></path>
</svg>
</a>
<a
class="ml-3 text-gray-400"
href="https://www.linkedin.com/in/nilay-savant"
rel="noopener noreferrer"
target="_blank"
>
<svg
fill="currentColor"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="0"
class="w-5 h-5"
viewBox="0 0 24 24"
>
<path
stroke="none"
d="M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z"
></path>
<circle cx="4" cy="4" r="2" stroke="none"></circle>
</svg>
</a>
</span>
</div>
</footer>
</body>
</html>