Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D visualisation and python editor from #1 #6

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fixing loading issue
Evgeniy Raev committed Dec 24, 2020
commit 528a527d762981ff0f8c65d091d25ac376571414
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<script src="https://threejs.org/build/three.js"></script>
<script src="./script.js"></script>
<script async=false defer=false src="./script.js"></script>
<link rel="stylesheet" href="./style.css">
</head>
<body>