A minimal .NET 9 minimal‐API + React/Vite + Three.js 3D toe & camber front wheel alignment simulator.
- Select a car, click Get Measurements to get random measuring values, then tweak the toe & camber sliders.
- Green/orange/red feedback shows how far off you are from the optimal values.
- Switch between 3D camera views or rotate manually (click and drag within canvas).
- Add and delete cars.
- Responsive design (desktop & mobile)
git clone https://github.com/xsvedisx/3DToeCamberSimcd 3DToeCamberSim/CarsApi
dotnet runcd 3DToeCamberSim/CarAlignmentSim
npm install
npm run devcd 3DToeCamberSim/CarsApi.Tests
dotnet testThe ports have been forced in the project. If you need to modify these.
- Go to 3DToeCamberSim/CarsApi/Program.cs → line 6
- Go to 3DToeCamberSim/CarAlignmentSim/.env → line 1
- Go to 3DToeCamberSim/CarAlignmentSim/src/api.js → line 2
- Go to 3DToeCamberSim/CarAlignmentSim/vite.config.js → line 7
