Skip to content

Mipppy/web-physics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.6%
  • CSS 45.7%
  • HTML 3.9%
  • JavaScript 3.8%