-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (114 loc) · 6.32 KB
/
index.html
File metadata and controls
114 lines (114 loc) · 6.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="theme-color" content="#181818">
<meta name="color-scheme" content="dark">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>Blip - Tools of Mass Imagination</title>
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<link rel="stylesheet" href="styles.css">
<script async src="https://unpkg.com/es-module-shims@1.8.0/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.162.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.162.0/examples/jsm/"
}
}
</script>
</head>
<body>
<header>
<a href="/"><img src="/img/blip-logo-with-name-white.svg" alt="Blip" class="header-logo"></a>
<div class="social-links">
<a href="https://x.com/__blip" target="_blank" rel="noopener noreferrer" class="social-icon">
<img src="img/x-icon.svg" alt="X">
</a>
<a href="https://discord.gg/blipgame" target="_blank" rel="noopener noreferrer" class="social-icon">
<img src="img/discord-icon.svg" alt="Discord">
</a>
<a href="https://github.com/bliporg/blip" target="_blank" rel="noopener noreferrer" class="social-icon">
<img src="img/github-icon.svg" alt="GitHub">
</a>
</div>
</header>
<main>
<video id="video" loop muted crossorigin="anonymous" playsinline style="display:none" preload="auto" autoplay>
<!-- <source src="videos/pano.webm"> -->
<source src="videos/demo.mp4">
</video>
<div class="block-group">
<div class="block stretch no-flex">
<div id="iphone-model-container"></div>
</div>
<div class="block right">
<div class="app-icon-container">
<img src="img/ios-icon.png" alt="Blip App Icon" class="app-icon">
<img src="img/blip-name-white.svg" alt="Blip" class="app-name">
</div>
<p class="subtitle">The <span class="highlight" id="rotating-text">Open-Source</span><span class="opt-break"><br></span><br><span>Roblox Alternative!</span></p>
<p class="description"><b>Play</b>, <b>Build</b> and <b>Share</b> all kinds of games,<br>from your phone. 📱</p>
</div>
</div>
<div class="block margin-bottom framed">
<h2><span class="highlight">Early Days</span> 🛠️</h2>
<p class="beta-text">Those are the <b>early days</b> of Blip, join now to forever be remembered as a <b>pioneer!</b></p>
<div class="download-buttons">
<a href="https://apps.apple.com/app/id6743716248" class="download-button">
<img src="img/download-btn-ios-app-store.svg" alt="Download on the App Store">
</a>
<a href="https://play.google.com/store/apps/details?id=com.voxowl.blip" class="download-button">
<img src="img/download-btn-google-play.svg" alt="Get it on Google Play">
</a>
</div>
<p class="beta-text">🖥️ You can also install Blip on PC:</p>
<div class="download-buttons">
<a href="https://store.steampowered.com/app/1386770/Blip_Open_Alpha/" class="download-button">
<img src="img/download-btn-steam.webp" alt="Download on Steam">
</a>
<a href="https://apps.apple.com/app/id6743716248" class="download-button">
<img src="img/download-btn-mac-app-store.svg" alt="Download on the Mac App Store">
</a>
</div>
</div>
<div class="block-group">
<div class="block stretch">
<h2><span class="highlight">Game Creation for All</span> 🕹️</h2>
<p><strong>Artists</strong>, create 3D models assembling cubes within the app, import textured models made in <a href="https://www.blender.org">Blender</a>, <a href="https://www.blockbench.net">Blockbench</a> or any other 3D editor, or just use items published by the community.</p>
<p><strong>Developers</strong>, script games in <a href="https://luau-lang.org/">Luau</a>, the same language used by Roblox! Publish your open-source modules on <a href="https://github.com">GitHub</a> and use those made by other developers.</p>
<img src="img/creation-devices.png" alt="Game Creation for All">
</div>
<div class="block stretch">
<h2><span class="highlight">AI Where You Need It</span> ✨</h2>
<p>Summon AI when you see fit to generate code, fix bugs, setup lights, and more. It's here to help you get the job done, not to replace your creativity!</p>
<p>Here's an example showing how you can add logic to a scene, asking AI to code for you:</p>
<div class="tweet-container">
<blockquote class="twitter-tweet" data-theme="dark">
<a href="https://twitter.com/aduermael/status/1909414545300549647"></a>
</blockquote>
<script async src="https://platform.twitter.com/widgets.js"></script>
</div>
</div>
</div>
</main>
<footer>
<p class="copyright">© 2025 Blip. All rights reserved.</p>
<div class="social-links">
<a href="https://x.com/__blip" target="_blank" rel="noopener noreferrer" class="social-icon">
<img src="img/x-icon.svg" alt="X">
</a>
<a href="https://discord.gg/blipgame" target="_blank" rel="noopener noreferrer" class="social-icon">
<img src="img/discord-icon.svg" alt="Discord">
</a>
<a href="https://github.com/bliporg/blip" target="_blank" rel="noopener noreferrer" class="social-icon">
<img src="img/github-icon.svg" alt="GitHub">
</a>
</div>
</footer>
<script src="script.js"></script>
<script type="module" src="three-scene.js"></script>
</body>
</html>