https://github.com/brunosimon/webgl-black-hole
https://github.com/brunosimon/webgl-black-hole
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunosimon/webgl-black-hole
- Owner: brunosimon
- Created: 2022-06-25T12:47:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T15:29:50.000Z (over 2 years ago)
- Last Synced: 2024-08-05T08:09:22.872Z (7 months ago)
- Language: JavaScript
- Homepage: webgl-black-hole.vercel.app
- Size: 53.7 MB
- Stars: 161
- Watchers: 7
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WebGL Black Hole
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:``` bash
# Install dependencies (only the first time)
npm install# Run the local server at localhost:8080
npm run dev# Build for production in the dist/ directory
npm run build
```# TODO
- [x] RGBShift
- [ ] Vignette
- [ ] Vibration
- [ ] Better lighting
- [ ] Timeline
- [ ] Base model
- [ ] Textured model
- [ ] Intro
- [ ] Outro