-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
468 lines (451 loc) · 29.9 KB
/
Copy pathindex.html
File metadata and controls
468 lines (451 loc) · 29.9 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
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>VectorBridge – Revive classic 3D controllers on modern PCs</title>
<meta name="description" content="VectorBridge is a USB adapter that brings legacy 6-DoF controllers back to life in modern Windows/Linux, including the SpaceOrb 360, SpaceBall Avenger, SpaceBall 4000 FLX, SpaceBall 2003, SpaceBall 3003 FLX, Magellan Space Mouse, and Asciiware Sphere 360." />
<meta name="robots" content="index,follow" />
<!-- Open Graph -->
<meta property="og:title" content="VectorBridge – USB Adapter & Tuner" />
<meta property="og:description" content="Revive classic 3D controllers on modern PCs. Multi-device VectorBridge and VectorBridge Sphere360. Software included." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://vectorbridge.net/" />
<meta property="og:image" content="/og-image.jpg" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="VectorBridge – USB Adapter & Tuner" />
<meta name="twitter:description" content="Revive classic 3D controllers on modern PCs." />
<meta name="twitter:image" content="/og-image.jpg" />
<link rel="icon" href="/favicon.ico" />
<link href="https://fonts.googleapis.com/css2?family=Yellowtail&display=swap" rel="stylesheet">
<!-- Tailwind via CDN -->
<script src="https://cdn.tailwindcss.com"></script>
<style>
:root{
--vb-red:#D36063; /* Case Red */
--vb-blue:#223F77; /* Accent Blue */
--vb-space:#0B0E11; /* Space Black */
--vb-cyan:#7AD1FF; /* Cyan highlight */
--vb-card:#F5F7FB; /* light surface */
--vb-ink:#0F1320; /* near-black text */
}
html{scroll-behavior:smooth}
.sb{ box-shadow: 0 10px 30px rgba(0,0,0,.10); }
.glass{ backdrop-filter: blur(10px); background: rgba(255,255,255,.72); }
.nebula{ background: radial-gradient(120% 120% at 20% 20%, rgba(211,96,99,.35) 0%, transparent 45%),
radial-gradient(120% 120% at 80% 80%, rgba(34,63,119,.35) 0%, transparent 45%),
linear-gradient(135deg, #D36063 0%, #223F77 100%); }
</style>
</head>
<body class="bg-slate-50 text-[color:var(--vb-ink)]">
<!-- Header -->
<header class="sticky top-0 z-50 bg-white/90 glass border-b border-slate-200">
<div class="max-w-6xl mx-auto px-4 py-3 flex items-center justify-between">
<a href="/" class="flex items-center gap-3">
<!-- Crest (PNG) -->
<img src="sphere360_icon.png" width="56" height="56" alt="VectorBridge crest" class="rounded-md sb"/>
<span class="font-semibold tracking-tight">VectorBridge</span>
</a>
<nav class="hidden md:flex items-center gap-6 text-sm">
<a class="hover:opacity-80" href="#features">Features</a>
<a class="hover:opacity-80" href="#devices">Devices</a>
<a class="hover:opacity-80" href="#videos">Videos</a>
<a class="hover:opacity-80" href="#faq">FAQ</a>
<a class="hover:opacity-80" href="/software">Software</a>
<a href="/about" class="hover:opacity-80">About</a>
<a class="inline-flex items-center px-3 py-1.5 rounded-xl text-white hover:opacity-90" style="background:var(--vb-space)" href="https://www.etsy.com/shop/CosmicLayersStore" target="_blank" rel="noopener">Get VectorBridge</a>
</nav>
<!-- Mobile hamburger -->
<button id="menuBtn" class="md:hidden inline-flex items-center justify-center p-2 rounded-lg border border-slate-300"
aria-controls="mobileNav" aria-expanded="false" aria-label="Open menu">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
</button>
</div>
<!-- Mobile menu -->
<div id="mobileNav" class="md:hidden hidden border-t border-slate-200 bg-white">
<div class="max-w-6xl mx-auto px-4 py-3 grid gap-3 text-sm">
<a href="/#features" class="py-1 hover:opacity-80">Features</a>
<a href="/#devices" class="py-1 hover:opacity-80">Devices</a>
<a href="/#videos" class="py-1 hover:opacity-80">Videos</a>
<a href="/#faq" class="py-1 hover:opacity-80">FAQ</a>
<a href="/software" class="py-1 hover:opacity-80">Software</a>
<a href="/about" class="py-1 hover:opacity-80">About</a>
<a class="inline-flex items-center justify-center px-3 py-2 rounded-xl text-white"
style="background:var(--vb-space)" href="https://www.etsy.com/shop/CosmicLayersStore"
target="_blank" rel="noopener">Get VectorBridge</a>
</div>
</div>
</header>
<!-- Hero -->
<section class="relative overflow-hidden bg-gradient-to-b from-white to-slate-50">
<div class="max-w-6xl mx-auto px-4 pt-12 md:pt-16">
<h1 class="text-4xl md:text-5xl font-extrabold tracking-tight leading-tight">Revive classic 3D controllers on modern PCs.</h1>
<p class="mt-4 text-lg text-slate-700 max-w-4xl">VectorBridge USB Adapter supports the <strong>SpaceOrb 360</strong>, <strong>SpaceBall Avenger</strong>, <strong>SpaceBall 2003</strong>, <strong>3003FLX</strong>, <strong>4000FLX</strong>, <strong>5000</strong>, <strong>Magellan Space Mouse Classic, Space Mouse Plus</strong> and <strong>Asciiware Sphere 360</strong> in Windows, and Linux. <em><strong>Note: Asciiware Sphere 360 requires the VectorBridge Sphere360 adapter</strong>.</em></p>
<!-- Split product panels -->
<div id="get" class="mt-8 grid md:grid-cols-2 gap-6">
<!-- VectorBridge (multi-device) -->
<div class="p-5 bg-white rounded-2xl border border-slate-200 sb">
<div class="aspect-video rounded-xl overflow-hidden nebula relative sb">
<img src="hero_vectorbridge_nebula.jpg" alt="VectorBridge (multi-device) product photo" class="absolute inset-0 w-full h-full object-contain p-4" />
</div>
<h2 class="mt-4 text-xl font-bold">VectorBridge (multi-device)</h2>
<p class="mt-1 text-slate-700 text-sm">Software included: <a href="/software#panelTuner" class="underline font-semibold">VectorBridge Tuner</a> + <a href="/software#panelFeeder" class="underline font-semibold">Mouse&Keyboard Feeder</a>.</p>
<div class="mt-3 flex flex-wrap items-center gap-3">
<a class="inline-flex items-center justify-center px-5 py-3 rounded-2xl text-white sb" style="background:var(--vb-space)" href="https://www.etsy.com/shop/CosmicLayersStore" target="_blank" rel="noopener">Get VectorBridge</a>
<span class="text-xs text-slate-500">Software included</span>
</div>
<div class="mt-4 text-sm">
<div class="font-semibold">What’s in the box</div>
<ul class="list-disc list-inside text-slate-700 mt-1">
<li>VectorBridge adapter</li>
<li>USB-A to Micro-B cable, 1 m (for the VectorBridge’s port)</li>
<li>Software download link with purchase</li>
</ul>
</div>
<figure class="mt-3">
<img src="box_contents_vectorbridge.jpg" alt="VectorBridge adapter box contents: adapter and 1 m USB-A to Micro-B cable" class="w-full rounded-xl border border-slate-200 sb"/>
<figcaption class="mt-2 text-xs text-slate-500">VectorBridge adapter + USB-A to Micro-B cable (1 m). Software link provided with purchase.</figcaption>
</figure>
</div>
<!-- VectorBridge Sphere360 -->
<div class="p-5 bg-white rounded-2xl border border-slate-200 sb">
<div class="aspect-video rounded-xl overflow-hidden nebula relative sb">
<img src="hero_sphere360_nebula.jpg" alt="VectorBridge Sphere360 product photo" class="absolute inset-0 w-full h-full object-contain p-4" />
</div>
<h2 class="mt-4 text-xl font-bold">VectorBridge Sphere360</h2>
<p class="mt-1 text-slate-700 text-sm">For <strong>Asciiware Sphere 360</strong> only. <strong>True “Native Sphere” mode (Sphere360's switch position 0) on PC</strong> — previously not supported by other adapters. Software included: <a href="/software#panelTuner" class="underline font-semibold">VectorBridge Tuner</a> + <a href="/software#panelFeeder" class="underline font-semibold">Mouse&Keyboard Feeder</a>.</p>
<div class="mt-3 flex flex-wrap items-center gap-3">
<a class="inline-flex items-center justify-center px-5 py-3 rounded-2xl text-white sb" style="background:var(--vb-space)" href="https://www.etsy.com/shop/CosmicLayersStore" target="_blank" rel="noopener">Get VectorBridge Sphere360</a>
<span class="text-xs text-slate-500">Software included</span>
</div>
<div class="mt-4 text-sm">
<div class="font-semibold">What’s in the box</div>
<ul class="list-disc list-inside text-slate-700 mt-1">
<li>VectorBridge Sphere360 adapter</li>
<li>USB-A to Micro-B cable, 1 m (for the VectorBridge’s port)</li>
<li>Software download link with purchase</li>
</ul>
</div>
<figure class="mt-3">
<img src="box_contents_sphere360.jpg" alt="VectorBridge Sphere360 adapter box contents: adapter and 1 m USB-A to Micro-B cable" class="w-full rounded-xl border border-slate-200 sb"/>
<figcaption class="mt-2 text-xs text-slate-500">VectorBridge Sphere360 adapter + USB-A to Micro-B cable (1 m). Software link provided with purchase.</figcaption>
</figure>
</div>
</div>
<!-- Which one do I need? -->
<div class="mt-8 p-6 bg-white rounded-2xl border border-slate-200 sb">
<h3 class="text-lg font-bold">Which one do I need?</h3>
<div class="mt-4 grid md:grid-cols-2 gap-6 text-sm">
<div>
<div class="font-semibold">VectorBridge (multi-device)</div>
<ul class="list-disc list-inside mt-1 text-slate-700">
<li>Supports the <strong>SpaceOrb 360, SpaceBall Avenger, SpaceBall 2003, 3003FLX, 4000FLX, 5000, and Magellan SpaceMouse</strong> serial models (Classic, Plus)</li>
<li><strong>Serial models only</strong> — not for USB variants</li>
<li>Software included: <a href="/software#panelTuner" class="underline font-semibold">VectorBridge Tuner</a> + <a href="/software#panelFeeder" class="underline font-semibold">Mouse&Keyboard Feeder</a> (Windows 10/11, Linux)</li>
<li>Settings save to VectorBridge’s onboard storage (carry your tuning between PCs)</li>
</ul>
</div>
<div>
<div class="font-semibold">VectorBridge Sphere360</div>
<ul class="list-disc list-inside mt-1 text-slate-700">
<li>For <strong>Asciiware Sphere 360 only</strong> (not for SpaceOrb/SpaceBall/Magellan)</li>
<li><strong>True “Sphere” mode (switch position 0) on PC</strong> — previously not supported by other adapters</li>
<li>Software included: <a href="/software#panelTuner" class="underline font-semibold">VectorBridge Tuner</a> + <a href="/software#panelFeeder" class="underline font-semibold">Mouse&Keyboard Feeder</a> (Windows 10/11, Linux)</li>
<li>Settings save to VectorBridge’s onboard storage (carry your tuning between PCs)</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Features -->
<section id="features" class="py-12 md:py-16">
<div class="max-w-6xl mx-auto px-4">
<h2 class="text-3xl font-bold tracking-tight">Features</h2>
<div class="mt-8 grid md:grid-cols-3 gap-6">
<div class="p-6 bg-white rounded-2xl border border-slate-200 sb">
<h3 class="font-semibold">True 6-DoF dual-mode Output</h3>
<p class="mt-2 text-slate-700">Shows up as a standard USB joystick in <strong>"JOY Mode"</strong> with <strong>six analog axes</strong> and <strong>up to 16 buttons</strong> (varies by device), so it works anywhere that accepts joysticks. It can also be switched to <strong>"CAD Mode"</strong> for Linux NDOF support. </p>
</div>
<div class="p-6 bg-white rounded-2xl border border-slate-200 sb">
<h3 class="font-semibold">Serial Classics Support</h3>
<p class="mt-2 text-slate-700">Works with <strong>SpaceOrb 360, SpaceBall Avenger</strong>, <strong>SpaceBall 2003</strong>, <strong>3003FLX</strong>, <strong>4000FLX</strong>, <strong>5000</strong>; and <strong>Magellan SpaceMouse </strong>serial models (Classic, Plus). <strong>Serial models only; USB variants not supported.</strong> Sphere 360 uses the separate <strong>VectorBridge Sphere360</strong>.</p>
</div>
<div class="p-6 bg-white rounded-2xl border border-slate-200 sb">
<h3 class="font-semibold">Tuner Included</h3>
<p class="mt-2 text-slate-700">Fine-tune sensitivity, dead-zones, and response curves with the <a href="/software#panelTuner" class="underline font-semibold">VectorBridge Tuner</a> (Windows 10/11, Linux). <strong>Get started fast with built-in starter profiles, or tune with the fine-grain sliders.</strong> Your settings are <strong>saved to VectorBridge’s onboard storage</strong>, so your setup travels with you.</p>
</div>
<div class="p-6 bg-white rounded-2xl border border-slate-200 sb">
<h3 class="font-semibold"><a href="/software#panelFeeder" class="hover:underline">VectorBridge Mouse&Keyboard Feeder</a></h3>
<p class="mt-2 text-slate-700">Translate axes and buttons to <strong>any key or mouse function</strong>. Most shooters share the same conventions, so setup is nearly <strong>launch-and-play</strong>. <strong><a href="/software#panelFeeder" class="underline font-semibold">Save, load, import/export, and share profiles</a></strong> (Windows 10/11, Linux).</p>
</div>
<div class="p-6 bg-white rounded-2xl border border-slate-200 sb">
<h3 class="font-semibold">Fast Setup</h3>
<p class="mt-2 text-slate-700">Plug in VectorBridge (recognized as a standard USB joystick), launch the <a href="/software#panelTuner" class="underline font-semibold">Tuner</a> (Windows 10/11, Linux), pick your device profile, and refine with sliders. <strong>Your custom tuning is saved to VectorBridge’s onboard storage, so you’re always ready on any PC.</strong> No drivers required.</p>
</div>
</div>
</div>
</section>
<!-- Supported Devices -->
<section id="devices" class="py-12 bg-white border-y border-slate-200">
<div class="max-w-6xl mx-auto px-4">
<h2 class="text-3xl font-bold tracking-tight">Supported devices</h2>
<p class="mt-2 text-sm text-slate-600"><strong>Serial models only</strong> — USB variants are <strong>not</strong> supported.</p>
<div class="mt-4 grid md:grid-cols-2 gap-6 text-slate-700">
<ul class="list-disc list-inside">
<li>SpaceOrb 360</li>
<li>SpaceBall Avenger</li>
<li>SpaceBall 2003</li>
<li>SpaceBall 3003FLX</li>
<li>SpaceBall 4000FLX <em>(serial)</em></li>
</ul>
<ul class="list-disc list-inside">
<li>SpaceBall 5000 <em>(serial)</em></li>
<li>Magellan SpaceMouse Classic <em>(serial)</em></li>
<li>Magellan SpaceMouse Plus <em>(serial)</em></li>
</ul>
</div>
</div>
</section>
<!-- Works with these classics (carousel) -->
<section id="classics" class="py-12">
<div class="max-w-6xl mx-auto px-4">
<div class="flex items-center justify-between">
<h2 class="text-3xl font-bold tracking-tight">Works with these classics</h2>
<div class="hidden md:flex items-center gap-2">
<button id="vbPrev" class="p-2 rounded-xl border border-slate-300 bg-white hover:bg-slate-100 sb" aria-controls="devicesCarousel" aria-label="Previous">❮</button>
<button id="vbNext" class="p-2 rounded-xl border border-slate-300 bg-white hover:bg-slate-100 sb" aria-controls="devicesCarousel" aria-label="Next">❯</button>
</div>
</div>
<div class="relative mt-4">
<div id="devicesCarousel" class="flex gap-4 overflow-x-auto snap-x snap-mandatory scroll-smooth pb-2" tabindex="0" aria-label="Supported classic devices">
<!-- cards unchanged -->
<figure data-card class="min-w-[220px] md:min-w-[260px] snap-start">
<div class="aspect-square rounded-2xl sb overflow-hidden bg-white">
<img src="spaceorb360.jpg" alt="SpaceOrb 360 connected to VectorBridge" class="w-full h-full object-cover"/>
</div>
<figcaption class="mt-2 text-sm font-medium text-slate-800">SpaceOrb 360</figcaption>
</figure>
<figure data-card class="min-w-[220px] md:min-w-[260px] snap-start">
<div class="aspect-square rounded-2xl sb overflow-hidden bg-white">
<img src="spaceball_avenger.jpg" alt="SpaceBall Avenger connected to VectorBridge" class="w-full h-full object-cover"/>
</div>
<figcaption class="mt-2 text-sm font-medium text-slate-800">SpaceBall Avenger</figcaption>
</figure>
<figure data-card class="min-w-[220px] md:min-w-[260px] snap-start">
<div class="aspect-square rounded-2xl sb overflow-hidden bg-white">
<img src="spabeball_2003.jpg" alt="SpaceBall 2003 connected to VectorBridge" class="w-full h-full object-cover"/>
</div>
<figcaption class="mt-2 text-sm font-medium text-slate-800">SpaceBall 2003</figcaption>
</figure>
<figure data-card class="min-w-[220px] md:min-w-[260px] snap-start">
<div class="aspect-square rounded-2xl sb overflow-hidden bg-white">
<img src="spaceball_3003flx.jpg" alt="SpaceBall 3003FLX connected to VectorBridge" class="w-full h-full object-cover"/>
</div>
<figcaption class="mt-2 text-sm font-medium text-slate-800">SpaceBall 3003FLX</figcaption>
</figure>
<figure data-card class="min-w-[220px] md:min-w-[260px] snap-start">
<div class="aspect-square rounded-2xl sb overflow-hidden bg-white">
<img src="spaceball_4000flx.jpg" alt="SpaceBall 4000FLX (serial) connected to VectorBridge" class="w-full h-full object-cover"/>
</div>
<figcaption class="mt-2 text-sm font-medium text-slate-800">SpaceBall 4000FLX (serial)</figcaption>
</figure>
<figure data-card class="min-w-[220px] md:min-w-[260px] snap-start">
<div class="aspect-square rounded-2xl sb overflow-hidden bg-white">
<img src="spaceball_5000.jpg" alt="SpaceBall 5000 (serial) connected to VectorBridge" class="w-full h-full object-cover"/>
</div>
<figcaption class="mt-2 text-sm font-medium text-slate-800">SpaceBall 5000 (serial)</figcaption>
</figure>
<figure data-card class="min-w-[220px] md:min-w-[260px] snap-start">
<div class="aspect-square rounded-2xl sb overflow-hidden bg-white">
<img src="magellan_classic.jpg" alt="Magellan SpaceMouse Classic (serial) connected to VectorBridge" class="w-full h-full object-cover"/>
</div>
<figcaption class="mt-2 text-sm font-medium text-slate-800">Magellan SpaceMouse Classic (serial)</figcaption>
</figure>
<figure data-card class="min-w-[220px] md:min-w-[260px] snap-start">
<div class="aspect-square rounded-2xl sb overflow-hidden bg-white">
<img src="magellan_plus.jpg" alt="Magellan SpaceMouse Plus (serial) connected to VectorBridge" class="w-full h-full object-cover"/>
</div>
<figcaption class="mt-2 text-sm font-medium text-slate-800">Magellan SpaceMouse Plus (serial)</figcaption>
</figure>
<figure data-card class="min-w-[220px] md:min-w-[260px] snap-start">
<div class="aspect-square rounded-2xl sb overflow-hidden bg-white relative">
<img src="sphere360.jpg" alt="Asciiware Sphere 360 connected to VectorBridge Sphere360" class="w-full h-full object-cover"/>
<span class="absolute bottom-2 left-2 text-[11px] bg-black/70 text-white px-2 py-0.5 rounded">Requires VectorBridge Sphere360</span>
</div>
<figcaption class="mt-2 text-sm font-medium text-slate-800">Asciiware Sphere 360</figcaption>
</figure>
</div>
<div class="md:hidden flex justify-end gap-2 mt-3">
<button id="vbPrevM" class="px-3 py-2 rounded-xl border border-slate-300 bg-white hover:bg-slate-100 sb" aria-label="Previous">❮</button>
<button id="vbNextM" class="px-3 py-2 rounded-xl border border-slate-300 bg-white hover:bg-slate-100 sb" aria-label="Next">❯</button>
</div>
</div>
</div>
</section>
<!-- How it works -->
<section class="py-12 md:py-16">
<div class="max-w-6xl mx-auto px-4">
<h2 class="text-3xl font-bold tracking-tight">How it works</h2>
<div class="mt-8 grid md:grid-cols-3 gap-6">
<div class="p-6 bg-white rounded-2xl border border-slate-200 sb">
<div class="text-sm font-semibold text-slate-500">1 · Connect</div>
<p class="mt-2 text-slate-700">Plug your classic 3D controller into the VectorBridge adapter and connect via USB.</p>
</div>
<div class="p-6 bg-white rounded-2xl border border-slate-200 sb">
<div class="text-sm font-semibold text-slate-500">2 · Tune</div>
<p class="mt-2 text-slate-700">Open the <a href="/software#panelTuner" class="underline font-semibold">VectorBridge Tuner</a> app. Choose a device profile and adjust sensitivity, dead-zones, and curves.</p>
</div>
<div class="p-6 bg-white rounded-2xl border border-slate-200 sb">
<div class="text-sm font-semibold text-slate-500">3 · Play</div>
<p class="mt-2 text-slate-700">Use your controller in games and custom tools—VectorBridge shows up as a standard USB joystick.</p>
</div>
</div>
</div>
</section>
<!-- Videos -->
<section id="videos" class="py-16 bg-white">
<div class="max-w-6xl mx-auto px-4">
<h2 class="text-3xl font-extrabold tracking-tight">Videos</h2>
<p class="mt-2 text-slate-700">Demos, setup tips, and gameplay using VectorBridge.</p>
<div class="mt-6 grid md:grid-cols-2 gap-6">
<article class="rounded-2xl overflow-hidden border border-slate-200 sb bg-white">
<a href="https://www.youtube.com/watch?v=wYG3TMecCk4&list=PLk-rklET9Nub1lxTq7z29jzoNSs80eVUw&index=1" target="_blank" rel="noopener">
<img src="https://img.youtube.com/vi/wYG3TMecCk4/hqdefault.jpg" alt="Video 1" class="w-full h-auto">
</a>
<div class="p-4">
<a href="https://www.youtube.com/watch?v=wYG3TMecCk4&list=PLk-rklET9Nub1lxTq7z29jzoNSs80eVUw&index=1" target="_blank" rel="noopener" class="underline">Watch on YouTube →</a>
</div>
</article>
<article class="rounded-2xl overflow-hidden border border-slate-200 sb bg-white">
<a href="https://www.youtube.com/watch?v=AIAMBemLl3g&list=PLk-rklET9Nub1lxTq7z29jzoNSs80eVUw&index=2" target="_blank" rel="noopener">
<img src="https://img.youtube.com/vi/AIAMBemLl3g/hqdefault.jpg" alt="Video 2" class="w-full h-auto">
</a>
<div class="p-4">
<a href="https://www.youtube.com/watch?v=AIAMBemLl3g&list=PLk-rklET9Nub1lxTq7z29jzoNSs80eVUw&index=2" target="_blank" rel="noopener" class="underline">Watch on YouTube →</a>
</div>
</article>
</div>
<div class="mt-6">
<a href="https://www.youtube.com/playlist?list=PLk-rklET9Nub1lxTq7z29jzoNSs80eVUw" target="_blank" rel="noopener" class="inline-flex items-center px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-50">View the full playlist</a>
</div>
</div>
</section>
<!-- CTA strip -->
<section class="py-10">
<div class="max-w-6xl mx-auto px-4">
<div class="p-6 md:p-8 text-white rounded-2xl sb grid md:grid-cols-2 gap-6 items-center" style="background:var(--vb-space)">
<div>
<h3 class="text-2xl font-bold">Ready to bring your classics back?</h3>
<p class="mt-2 opacity-90">Get the adapter and start flying through scenes like it’s 1996—only smoother.</p>
</div>
<div class="md:text-right">
<a class="inline-flex items-center justify-center px-5 py-3 rounded-2xl bg-white text-[color:var(--vb-space)] hover:bg-slate-100" href="https://www.etsy.com/shop/CosmicLayersStore" target="_blank" rel="noopener">Get VectorBridge</a>
</div>
</div>
</div>
</section>
<!-- FAQ -->
<section id="faq" class="py-12">
<div class="max-w-6xl mx-auto px-4">
<h2 class="text-3xl font-bold tracking-tight">FAQ</h2>
<div class="mt-6 grid md:grid-cols-2 gap-6">
<details class="p-5 bg-white rounded-2xl border border-slate-200">
<summary class="font-semibold cursor-pointer">What OS is supported?</summary>
<p class="mt-3 text-slate-700">Windows 10/11, and Linux. VectorBridge appears as a standard USB joystick; the companion apps (<a href="/software#panelTuner" class="underline font-semibold">Tuner</a> and <a href="/software#panelFeeder" class="underline font-semibold">Mouse&Keyboard Feeder</a>) are also Windows and Linux-only.</p>
</details>
<details class="p-5 bg-white rounded-2xl border border-slate-200">
<summary class="font-semibold cursor-pointer">Do I need drivers?</summary>
<p class="mt-3 text-slate-700">No drivers required. Plug in the adapter, launch the <a href="/software#panelTuner" class="underline font-semibold">Tuner</a>, select your device, and go.</p>
</details>
<details class="p-5 bg-white rounded-2xl border border-slate-200">
<summary class="font-semibold cursor-pointer">What’s included?</summary>
<p class="mt-3 text-slate-700">VectorBridge adapter, <em>USB-A to Micro-B cable (1 m, for the VectorBridge’s port)</em>, and a software download link with purchase.</p>
</details>
<details class="p-5 bg-white rounded-2xl border border-slate-200">
<summary class="font-semibold cursor-pointer">Shipping</summary>
<p class="mt-3 text-slate-700">United States only. Ships via USPS in 1–3 business days.</p>
</details>
<details class="p-5 bg-white rounded-2xl border border-slate-200">
<summary class="font-semibold cursor-pointer">Warranty & returns</summary>
<p class="mt-3 text-slate-700">One-year hardware warranty. 30-day returns handled through Etsy.</p>
</details>
<details class="p-5 bg-white rounded-2xl border border-slate-200">
<summary class="font-semibold cursor-pointer">Support</summary>
<p class="mt-3 text-slate-700">Questions? Email <a class="underline" href="mailto:info@vectorbridge.net">info@vectorbridge.net</a>. We typically reply within 1–2 business days.</p>
</details>
</div>
</div>
</section>
<!-- Contact / Footer -->
<section id="contact" class="py-12 bg-white border-y border-slate-200">
<div class="max-w-6xl mx-auto px-4 grid md:grid-cols-2 gap-6 items-center">
<div>
<h2 class="text-2xl font-bold">Questions?</h2>
<p class="mt-2 text-slate-700">Email us and we’ll get right back to you.</p>
</div>
<div class="md:text-right">
<a class="inline-flex items-center px-5 py-3 rounded-2xl text-white" style="background:var(--vb-space)" href="mailto:info@vectorbridge.net">info@vectorbridge.net</a>
</div>
</div>
</section>
<footer class="py-8">
<div class="max-w-6xl mx-auto px-4 flex flex-col md:flex-row items-center justify-between gap-3 text-sm text-slate-500">
<div>© <span id="y"></span> VectorBridge • A Cosmic Layers project</div>
<div class="flex items-center gap-4">
<a class="hover:underline" href="https://www.etsy.com/shop/CosmicLayersStore" target="_blank" rel="noopener">Get VectorBridge</a>
<a class="hover:underline" href="https://www.youtube.com/playlist?list=PLk-rklET9Nub1lxTq7z29jzoNSs80eVUw" target="_blank" rel="noopener">YouTube</a>
</div>
</div>
</footer>
<!-- Carousel controls (no external deps) -->
<script>
document.getElementById('y').textContent = new Date().getFullYear();
(function(){
const carousel = document.getElementById('devicesCarousel');
if(!carousel) return;
const prev = document.getElementById('vbPrev');
const next = document.getElementById('vbNext');
const prevM = document.getElementById('vbPrevM');
const nextM = document.getElementById('vbNextM');
function stepSize(){
const card = carousel.querySelector('[data-card]');
return card ? (card.getBoundingClientRect().width + 16) : Math.max(240, Math.floor(carousel.clientWidth * 0.9));
}
function scrollByDir(dir){
carousel.scrollBy({left: (dir === 'next' ? 1 : -1) * stepSize(), behavior: 'smooth'});
}
[prev, next, prevM, nextM].forEach(btn => btn && btn.addEventListener('click', () => scrollByDir(btn.id.includes('Next') ? 'next' : 'prev')));
carousel.addEventListener('keydown', (e) => {
if(e.key === 'ArrowRight') scrollByDir('next');
if(e.key === 'ArrowLeft') scrollByDir('prev');
});
})();
</script>
<script>
(function () {
var btn = document.getElementById('menuBtn');
var menu = document.getElementById('mobileNav');
if (!btn || !menu) return;
btn.addEventListener('click', function(){
var isHidden = menu.classList.contains('hidden');
menu.classList.toggle('hidden');
btn.setAttribute('aria-expanded', String(isHidden));
});
menu.querySelectorAll('a').forEach(function(a){
a.addEventListener('click', function(){
if (!menu.classList.contains('hidden')) {
menu.classList.add('hidden');
btn.setAttribute('aria-expanded', 'false');
}
});
});
})();
</script>
</body>
</html>