Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 867 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 867 Bytes

Web Physics

A physics simulator that runs at a stable framerate within browsers using the Three.JS and Enable3d libraries. Screenshot

Video Demo: video coming soon!

Description

Web Physics is a physics simulation that runs at stable 30 frams in your web browser. It has 5 built in geometeric shapes that you can place around on 3 different maps. These geometeric shapes are

  • Cube
  • Sphere
  • Cylinder
  • Torus
  • Cone

The built in maps are:

  • Default
  • Mountain
  • Slope

After selecting what shape you want to place, you can modify properties of the shape to create even more shapes! You can turn cones in pyramids, spheres in diamonds, and so much more! Your imagination is truly the limit for this.

How to run

Simply run

npm start

in the terminal