https://github.com/prankush-tech/galaxy-milky-way
THIS IS A GALAXY CREATED IN THREE-JS LIBRARY OF JAVA SCRIPT WITH BUFFER PARCTICLES SYSTEM.🦐🦐 You can create random galaxy by hitting the randomize button in debug panel.
https://github.com/prankush-tech/galaxy-milky-way
Last synced: about 1 month ago
JSON representation
THIS IS A GALAXY CREATED IN THREE-JS LIBRARY OF JAVA SCRIPT WITH BUFFER PARCTICLES SYSTEM.🦐🦐 You can create random galaxy by hitting the randomize button in debug panel.
- Host: GitHub
- URL: https://github.com/prankush-tech/galaxy-milky-way
- Owner: prankush-tech
- Created: 2021-12-05T19:00:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T08:57:51.000Z (about 4 years ago)
- Last Synced: 2025-02-26T18:33:05.315Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://prankush-milkyway.netlify.app/
- Size: 3.19 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Three.js Journey - Bruno
# GO Live
## 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
```
https://user-images.githubusercontent.com/76916192/147052266-0b3425f8-84b1-49dd-b0c3-4a6db9986f75.mp4