Compare commits
2 Commits
264b2045bf
...
2d0ec47679
Author | SHA1 | Date | |
---|---|---|---|
2d0ec47679 | |||
fd4463683d |
1
tools/3rs-orbit/.gitignore
vendored
1
tools/3rs-orbit/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
/pkg
|
|
@ -1,17 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
|
|
||||||
<script type="module" src="index.js"></script>
|
|
||||||
<style>
|
|
||||||
html, body {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<button id="open-computer">Open From Computer</button>
|
|
||||||
<canvas style="position: absolute;top:0;bottom: 0;left: 0;right: 0;margin:auto;"></canvas>
|
|
||||||
<canvas style="position: absolute;top:0;bottom: 0;left: 600;right: 0;margin:auto;"></canvas>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,11 +0,0 @@
|
|||||||
import init from './pkg/web.js';
|
|
||||||
|
|
||||||
async function run() {
|
|
||||||
try {
|
|
||||||
await init();
|
|
||||||
} catch(e) {
|
|
||||||
console.error(e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
run();
|
|
Loading…
x
Reference in New Issue
Block a user