-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
26 lines (24 loc) · 994 Bytes
/
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
<!DOCTYPE html><html>
<head>
<link rel="stylesheet" type="text/css" href="Styles/Style.css" id="MainStyle">
<script src="Scripts/sql-wasm.js" id="SQLScript"></script>
</head><body>
<div class="container">
<div class="directory">
<h2>Tools</h2>
<h3><a href="Tools/DynamicViewer.html">✨ Search</a></h3>
<p>(Experimental) Search the built-in includes as if there were actually an IDE capable of maybe parsing them reasonably well.</p>
<h3><a href="Tools/Paste.html">✨ Pastebin</a></h3>
<p>Paste in shader code and see it instantly have links to definition and color markup inserted.</p>
<h3><a href="Tools/Viewer.html">✨ Viewer</a></h3>
<p>View your own shaders (or anyone else's) with auto-generated formatting, colors, and links to definitions.</p>
</div>
</div>
<div class="container">
<h2>Browse</h2>
<div class="directory" id="includes-group"></div>
</div>
</body>
<script src="Scripts/run_prettify.js?skin=vscode"></script>
<script src="Scripts/link_definitions.js"></script>
</html>