-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
322 lines (306 loc) · 26.5 KB
/
index.html
File metadata and controls
322 lines (306 loc) · 26.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>SceneView — 3D & AR for Android, Flutter & React Native</title>
<meta name="description" content="SceneView is an open source 3D and AR library for Android, Flutter and React Native powered by ARCore and Google Filament."/>
<link rel="icon" href="icon.png"/>
<link rel="apple-touch-icon" href="apple-touch-icon.png"/>
<link rel="stylesheet" href="css/styles.css"/>
<style>
/* Inline fallback — ensures styles render when external CSS can't load */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#ffffff;--bg-soft:#f8f9fa;--bg-muted:#f1f3f4;--surface:#ffffff;--border:#dadce0;--border-light:#e8eaed;--text:#202124;--text-secondary:#5f6368;--text-muted:#80868b;--accent:#1a73e8;--accent-soft:#e8f0fe;--accent-hover:#1765cc;--accent-text:#ffffff;--green:#1e8e3e;--green-soft:#e6f4ea;--cyan:#129eaf;--cyan-soft:#e4f7fb;--font-sans:'Roboto',system-ui,-apple-system,'Segoe UI',sans-serif;--font-head:'Google Sans Display','Roboto',system-ui,sans-serif;--font-mono:'Roboto Mono','Fira Code',ui-monospace,monospace;--section-gap:clamp(3.5rem,8vw,5.5rem);--container:1140px;--radius:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 2px 0 rgba(60,64,67,0.1);--shadow:0 1px 2px 0 rgba(60,64,67,0.3),0 1px 3px 1px rgba(60,64,67,0.15);--shadow-md:0 1px 3px 0 rgba(60,64,67,0.3),0 4px 8px 3px rgba(60,64,67,0.15);--shadow-lg:0 4px 8px 3px rgba(60,64,67,0.15),0 1px 3px rgba(60,64,67,0.3);--ease:cubic-bezier(0.4,0,0.2,1)}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);font-size:15px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}
img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}
code{font-family:var(--font-mono);font-size:0.875em;background:var(--bg-muted);padding:2px 6px;border-radius:4px}
h1,h2,h3,h4{font-family:var(--font-head);font-weight:500;line-height:1.25;letter-spacing:-0.01em;color:var(--text)}
.text-gradient{background:linear-gradient(135deg,var(--accent) 0%,#34a853 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.section{padding:var(--section-gap) 0;max-width:var(--container);margin:0 auto;padding-left:clamp(1.5rem,4vw,3rem);padding-right:clamp(1.5rem,4vw,3rem)}
.section__header{text-align:center;margin-bottom:2.5rem}
.section__label{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-head);font-size:0.75rem;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;color:var(--accent);margin-bottom:0.625rem}
.section__label::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--accent)}
.section__title{font-size:clamp(1.625rem,3.5vw,2.25rem);font-weight:500;margin-bottom:0.625rem}
.section__subtitle{font-size:1rem;color:var(--text-secondary);max-width:560px;margin:0 auto;line-height:1.65}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
@media(max-width:900px){.grid-3{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.grid-2{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr}}
.nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:0.75rem;max-width:var(--container);margin:0 auto;padding:0.75rem clamp(1.5rem,4vw,3rem);background:rgba(255,255,255,0.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light)}
.nav__logo{display:flex;align-items:center;gap:8px;font-family:var(--font-head);font-weight:500;font-size:1.0625rem;color:var(--text);flex-shrink:0}.nav__logo img{width:28px;height:28px;border-radius:6px}
.nav__links{display:flex;list-style:none;gap:0;margin-left:auto}
.nav__links a{display:block;padding:0.4375rem 0.75rem;font-size:0.875rem;font-weight:500;color:var(--text-secondary);border-radius:var(--radius);transition:color .15s var(--ease),background .15s var(--ease)}
.nav__links a:hover{color:var(--text);background:var(--bg-muted)}.nav__links a.active{color:var(--accent);background:var(--accent-soft)}
.nav__github{display:inline-flex;align-items:center;gap:5px;padding:0.4375rem 0.875rem;margin-left:0.25rem;font-size:0.8125rem;font-weight:500;color:var(--text-secondary);background:var(--bg-muted);border-radius:var(--radius);transition:background .15s var(--ease);flex-shrink:0}.nav__github:hover{background:var(--border)}
.nav__menu-btn{display:none;background:none;border:none;padding:0.4375rem;cursor:pointer;color:var(--text);border-radius:var(--radius);margin-left:auto}.nav__menu-btn:hover{background:var(--bg-muted)}
.nav__mobile{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background:var(--bg);padding:4.5rem 1.5rem 1.5rem;flex-direction:column;gap:0.125rem}
.nav__mobile.open{display:flex}.nav__mobile a{display:block;padding:0.875rem 1rem;font-size:1rem;font-weight:500;color:var(--text-secondary);border-radius:var(--radius-lg);transition:background .15s var(--ease)}.nav__mobile a:hover{background:var(--bg-muted)}.nav__mobile a.active{color:var(--accent);background:var(--accent-soft)}
@media(max-width:768px){.nav__links{display:none}.nav__github{display:none}.nav__menu-btn{display:block}}
.btn{display:inline-flex;align-items:center;gap:6px;padding:0.625rem 1.375rem;font-family:var(--font-head);font-size:0.875rem;font-weight:500;border-radius:var(--radius);border:none;cursor:pointer;transition:all .15s var(--ease);white-space:nowrap;letter-spacing:0.01em}
.btn--primary{background:var(--accent);color:var(--accent-text);box-shadow:var(--shadow-sm)}.btn--primary:hover{background:var(--accent-hover);box-shadow:var(--shadow)}
.btn--outline{background:var(--bg);color:var(--text);border:1px solid var(--border)}.btn--outline:hover{background:var(--bg-soft)}
.btn--sm{padding:0.4375rem 0.875rem;font-size:0.8125rem}
.tag{display:inline-block;padding:2px 8px;font-size:0.6875rem;font-weight:500;border-radius:4px;background:var(--bg-muted);color:var(--text-secondary);letter-spacing:0.01em}
.tag--accent{background:var(--accent-soft);color:var(--accent)}.tag--cyan{background:var(--cyan-soft);color:var(--cyan)}.tag--green{background:var(--green-soft);color:var(--green)}
.hero{text-align:center;padding:clamp(3.5rem,10vw,7rem) clamp(1.5rem,4vw,3rem) clamp(2.5rem,6vw,4rem);max-width:780px;margin:0 auto}
.hero__eyebrow{display:inline-flex;align-items:center;gap:6px;padding:5px 14px 5px 8px;font-family:var(--font-head);font-size:0.75rem;font-weight:500;color:var(--accent);background:var(--accent-soft);border-radius:100px;margin-bottom:1.75rem}
.hero__eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse 2s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.3}}
.hero__title{font-size:clamp(2rem,5.5vw,3.25rem);font-weight:500;line-height:1.15;letter-spacing:-0.02em;margin-bottom:1.25rem}
.hero__desc{font-size:clamp(0.9375rem,1.8vw,1.0625rem);color:var(--text-secondary);line-height:1.65;max-width:520px;margin:0 auto 2rem}
.hero__ctas{display:flex;gap:0.625rem;justify-content:center;flex-wrap:wrap}
.stats-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:0.75rem;padding:1.5rem 0}
.stat-item{text-align:center;padding:1.25rem 0.75rem;background:var(--bg-soft);border:1px solid var(--border-light);border-radius:var(--radius-lg)}
.stat-item__value{display:block;font-family:var(--font-head);font-size:clamp(1.5rem,3.5vw,2rem);font-weight:500;color:var(--accent);line-height:1.2}
.stat-item__label{display:block;font-size:0.8125rem;font-weight:400;color:var(--text-muted);margin-top:0.125rem}
@media(max-width:600px){.stats-strip{grid-template-columns:repeat(2,1fr)}}
.card{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.5rem;display:flex;flex-direction:column;transition:border-color .15s var(--ease),box-shadow .15s var(--ease)}.card:hover{border-color:var(--border);box-shadow:var(--shadow-md)}
.card__icon{font-size:1.5rem;margin-bottom:0.875rem;line-height:1}.card__title{font-family:var(--font-head);font-weight:500;font-size:1rem;margin-bottom:0.375rem}.card__body{font-size:0.875rem;color:var(--text-secondary);line-height:1.6;flex:1}
.card__link{display:inline-flex;align-items:center;gap:3px;margin-top:1rem;font-size:0.8125rem;font-weight:500;color:var(--accent);transition:gap .15s var(--ease)}.card__link:hover{gap:6px}
.repo-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.5rem;transition:border-color .15s var(--ease),box-shadow .15s var(--ease)}
.repo-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md)}
.repo-card__logo{width:40px;height:40px;border-radius:10px;margin-bottom:1rem;object-fit:contain}.repo-card__name{font-family:var(--font-head);font-weight:500;font-size:1.0625rem;margin-bottom:0.375rem}
.repo-card__desc{font-size:0.875rem;color:var(--text-secondary);line-height:1.6;flex:1;margin-bottom:0.875rem}.repo-card__tags{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:1rem}
.sponsors-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;padding:0.75rem 0}
.sponsor-item{display:flex;align-items:center;justify-content:center;width:128px;height:64px;padding:0.875rem;background:var(--bg-soft);border:1px solid var(--border-light);border-radius:var(--radius-lg);transition:border-color .15s var(--ease),box-shadow .15s var(--ease)}
.sponsor-item:hover{border-color:var(--border);box-shadow:var(--shadow)}.sponsor-item img{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%) opacity(0.5);transition:filter .15s var(--ease)}.sponsor-item:hover img{filter:grayscale(0%) opacity(1)}
.cta-band{background:var(--bg-soft);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:clamp(2rem,4vw,3.5rem);text-align:center}
.cta-band__title{font-size:clamp(1.375rem,3.5vw,2rem);font-weight:500;letter-spacing:-0.02em;margin-bottom:0.75rem}.cta-band__desc{color:var(--text-secondary);font-size:0.9375rem;max-width:440px;margin:0 auto 1.5rem;line-height:1.6}.cta-band__actions{display:flex;gap:0.625rem;justify-content:center;flex-wrap:wrap}
.footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:var(--container);margin:0 auto;padding:1.75rem clamp(1.5rem,4vw,3rem);border-top:1px solid var(--border-light);flex-wrap:wrap}
.footer__left{display:flex;align-items:center;gap:8px;font-size:0.875rem;font-weight:500;font-family:var(--font-head)}.footer__left img{width:22px;height:22px;border-radius:5px}
.footer__copy{font-family:var(--font-sans);font-weight:400;color:var(--text-muted);font-size:0.8125rem}
.footer__links{display:flex;align-items:center;gap:1rem}.footer__links a{display:inline-flex;align-items:center;gap:5px;font-size:0.8125rem;font-weight:500;color:var(--text-muted);transition:color .15s var(--ease)}.footer__links a:hover{color:var(--text)}
.social-icon{width:16px;height:16px}
.reveal{opacity:1;transform:none}
</style>
</head>
<body>
<!-- ── Nav ────────────────────────────────────── -->
<nav class="nav">
<a class="nav__logo" href="index.html">
<img src="logo.png" alt="SceneView logo"/>
<span>SceneView</span>
</a>
<ul class="nav__links" role="list">
<li><a href="features.html">Features</a></li>
<li><a href="api.html">API</a></li>
<li><a href="contribute.html">Contribute</a></li>
</ul>
<a class="nav__github" href="https://github.com/SceneView" target="_blank" rel="noopener">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2C6.477 2 2 6.477 2 12c0 4.418 2.865 8.166 6.839 9.489.5.092.682-.217.682-.482 0-.237-.009-.866-.013-1.7-2.782.604-3.369-1.34-3.369-1.34-.454-1.156-1.11-1.463-1.11-1.463-.908-.62.069-.608.069-.608 1.003.07 1.531 1.03 1.531 1.03.892 1.529 2.341 1.087 2.91.831.092-.646.35-1.086.636-1.336-2.22-.253-4.555-1.11-4.555-4.943 0-1.091.39-1.984 1.029-2.683-.103-.253-.446-1.27.098-2.647 0 0 .84-.269 2.75 1.025A9.578 9.578 0 0 1 12 6.836c.85.004 1.705.114 2.504.336 1.909-1.294 2.747-1.025 2.747-1.025.546 1.377.202 2.394.1 2.647.64.699 1.028 1.592 1.028 2.683 0 3.842-2.339 4.687-4.566 4.935.359.309.678.919.678 1.852 0 1.336-.012 2.415-.012 2.743 0 .267.18.578.688.48C19.138 20.163 22 16.418 22 12c0-5.523-4.477-10-10-10z"/></svg>
GitHub
</a>
<button class="nav__menu-btn" aria-label="Open menu" aria-expanded="false">
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round">
<line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="18" x2="21" y2="18"/>
</svg>
</button>
</nav>
<!-- ── Mobile nav ─────────────────────────────── -->
<div class="nav__mobile" role="navigation">
<a href="index.html" class="active">Home</a>
<a href="features.html">Features</a>
<a href="api.html">API</a>
<a href="contribute.html">Contribute</a>
<a href="https://github.com/SceneView" target="_blank" rel="noopener">GitHub ↗</a>
</div>
<!-- ── Main ───────────────────────────────────── -->
<main>
<!-- Hero -->
<section class="hero">
<div class="hero__eyebrow">
<span class="hero__eyebrow-dot"></span>
Powered by ARCore & Google Filament
</div>
<h1 class="hero__title">
3D & AR for<br/>
<span class="text-gradient">Android · Flutter<br/>React Native</span>
</h1>
<p class="hero__desc">
Open source rendering library bringing real-time 3D and augmented reality
to any platform. High performance, production ready, completely free.
</p>
<div class="hero__ctas">
<a class="btn btn--primary" href="features.html">
Explore Features
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg>
</a>
<a class="btn btn--outline" href="https://github.com/SceneView" target="_blank" rel="noopener">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2C6.477 2 2 6.477 2 12c0 4.418 2.865 8.166 6.839 9.489.5.092.682-.217.682-.482 0-.237-.009-.866-.013-1.7-2.782.604-3.369-1.34-3.369-1.34-.454-1.156-1.11-1.463-1.11-1.463-.908-.62.069-.608.069-.608 1.003.07 1.531 1.03 1.531 1.03.892 1.529 2.341 1.087 2.91.831.092-.646.35-1.086.636-1.336-2.22-.253-4.555-1.11-4.555-4.943 0-1.091.39-1.984 1.029-2.683-.103-.253-.446-1.27.098-2.647 0 0 .84-.269 2.75 1.025A9.578 9.578 0 0 1 12 6.836c.85.004 1.705.114 2.504.336 1.909-1.294 2.747-1.025 2.747-1.025.546 1.377.202 2.394.1 2.647.64.699 1.028 1.592 1.028 2.683 0 3.842-2.339 4.687-4.566 4.935.359.309.678.919.678 1.852 0 1.336-.012 2.415-.012 2.743 0 .267.18.578.688.48C19.138 20.163 22 16.418 22 12c0-5.523-4.477-10-10-10z"/></svg>
View on GitHub
</a>
</div>
</section>
<!-- Stats -->
<div class="section" style="padding-top:0">
<div class="stats-strip reveal">
<div class="stat-item">
<span class="stat-item__value">500K+</span>
<span class="stat-item__label">Downloads / Quarter</span>
</div>
<div class="stat-item">
<span class="stat-item__value">1,000+</span>
<span class="stat-item__label">Companies</span>
</div>
<div class="stat-item">
<span class="stat-item__value">1,100+</span>
<span class="stat-item__label">GitHub Stars</span>
</div>
</div>
</div>
<!-- Repositories -->
<section class="section">
<div class="section__header">
<div class="section__label">Repositories</div>
<h2 class="section__title">One library, every platform</h2>
<p class="section__subtitle">Whether you build native Android, cross-platform Flutter or React Native — SceneView has you covered.</p>
</div>
<div class="grid-3">
<a class="repo-card reveal" href="https://github.com/SceneView/sceneview-android" target="_blank" rel="noopener">
<img class="repo-card__logo" src="images/repos/sceneview_android_logo.png" alt="SceneView Android logo"/>
<div class="repo-card__name">SceneView Android</div>
<div class="repo-card__desc">
Native Android library for 3D scenes and AR powered by ARCore and Google Filament.
Compose and View support included.
</div>
<div class="repo-card__tags">
<span class="tag">Android</span>
<span class="tag">Kotlin</span>
<span class="tag tag--accent">ARCore</span>
</div>
<span class="card__link">
View on GitHub
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg>
</span>
</a>
<a class="repo-card reveal" href="https://github.com/SceneView/sceneview-flutter" target="_blank" rel="noopener">
<img class="repo-card__logo" src="images/repos/sceneview_flutter_logo.png" alt="SceneView Flutter logo"/>
<div class="repo-card__name">SceneView Flutter</div>
<div class="repo-card__desc">
Flutter plugin wrapping SceneView for cross-platform 3D and AR on both
Android and iOS from a single Dart codebase.
</div>
<div class="repo-card__tags">
<span class="tag">Flutter</span>
<span class="tag">Dart</span>
<span class="tag tag--cyan">iOS + Android</span>
</div>
<span class="card__link">
View on GitHub
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg>
</span>
</a>
<a class="repo-card reveal" href="https://github.com/SceneView/sceneform-reactnative" target="_blank" rel="noopener">
<img class="repo-card__logo" src="images/repos/sceneview_react_native_logo.png" alt="SceneView React Native logo"/>
<div class="repo-card__name">SceneView React Native</div>
<div class="repo-card__desc">
React Native module for integrating 3D model viewing and AR experiences
into your JavaScript / TypeScript application.
</div>
<div class="repo-card__tags">
<span class="tag">React Native</span>
<span class="tag">TypeScript</span>
<span class="tag tag--cyan">iOS + Android</span>
</div>
<span class="card__link">
View on GitHub
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg>
</span>
</a>
</div>
</section>
<!-- Features teaser -->
<section class="section" style="padding-top:0">
<div class="section__header">
<div class="section__label">Features</div>
<h2 class="section__title">Everything you need for AR</h2>
<p class="section__subtitle">From basic 3D model rendering to full augmented reality — SceneView exposes ARCore's full feature set with a clean, modern API.</p>
</div>
<div class="grid-3">
<div class="card reveal">
<div class="card__icon">🎯</div>
<div class="card__title">3D Model Viewer</div>
<div class="card__body">Load, display and animate glTF / glb 3D models with PBR materials, environment lighting and full gesture control.</div>
<a class="card__link" href="features.html">See demo <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg></a>
</div>
<div class="card reveal">
<div class="card__icon">🖼️</div>
<div class="card__title">Augmented Images</div>
<div class="card__body">Detect real-world 2D images and anchor persistent 3D content on top of them in real time using the device camera.</div>
<a class="card__link" href="features.html">See demo <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg></a>
</div>
<div class="card reveal">
<div class="card__icon">😊</div>
<div class="card__title">Augmented Faces</div>
<div class="card__body">Track and map 468 facial landmarks in real time to apply AR masks, accessories and expressions to a user's face.</div>
<a class="card__link" href="features.html">See demo <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg></a>
</div>
<div class="card reveal">
<div class="card__icon">☁️</div>
<div class="card__title">Cloud Anchors</div>
<div class="card__body">Share AR experiences across devices with persistent cloud-hosted anchors powered by Google ARCore Cloud.</div>
<a class="card__link" href="features.html">See demo <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg></a>
</div>
<div class="card reveal">
<div class="card__icon">📏</div>
<div class="card__title">Depth API</div>
<div class="card__body">Access per-pixel depth data to enable realistic occlusion, surface detection and accurate placement of virtual objects.</div>
<a class="card__link" href="features.html">See demo <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg></a>
</div>
<div class="card reveal">
<div class="card__icon">💡</div>
<div class="card__title">Environment Lights</div>
<div class="card__body">Automatically estimate real-world lighting from the camera feed and apply it to 3D objects for photorealistic rendering.</div>
<a class="card__link" href="features.html">See demo <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg></a>
</div>
</div>
</section>
<!-- CTA band -->
<section class="section" style="padding-top:0; padding-bottom: clamp(3rem,8vw,6rem);">
<div class="cta-band reveal">
<h2 class="cta-band__title">Ready to build with SceneView?</h2>
<p class="cta-band__desc">
Join hundreds of developers shipping 3D & AR experiences across Android, Flutter and React Native.
</p>
<div class="cta-band__actions">
<a class="btn btn--primary" href="https://github.com/SceneView/sceneview-android" target="_blank" rel="noopener">
Get Started on Android
</a>
<a class="btn btn--outline" href="https://discord.gg/UbNDDBTNqb" target="_blank" rel="noopener">
Join Discord
</a>
</div>
</div>
</section>
</main>
<!-- ── Footer ─────────────────────────────────── -->
<footer class="footer">
<div class="footer__left">
<img src="logo.png" alt="SceneView"/>
<span>SceneView</span>
<span class="footer__copy">— Open Source, GPL Licensed</span>
</div>
<div class="footer__links">
<a href="https://github.com/SceneView" target="_blank" rel="noopener" title="GitHub">
<svg class="social-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2C6.477 2 2 6.477 2 12c0 4.418 2.865 8.166 6.839 9.489.5.092.682-.217.682-.482 0-.237-.009-.866-.013-1.7-2.782.604-3.369-1.34-3.369-1.34-.454-1.156-1.11-1.463-1.11-1.463-.908-.62.069-.608.069-.608 1.003.07 1.531 1.03 1.531 1.03.892 1.529 2.341 1.087 2.91.831.092-.646.35-1.086.636-1.336-2.22-.253-4.555-1.11-4.555-4.943 0-1.091.39-1.984 1.029-2.683-.103-.253-.446-1.27.098-2.647 0 0 .84-.269 2.75 1.025A9.578 9.578 0 0 1 12 6.836c.85.004 1.705.114 2.504.336 1.909-1.294 2.747-1.025 2.747-1.025.546 1.377.202 2.394.1 2.647.64.699 1.028 1.592 1.028 2.683 0 3.842-2.339 4.687-4.566 4.935.359.309.678.919.678 1.852 0 1.336-.012 2.415-.012 2.743 0 .267.18.578.688.48C19.138 20.163 22 16.418 22 12c0-5.523-4.477-10-10-10z"/></svg>
GitHub
</a>
<a href="https://twitter.com/thomas_gorisse" target="_blank" rel="noopener" title="Twitter">
<svg class="social-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
Twitter
</a>
<a href="https://www.youtube.com/channel/UCY6PxZTBNb_5zeLicxDCjxw" target="_blank" rel="noopener" title="YouTube">
<svg class="social-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
YouTube
</a>
<a href="https://www.linkedin.com/in/thomas-gorisse/" target="_blank" rel="noopener" title="LinkedIn">
<svg class="social-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
LinkedIn
</a>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>