Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kekkorider/threejs-exploding-funky-stan
https://github.com/kekkorider/threejs-exploding-funky-stan
postprocess shaders threejs webgl webgl2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kekkorider/threejs-exploding-funky-stan
- Owner: kekkorider
- License: mit
- Created: 2020-12-13T13:25:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T18:10:31.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T22:49:43.579Z (almost 2 years ago)
- Topics: postprocess, shaders, threejs, webgl, webgl2
- Language: JavaScript
- Homepage: https://threejs-exploding-funky-stan.netlify.app/
- Size: 3.03 MB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ThreeJS starter
This is a general template for ThreeJS applications. It uses [Parcel](https://github.com/parcel-bundler/parcel) to create the bundle and [Tweakpane](https://github.com/cocopon/tweakpane) for live updates.
# Before we start
This has been developed with NodeJS `12.6.0`; it should work with other versions too, but in case something doesn't work I recommend to switch to version `12.6.0` with [nvm](https://github.com/nvm-sh/nvm).## Setup
```shell
$ yarn install
```## Develop
Run
```shell
$ yarn dev
```then open a new browser window and navigate to `http://localhost:1234`
## Build
```shell
$ yarn build
```## Credits
The 3D model of Stan Lee is from [de Mravi](https://www.turbosquid.com/it/3d-models/3d-stan-lee-1348558)