Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakharsk/stewartplatformts
YA Stewart platform emulator with Three.js
https://github.com/zakharsk/stewartplatformts
Last synced: 18 days ago
JSON representation
YA Stewart platform emulator with Three.js
- Host: GitHub
- URL: https://github.com/zakharsk/stewartplatformts
- Owner: zakharsk
- Created: 2020-08-25T16:54:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T19:27:32.000Z (about 1 year ago)
- Last Synced: 2024-11-10T03:11:46.375Z (3 months ago)
- Language: TypeScript
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UncoGames Stewart Platform
An emulator for learning vector algebra and quaternions before creating a real model.
## Building and running on localhost
First install dependencies:
```sh
yarn
```To run in hot module reloading mode:
```sh
yarn start
```To create a production build:
```sh
yarn build-prod
```## Credits
Made with
[createapp.dev](https://createapp.dev/),
[TypeScript](https://www.typescriptlang.org/),
[three.js](https://threejs.org/),
[lil-gui](https://github.com/georgealways/lil-gui)