Skip to content

Commit

Permalink
Deploy urdf-viz to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ci committed May 31, 2024
0 parents commit 72cdf78
Show file tree
Hide file tree
Showing 4 changed files with 1,075 additions and 0 deletions.
60 changes: 60 additions & 0 deletions 0.index.js

Large diffs are not rendered by default.

Binary file added 3b7cffb24cff3a603f24.module.wasm
Binary file not shown.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>urdf-viz</title>
<style>
html,
body,
canvas {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}
</style>
</head>
<body>
<canvas oncontextmenu="return false;" id="canvas"></canvas>
<canvas id="canvas"></canvas>
<script type="text/javascript" src="index.js"></script></body>
</html>
Loading

0 comments on commit 72cdf78

Please sign in to comment.