https://github.com/powerbounty/galaxy-simulation-at3
Galaxy Simulation using ThreeJs library
https://github.com/powerbounty/galaxy-simulation-at3
astronomy galaxy-project school-project simulation threejs
Last synced: about 2 months ago
JSON representation
Galaxy Simulation using ThreeJs library
- Host: GitHub
- URL: https://github.com/powerbounty/galaxy-simulation-at3
- Owner: Powerbounty
- Created: 2024-10-21T03:16:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T04:58:40.000Z (over 1 year ago)
- Last Synced: 2024-10-24T22:39:51.074Z (over 1 year ago)
- Topics: astronomy, galaxy-project, school-project, simulation, threejs
- Language: JavaScript
- Homepage:
- Size: 7.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
You will need the following things downloaded to run the code
1. Vite
2. ThreeJS
3. Node JS
4. Dat Gui
# Node Js
# installs fnm (Fast Node Manager)
winget install Schniz.fnm
# configure fnm environment
fnm env --use-on-cd | Out-String | Invoke-Expression
# download and install Node.js
fnm use --install-if-missing 20
# verifies the right Node.js version is in the environment
node -v # should print `v20.18.0`
# verifies the right npm version is in the environment
npm -v # should print `10.8.2`
# ThreeJs
npm install --save three
# Vite
npm install --save-dev vite
# To run Vite:
In terminal: npx vite