Skip to content

Divelix/rotation_converter

Repository files navigation

Rotation Converter

Rotation converter is a web page that allows to easily adjust rotation in 3D view and set/get rotation in various mathematical representations.

Tech stack

  • Vue 3 Composition API
  • TypeScript
  • Vite
  • Bun

Contribution

How to run

  1. Install VSCode
  2. Install VSCode Extentions:
    • ms-azuretools.vscode-docker
    • ms-vscode-remote.remote-containers
    • Vue.volar
  3. Ctrl+Shift+P -> Reopen in container
  4. bun run dev (inside devcontainer terminal)