Graduate Orbit sim to its own thing

This commit is contained in:
Tangent 2024-01-24 00:49:49 -05:00
parent 04cbe84c24
commit 063dd636bb
5 changed files with 105 additions and 87 deletions

View file

@ -5,7 +5,7 @@
<body>
<script src="js/debug.js"></script>
<script>
document.body.append(...OrbitDemo(), ...TickDebug());
document.body.append(...TickDebug());
</script>
</body>
</html>