Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.8 KB

File metadata and controls

46 lines (29 loc) · 1.8 KB

Skintrack

I recently got into sim racing and Assetto Corsa. As my collection of cars grew, so did the number of skins I owned. I started tracking which skins from which competitions and years I had with the goal of replicating whole seasons as faithfully as possible but that quickly became tedious. As I couldn't find a dedicated app to easily track what I owned and what I needed to complete my collection, I decided to write my own.

.NETC#WindowsLicense

Features

Create the competitions you want to track

screenshot

Add the various cars you own or you need to complete your championships

screenshot

Track which skins you own and their completeness

screenshot

Planned Features

This is only the first version and as such just has basic features.
Planned features are, in no specific order :

  • Season view in which you can see only one season (i.e. 2024 ELMS).
  • Export missing skins per competition.

Known Issues

Known issues are listed here.

Build Instructions

As of right now, if you want to use the app, you'll have to clone this repository and build it yourself.

Important

Requirements: dotnet 9.
I only tested on Windows 11, but it should work on any system supporting .NET

To do that, just do the following in your terminal :

git clone git@github.com:Netris89/SkinTrack.git
cd SkinTrack
dotnet build

The executable will be generated in /bin/Debug/net9.0