Added start to the background physics sim

This commit is contained in:
2025-10-27 20:38:40 -05:00
parent 15cbc6ccfe
commit 05ee3d9b63
3 changed files with 169 additions and 3 deletions

View File

@ -7,11 +7,12 @@
<title>The Void System</title>
<link href="/stylesheets/home.css" rel="stylesheet" type="text/css" media="all">
<link rel="stylesheet" href="/stylesheets/base.css" type="text/css" media="all">
<script src="/libraries/p5/p5.js"></script>
<script src="/javascript/libraries/p5/p5.js"></script>
<style>canvas{z-index: -1;}</style>
<script src="/javascript/newsim.js"></script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<canvas id="backgroundSim" width="1000px" height="1000px" alt="Background Image Space Physics simulation"></canvas>
<h1 id="intotitle">Welcome to the Void System</h1>
<div id="mainview">
<div id="postarea">
@ -155,7 +156,6 @@
<button onclick="forgetMe()" type="submit">Forget me</button>
</div>
</div>
<script src="/javascript/simulation.js"></script>
<script src="/javascript/remeber.js"></script>
</body>
</html>