Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.89 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.89 KB

SMCE-gd CI

Official frontend for libSMCE using Godot.
Initially created to emulate cars supporting the smartcar_shield platform.

Resources

Dependencies

* To install libSMCE head to it's releases page and extract/install one of the artifacts, then set the env var SMCE_ROOT pointed to the root of the extracted directory.

Building

mkdir build
cmake -B build
cmake --build build --target godot-smce

Building with new LIB_SMCE

Get latest libSMCE Release Change environment variable to the correct version copy SMCE.dll from release to project

cmake --build build --config release

Packaging is done using CPack.
note: we bundle the shared lib of SMCE on export

Running

  • godot --path project/
  • Or open up the project folder in the Godot editor and start from there.

Credits

Copyright ItJustWorks™, Apache 2.0 licensed

Software courtesy of RuthgerD
CI & Packaging by AeroStun
Logo by @Reves.sur.papier
Car model by Ancelin Bouchet