From edb2a93350173a8243153c2d1833a8b1c3708317 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 16 Feb 2021 16:15:28 -0500 Subject: [PATCH] Add QControlKit --- .vscode/launch.json | 3 +++ content/projects/qcontrolkit.md | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .vscode/launch.json create mode 100644 content/projects/qcontrolkit.md diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..f771f1e --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,3 @@ +{ + "defaultTheme": "KeepIt" +} \ No newline at end of file diff --git a/content/projects/qcontrolkit.md b/content/projects/qcontrolkit.md new file mode 100644 index 0000000..c5c252c --- /dev/null +++ b/content/projects/qcontrolkit.md @@ -0,0 +1,16 @@ +--- +title: "QControlKit" +date: 2020-05-08T12:00:00-06:00 +draft: false +--- + +## What is it? +QControlKit is an unofficial port of the Figure53 library [QLabKit](https://github.com/Figure53/QLabKit.objc) to .NET and is used as the backend for [qControl]({{< ref "/projects/qcontroller" >}} "qControl") + +## Where can I get it? +This is available as a [NuGet package](https://www.nuget.org/packages/QControlKit/) + +Source Code w/ Example application: [GitHub](https://github.com/jwetzell/QControlKit) + +### Legal Stuff +Figure 53 and QLab are registered trademarks of Figure 53, LLC. qController is not affiliated with Figure53, LLC and this application has not been reviewed nor is it approved by Figure 53, LLC. \ No newline at end of file