Design & UX · ⏱ 5 min

Build Your First Simulation in 10 Minutes

You do not need to know any physics to build your first simulation. You just need to drag, drop, and press Play.

By SimVerseLab  ·  Mar 2025

Step 1: Open PHYSIX

Navigate to /physix/. No account, no install, no download. The simulator loads directly in your browser. You should see a blank canvas with a toolbar on the left and a properties panel on the right.

Step 2: Add a Body

Click the Circle tool in the toolbar (or press C). Click anywhere on the canvas to place a circle. It appears in grey, waiting — the simulation has not started yet. In the right panel, you can see its default properties: mass = 1 kg, radius = 0.5 m, position, velocity.

Step 3: Add Gravity

In the Environment panel at the top right, enable Global Gravity and set it to 9.81 m/s² downward. This applies gravity to all bodies in the scene.

Step 4: Add a Floor

Click the Surface tool and draw a horizontal line near the bottom of the canvas. This becomes a rigid boundary that bodies bounce off. Set the restitution (bounciness) to 0.7 in its properties.

Step 5: Press Play

Click the Play button (or press Space). Your ball falls, accelerates, and bounces off the floor. Each bounce is slightly lower than the last because of the restitution coefficient. Congratulations — that is a working physics simulation.

What to Try Next

Add a second ball at a different height. Both fall at the same rate (ignoring air resistance). Add a third ball with mass = 10 kg — notice it falls at exactly the same rate too. Enable air resistance in the Environment panel and place a ball with a very small cross-section alongside one with a large cross-section — now they fall at different rates.

Keyboard shortcuts: Space play/pause · R reset · C add circle · S surface tool · G graph panel · T trajectory trace · E electric field overlay

Saving Your Work

Click the Share button to post your simulation to the Community Gallery. It gets a unique URL you can bookmark or share. Your scenario is stored as JSON — click Export to download a file you can re-import later.

Going Deeper

Once you are comfortable with the basics, the Tutorials section walks you through building specific simulations with educational goals — projectile motion, pendulum chaos, solar systems, and more. Each tutorial takes 20–45 minutes and explains the physics alongside the building steps.

← All Discussions ▶ Open PHYSIX

Discussion

Questions, corrections, and insights welcome.

Leave a comment