Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xvsanuj/animated-galaxy
Animated galaxy using three.js
https://github.com/xvsanuj/animated-galaxy
animated bruno-simon creativity-and-resilience example galaxy projec threejs threejs-journey
Last synced: 28 days ago
JSON representation
Animated galaxy using three.js
- Host: GitHub
- URL: https://github.com/xvsanuj/animated-galaxy
- Owner: xvsanuj
- License: apache-2.0
- Created: 2024-12-10T01:44:41.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2024-12-10T01:47:59.000Z (30 days ago)
- Last Synced: 2024-12-10T02:31:05.389Z (30 days ago)
- Topics: animated, bruno-simon, creativity-and-resilience, example, galaxy, projec, threejs, threejs-journey
- Language: JavaScript
- Homepage: https://animated-galaxy-blue.vercel.app/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Animated Galaxy Project
## 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
``