An emulator for learning vector algebra and quaternions before creating a real model.
First install dependencies:
yarn
To run in hot module reloading mode:
yarn start
To create a production build:
yarn build-prod
Made with createapp.dev, TypeScript, three.js, lil-gui