Skip to content
Oddbjørn Bakke edited this page May 8, 2021 · 7 revisions

Welcome to the TouchPortalSDK wiki!

  • Navigation to the right ->

Or just read the API Documentation from TouchPortal.

A protip, the people on the TouchPortal discord server are really friendly, and the plugin developers there are very helpful.

Goals of this SDK:

  • Target Full Framework and dotnet core:

This plugin targets netstandard2.0, and is used both with FullFramework and dotnet core projects.
Reason for supporting Full Framework is that there is certain things that dotnet core does not support well on Windows yet, ex. Bluetooth stacks.
Also some applications with plugin support does not support dotnet core type projects.

  • Working with console and UI:

Yes, you read correctly. The SDK might work with UI Applications... but why you might ask?
One thing is making popup messages etc., but some .Net functionality is only available with WinForms, WPF or UWP.

  • Similarities with other SDKs:

We want this to be similar to other SDKs, not only because it then is easier to maintain. But also because it's then less fragile for changes by TouchPortal.

  • Open and free

We are using MIT license here, so you can do whatever you want with this code. If developers disappears from the face of the earth, no problem. Take the code, make it your own.

Clone this wiki locally