Skip to content

Plugin and extensions SDKs

Wotever edited this page Feb 22, 2024 · 1 revision

To expand SimHub 3 demo projects are available.

Requirements :

  • Visual Studio 2022 or later
  • WPF and C# knowledge

The demo projects are located in C:\Program Files (x86)\SimHub\PluginSdk

  • User.DeviceExtensionDemo : Device extension project, allows to attach an extension to an existing device.
  • User.LedEditorEffect : Allows to create custom led effects
  • User.PluginSdkDemo : Allows to create a whole plugin able to create properties and actions

Warning : The SDK is limited to the core of Simhub as demonstrated in the examples. Simhub is a living project, and reusing undocumented components is not blocked but can lead to broken plugins after a Simhub update.

Clone this wiki locally