Gadiguibou / n-body-system-simulator

A simple interactive n-body simulation: https://n-body.glcrx.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

N-body simulation

To learn more about this project read the "About" page.

Installation

Install the project dependencies with npm install.

Running a development server

Use the following to run a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

Build the website for production with the following:

npm run build

You can preview the built app with npm run preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.

You may need to install an adapter for your target environment before deploying.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

About

A simple interactive n-body simulation: https://n-body.glcrx.com/


Languages

Language:Svelte 94.8%Language:JavaScript 2.7%Language:HTML 2.5%