Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kartiksood10/threejs-playground
Threejs Experimentation Playground
https://github.com/kartiksood10/threejs-playground
cannon-es gui javascript threejs
Last synced: about 4 hours ago
JSON representation
Threejs Experimentation Playground
- Host: GitHub
- URL: https://github.com/kartiksood10/threejs-playground
- Owner: Kartiksood10
- Created: 2023-07-23T05:13:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-23T05:46:40.000Z (over 1 year ago)
- Last Synced: 2023-07-23T06:26:02.610Z (over 1 year ago)
- Topics: cannon-es, gui, javascript, threejs
- Language: JavaScript
- Homepage:
- Size: 28.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Threejs-Playground
A Three.js Scene created using threejs(3d animations), cannon.js(physics world), dat.gui(visual representation).
Scene contains Loaded animated models, spheres, cubes and a custom background scene.
Experimentation playground to explore Three.js Javascript library and its application.Steps to use Threejs-Playground
```
npm install parcel -g
npm install
npm install --save dat.gui
npm install cannon-es
```
To Run the 3d Web App
```
npx parcel ./src/index.html
Server running at http://localhost:1234
```