Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
케플러 방정식을 이용한 태양계 행성들의 궤도 계산 시뮬레이터
- Host: GitHub
- URL: https://github.com/evan-moon/solarsystemts
- Owner: evan-moon
- Created: 2017-11-26T02:08:37.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T20:33:36.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T07:42:19.382Z (7 months ago)
- Topics: simulator, solar-system, threejs, typescript, vue, webgl
- Language: TypeScript
- Homepage: https://evan-moon.github.io/solarsystemts/
- Size: 61.5 MB
- Stars: 62
- Watchers: 3
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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
```