Skip to content

local-interloper/phys-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phys-sim

A very simple gravity sim written in Typescript using a HTML Canvas as the visulizer.

Selling features:

  • Use your mouse to spawn particles
  • Watch them fall
  • Advanced unused particle cleaning system(if(y < 0){ DestroyParticle(); })

How to set up:

  • Clone the repo
  • Run yarn or npm i (This will download the dependencies)
  • Run yarn dev or npm run dev to compile the typescript. (The compiled JS gets outputed into public/js)
  • Open public/index.html with a browser of your choice.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published