Skip to content

Commit

Permalink
Fix init.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Oct 18, 2024
1 parent 206fbe0 commit 5336302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
margin: auto;
}
</style>
<canvas width="768" height="768" id="canvas"></canvas>
<div display="inline" id="gui"></div>
<canvas width="1000" height="800" id="canvas"></canvas>
<script src="./init.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions init.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ let pyodide = null;
const files = [
"__init__.py",
"colormap.py",
"compute.wgsl",
"eval.wgsl",
"gpu.py",
"input_handler.py",
Expand Down

0 comments on commit 5336302

Please sign in to comment.