Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bpetermann/three-playground
- Owner: bpetermann
- Created: 2023-05-03T14:09:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-16T08:35:14.000Z (9 months ago)
- Last Synced: 2024-04-16T11:36:32.892Z (9 months ago)
- Topics: threejs
- Language: JavaScript
- Homepage: https://three-playground-one.vercel.app
- Size: 8.93 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```