Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 13 days ago
JSON representation

Galaxy Simulation using ThreeJs library

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