summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--index.html12
-rw-r--r--main.ts1
3 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bfa6a22
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+# Created by .ignore support plugin (hsz.mobi)
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..9ebca2c
--- /dev/null
+++ b/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>Transmuto</title>
+ <script type="text/javascript" src="three.js/dist/three.min.js"></script>
+ <script type="text/javascript" src="Physi.js/physi.js"></script>
+</head>
+<body>
+<script type="text/javascript" src="main.js"></script>
+</body>
+</html> \ No newline at end of file
diff --git a/main.ts b/main.ts
new file mode 100644
index 0000000..a029f8d
--- /dev/null
+++ b/main.ts
@@ -0,0 +1 @@
+/// <reference path="three.js/ts/three.d.ts"/>