Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bpetermann/three-playground

three.js sketches
https://github.com/bpetermann/three-playground

threejs

Last synced: about 2 months ago
JSON representation

three.js sketches

Awesome Lists containing this project

README

        

## Three.js Playground

- Just learning three.js by doing some sketches
- [View live](https://three-playground-one.vercel.app/)

### Thanks

These sketches are, unless stated otherwise, original works but are based on/influenced by Bruno Simons fantastic course [threejs-journey ](https://threejs-journey.com/)

### Packages

- [cannon.js](https://github.com/schteppe/cannon.js/)
- [threejs](https://threejs.org/)
- [lil-gui](https://www.npmjs.com/package/lil-gui)

### Get started

```
git clone https://github.com/bpetermann/three-playground.git
cd three-playground
npm install
npm run dev
```