Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```