R>> F1sim>> 返回
项目作者: QuentinGruber

项目描述 :
Formula1 simulator
高级语言: C++
项目地址: git://github.com/QuentinGruber/F1sim.git
创建时间: 2020-02-06T19:50:50Z
项目社区:https://github.com/QuentinGruber/F1sim

开源协议:MIT License

下载


cpp_project

How to build

This project was made with Jetbrain CLION 2019.3.4
And use C++20.

Use CLION :

Work with visual studio or MinGW toolchains.

  • Open the project
  • Build the project
    F1sim.exe has been build in cmake-build folder

Other way :

Need :
-CMAKE VERSION > 3.15
-Visual studio 2019
-MSVC v142 - VS 2019 C++ x64/x86 Build Tools
-Kit SDK Windows 10 (10.0.18362.0)

  • Use the cmake . command in the folder to compile the project
  • Open F1sim.sln
  • Then generate F1sim
    F1sim.exe has been build in Debug folder or Release folder , it depend on which one you choosed.

telemetry (10 items)

  • Tyre pressure
  • Tire wear
  • Motor temperature
  • Fuel rate
  • Oil rate
  • Brake system wear
  • Wear of the DRS
  • Anti-lock Brake System (ABS) wear during braking
  • Wear of the steering column
  • Condition of the bodywork

Docs

Click here