Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kekkorider/threejs-instanced-planes
https://github.com/kekkorider/threejs-instanced-planes
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/kekkorider/threejs-instanced-planes
- Owner: kekkorider
- License: mit
- Created: 2020-11-22T21:00:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T16:28:12.000Z (over 1 year ago)
- Last Synced: 2023-03-05T22:49:43.966Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://threejs-instanced-planes.netlify.app/
- Size: 1.04 MB
- Stars: 25
- Watchers: 2
- Forks: 1
- 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
```