pip install fastapi==0.105.0
pip install "uvicorn[standard]"
pip install mecademicpy
pip install python-fcl
pip install scikit-robot
- Install Tauri (Recommended) Install Rust By the CLI, at the directory you want to create the project
npm create tauri-app@latest
or
- Install vite By the CLI, at the directory you want to create the project
npm init vite
npm install
npm install axios
npm install vuetify
npm install dat.gui --save-dev
npm install @types/dat.gui --save-dev
npm install vuex
npm install @mdi/font -D
(You can also select your own Icon set)
npm install --save three
(If use three js as 3D rendering)
npm run dev
npm run tauri dev
(saved to directory [PROJECT-NAME]\src-tauri\target)