Skip to content

While learning Three.js I created this simple project with sphere and cube geometries. The physics uses the Cannon.js library.

Notifications You must be signed in to change notification settings

jlavallee76/blocks-and-circle-physics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Block & Sphere Physics Using Three.js

Try The Project Here!

https://josh-creates-stuff.netlify.app/

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

About

While learning Three.js I created this simple project with sphere and cube geometries. The physics uses the Cannon.js library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published