-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 957 Bytes
/
index.html
File metadata and controls
29 lines (24 loc) · 957 Bytes
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
<!-- http://motherfuckingwebsite.com/ -->
<html>
<head>
<meta charset="utf-8">
<title>muTS demo</title>
<script data-main="script.js" src="require.js"></script>
</head>
<body>
<h3>muTS demo powered by AMDModules</h3>
<br>
<a href="vanilla.html">Go to VanillaJS version</a><br>
Other tools build using muTS:<br>
I recommend using Google Chrome for bulk file processing. It's much faster.<br>
<a href="textures.html">Go to Texture list tool</a><br>
<a href="animations.html">Go to Animation list tool</a><br>
<a href="editor.html">Go to mu editor tool (Chromium browsers only)</a>
<hr>
<input accept=".mu" type="file" id="fileInput">
<br>
<button id="parseFile">Parse MU file. Open console to view the result (Probably F12 unless you use Opera)</button>
<br>
<input type="checkbox" onchange="muTSlog = this.checked;">Enable verbose logging (Toggles global muTSlog variable)
</body>
</html>