-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (94 loc) · 5.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>LSPECTR-OS: Your All-in-One Experimental Gaming/Entertainment OS</title>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="https://lspectroniztar.github.io/lspectr-os/website/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://lspectroniztar.github.io/lspectr-os/website/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://lspectroniztar.github.io/lspectr-os/website/icons/favicon-16x16.png">
<link rel="manifest" href="https://lspectroniztar.github.io/lspectr-os/website/icons/site.webmanifest">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-image: url(https://lspectroniztar.github.io/lspectr-os/website/images/Logo%20Duotone.png);
color: white;
text-align: center;
padding: 20px 0;
}
main {
max-width: 600px;
margin: auto;
}
body {
background: #09001d;
color: #eee;
}
a {
color: rgb(79, 164, 255);
}
</style>
</head>
<body>
<header>
<h1>LSPECTR-OS</h1>
<h2>Your All-in-One Experimental Gaming/Entertainment OS</h2>
</header>
<main>
<p>LSPECTR-OS is a completely experimental executable application that brings a unique blend of
entertainment and functionality to your Windows PC and/or Mac. I started working on this to
see if it's possible to make an actual all-in-one gaming OS similar to the likes of a PS5 or
something, all using a Scratch mod, so let's see how it goes...</p>
<h2>Installation</h2>
<p>This app is currently unavailable, as I have not finished the beta build yet.</p>
<h2>What it can do</h2>
<ul>
<li><b>Game Launcher:</b> Can launch any game directly in the app (as long as it's from a website).</li>
<li><b>Book Launcher:</b> Can read any PDF directly in the app (work-in-progress).</li>
</ul>
<h2>What it cannot do</h2>
<ul>
<li><b>Brainrot:</b> Cannot stick out its gyat(t) for the rizzler (sorry, Gen Alphas!).</li>
</ul>
<h2>Planned features</h2>
<ul>
<li><b>Voice Chat</b></li>
</ul>
<h2>Requirements</h2>
<p>Your device must be a Windows PC and/or Mac. LSPECTR-OS is not compatible with Chromebooks,
because then I would have to make it into an `.html` as Chromebooks can neither run `.dmg`
or `.exe` files, and therefore, the only way to use it on Chromebooks is to run it as an
`.html`. Then people will try to run it on mobile devices (since `.html`s work anywhere)
and get frustrated upon finding out that LSPECTR-OS isn't compatible with mobile devices
either. Plus, Chromebooks are <em>extremely</em> slow (not all Chromebooks, but the fastest
ones probably aren't even fast enough for LSPECTR-OS to run properly).</p>
<h2>Acknowledgments</h2>
<p>We would like to extend our sincere thanks to the people whose libraries made LSPECTR-OS possible:</p>
<ul>
<li><strong>PenguinMod:</strong> A mod of TurboWarp (which is a mod of Scratch) that was used
to create LSPECTR-OS. Visit the <a href="https://studio.penguinmod.com" target="_blank">PenguinMod Studio</a>
for more information.</li>
<li><strong>GarboMuffin:</strong> The creator of TurboWarp. For a comprehensive list of custom
extensions used in LSPECTR-OS, visit the <a href="https://extensions.turbowarp.org" target="_blank">TurboWarp Extensions Repository</a>.</li>
</ul>
<h2>Contributing</h2>
<p>We welcome contributions to LSPECTR-OS! Feel free to fork the repository, make improvements, and
submit pull requests. Together, we can continue to enhance the LSPECTR-OS experience for all users.</p>
<p>If you've developed a project using TurboWarp or PenguinMod or some other assets that you think
would be a great addition to LSPECTR-OS, we welcome your contributions!
<a href="https://github.com/LSPECTRONIZTAR/lspectr-os/blob/main/CONTRIBUTING.md" target="_blank">Read the contribution documentation</a> for more information.</p>
<h2>Support</h2>
<p>If you encounter any issues or have feedback to share, please
<a href="https://github.com/LSPECTRONIZTAR/lspectr-os/issues/new" target="_blank">open an issue</a>
on GitHub or <a href="https://discord.gg/qPDr5G3Qcn" target="_blank">join my Discord server</a>. Our
team is dedicated to providing timely support and addressing any concerns you may have.</p>
<h2>License</h2>
<p>LSPECTR-OS is licensed under the <a href="https://github.com/LSPECTRONIZTAR/lspectr-os/blob/main/LICENSE" target="_blank">MIT License</a>.</p>
<p>This site was built using <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.</p>
</main>
</body>
</html>