https://github.com/thibautre/othrworld
💫 Physically accurate Orbital Simulator, built with React, Zustand and SVG. Highly unstable
https://github.com/thibautre/othrworld
orbit orbital-mechanics orbital-simulation react
Last synced: about 1 month ago
JSON representation
💫 Physically accurate Orbital Simulator, built with React, Zustand and SVG. Highly unstable
- Host: GitHub
- URL: https://github.com/thibautre/othrworld
- Owner: thibautRe
- Created: 2020-12-24T15:30:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T21:20:42.000Z (about 5 years ago)
- Last Synced: 2025-02-16T17:39:04.326Z (over 1 year ago)
- Topics: orbit, orbital-mechanics, orbital-simulation, react
- Language: TypeScript
- Homepage: https://othr.world
- Size: 2.46 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Othrworld
This monorepo contains the source code for Othrworld, a single-player game about space systems and exploration.
[](https://app.netlify.com/sites/othrworld-master/deploys)
## Development
The repo is organised in a monorepo structure using Yarn Workspaces. The main app is located in the [`@othrworld/app`](./packages/app/) package.
To run the app, run the following commands:
```sh
yarn install
yarn start
```
This will compile all the inner dependencies, run typescript watchers and start the app on port 3000.