The project pyracedash was similar to the idea I had in mind. It gave me the idea to use pygame as the graphics library, helped with the implementation of fetching data from CREST2, as well as rendering items.
Recently I have been playing Project Cars 2, and learned about the telemetry system that it offers. I looked into what was already made for it, and decided to make my own.
CREST2 running on the PC you have Project Cars 2 installed. Python3.6 and venv module pip
- Initialize venv with Python (I used Python3.8)
python3.8 -m venv p3.8
- Activate venv
source p3.8/bin/activate
- Install pip requirements
pip install -r requirements.txt
- Activate virtualenv
source p3.8/bin/activate
- Run 'er
python main.py