StichtingFormulaZeroTeamDelft / H2Analyst

Data visualization and analysis tool, built for Forze Hydrogen Racing. C++ Plotter
MIT License
0 stars 0 forks source link

H2Analyst

Data visualization and analysis tool, built for Forze Hydrogen Racing.

Installation Instructions

In order to install the plotter go to releases page and download the installer for the latest release. Then run the downloaded installer to install the plotter.

To install the project for development see the section on Local Development Setup.

Local Development Setup

The instructions for a local setup of the project are based on Visual Studio 2022 (Community)\ However the project should be compatible with any version of Visual Studio $\geq$ 2017

Installing Qt

Visual Studio 2022 Setup

Finishing up

Lastly make sure that all the git submodules are pulled aswell.\ Do this by running git submodule update --init --recursive -f in the repo folder on your machine.\ Ater following these steps verify that the everything is installed correctly by starting the project (Ctrl+F5) in Visual Studio 2022.

Creating Installers

To create an installer for a new release follow these steps:

Code Structure

The code for this application is structured in the following way: