Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evan-moon/solarsystemts

케플러 방정식을 이용한 태양계 행성들의 궤도 계산 시뮬레이터
https://github.com/evan-moon/solarsystemts

simulator solar-system threejs typescript vue webgl

Last synced: about 1 month ago
JSON representation

케플러 방정식을 이용한 태양계 행성들의 궤도 계산 시뮬레이터

Awesome Lists containing this project

README

        

# Solar System Simulator

> the solarsysten simulator created by Vue.js, ThreeJS, TypeScript

![img](./thumb.png)

[Live Demo](https://evan-moon.github.io/solarsystemts/#/)

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test
```