-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathindex.html
49 lines (40 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Plasma</title>
<meta name="viewport" content="width=device-width">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Plasma</h1>
<span>The Cyan Worlds Engine</span>
</header>
<main class="page">
<nav>
<a href="index.html" class="active">Overview</a>
<a href="download.html">Download</a>
<a href="building.html">Building</a>
<a href="running.html">Running</a>
<a href="involvement.html">Get Involved</a>
<a href="credits.html">Credits</a>
</nav>
<h2>Overview</h2>
<p><b>Plasma</b> is a 3D game engine developed by <a href="https://cyan.com">Cyan, Inc.</a> and now released under an open-source GPLv3 licence. It was used by Cyan for projects including <em>Uru: Ages Beyond Myst</em>, <em>Myst V: End of Ages</em>, <em>Myst Online: Uru Live</em>, and <em>Cosmic Osmo's Hex Isle</em>. The open-source code is the same engine as used in <em>Myst Online: Uru Live</em>, and is currently used for <em>Myst Online: Uru Live again</em>.</p>
<div class="cta-box">
<a class="btn" href="https://github.com/H-uru/Plasma">
See the project on GitHub
</a>
</div>
<p>The Plasma engine GitHub project includes the source code for the core game engine, some data files for the <em>Myst Online: Uru Live again</em> game, the Windows game client, a 3ds Max plugin for content creation, and several small utilities.</p>
<div class="infobox">
<p>The server code has not been released under the GPL, and is not available. Unofficial open-source server options exist, including <a href="https://github.com/H-uru/dirtsand">DIRTSAND</a>.</p>
</div>
</main>
<footer>
</footer>
</body>
</html>