Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parasyte/cartunes
Simple comparison app for iRacing car setups.
https://github.com/parasyte/cartunes
diff iracing
Last synced: 10 days ago
JSON representation
Simple comparison app for iRacing car setups.
- Host: GitHub
- URL: https://github.com/parasyte/cartunes
- Owner: parasyte
- License: mit
- Created: 2021-06-18T20:05:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T02:00:18.000Z (over 1 year ago)
- Last Synced: 2024-10-14T06:49:15.389Z (24 days ago)
- Topics: diff, iracing
- Language: Rust
- Homepage:
- Size: 2.28 MB
- Stars: 55
- Watchers: 6
- Forks: 12
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Support on Patreon](./img/support-on-patreon.png)](https://www.patreon.com/blipjoy "Support the development of CarTunes")
# CarTunes
![CarTunes Logo](./img/logo.png)
Simple comparison app for iRacing car setups.
## About
Export a setup in the iRacing garage and CarTunes will let you compare it with other setup exports side-by-side. It will show changes in green or red, depending on whether the value was increased or decreased.
## Configuration
The config file uses [TOML syntax](https://toml.io/en/) which is similar to the INI file format. It can be found in one of the following locations, depending on the host operating system:
| Host OS | Config file path |
|---------|-----------------------------------------------------------------------|
| Windows | `%AppData%\KodeWerx\CarTunes\config\config.toml` |
| macOS | `$HOME/Library/Application Support/org.KodeWerx.CarTunes/config.toml` |
| Linux | `$HOME/.config/cartunes/config.toml` |The [default config file](./src/default.toml) provides default values for most options, and includes basic documentation describing each section.
## Screenshots
![Dark Mode Theme](./img/dark-mode.png)
![Light Mode Theme](./img/light-mode.png)