Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)