A tool for display forza telemetry information.
General engine power curve analysis from real time telemetry information.
Reasonable recommendation for engine rpm control.
Set your game data out to Dash.
When app become weird, you can use the Clear Cache button in the Settings dialog and restart the app. If it doesn't work, just close the app, go to system app cache directory C:\Users\${YOUR_USER_NAME}\AppData\Local and delete the app cache files directory com.johngu.forze-tool.
Webview2 support.
Ensure node (with npm) and rust is already installed in your computer. And your network is ok for connecting npmjs.com and crates.io.
# clone project
git https://github.com/JohnGu9/forza-tool.git
cd forza-tool
# build project
npm i
npm run tauri buildThis project is cross-platform. You can set target-platform to windows/linux/macOS (as long as the platform support webview2).

