Skip to content

A frontend for libSMCE made with godot using gdnative

License

Notifications You must be signed in to change notification settings

Marble879/smce-gd

 
 

Repository files navigation

SMCE-gd CI

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

Resources

Dependencies

  • Godot (for gdscript)
  • libSMCE (prebuilts automatically downloaded)
  • godot-cpp (automatically built from source; *SConstruct is not used, but Python3 is still required)
  • C++20-compatible compiler + CMake

Building

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

Packaging is done using CPack.

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

About

A frontend for libSMCE made with godot using gdnative

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • GDScript 54.7%
  • C++ 32.9%
  • CMake 10.3%
  • Python 1.2%
  • Other 0.9%