{"id":16712652,"url":"https://github.com/kimihikoakayasaki/plugin_touchlink","last_synced_at":"2025-04-10T05:45:44.716Z","repository":{"id":142222824,"uuid":"544037818","full_name":"KimihikoAkayasaki/plugin_TouchLink","owner":"KimihikoAkayasaki","description":"Amethyst.NET plugin for TouchLink","archived":false,"fork":false,"pushed_at":"2024-12-03T17:48:42.000Z","size":105,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-24T06:54:45.454Z","etag":null,"topics":["amethyst-plugin"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KimihikoAkayasaki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-01T13:29:51.000Z","updated_at":"2024-12-03T17:44:58.000Z","dependencies_parsed_at":"2024-12-03T18:27:47.661Z","dependency_job_id":"8a37d1d8-7378-493b-8fda-34aedb04a329","html_url":"https://github.com/KimihikoAkayasaki/plugin_TouchLink","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KimihikoAkayasaki%2Fplugin_TouchLink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KimihikoAkayasaki%2Fplugin_TouchLink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KimihikoAkayasaki%2Fplugin_TouchLink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KimihikoAkayasaki%2Fplugin_TouchLink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KimihikoAkayasaki","download_url":"https://codeload.github.com/KimihikoAkayasaki/plugin_TouchLink/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166881,"owners_count":21058479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amethyst-plugin"],"created_at":"2024-10-12T20:31:11.586Z","updated_at":"2025-04-10T05:45:44.699Z","avatar_url":"https://github.com/KimihikoAkayasaki.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿\u003ch1 dir=auto\u003e\n\u003cb\u003eTouchLink\u003c/b\u003e\n\u003ca style=\"color:#9966cc;\" href=\"https://github.com/KinectToVR/Amethyst\"\u003eAmethyst\u003c/a\u003e\n\u003ctext\u003edevice plugin\u003c/text\u003e\n\u003c/h1\u003e\n\n## **License**\nThis project is licensed under the GNU GPL v3 License \n\n## **Overview**\nThis repo is a projected implementation of the `ITrackingDevice` interface,  \nproviding Amethyst support for Oculus (OVR) devices, using the [Oculus OVR SDK](https://developer.oculus.com/downloads/package/oculus-sdk-for-windows/).  \n[The device handler](DeviceHandler) is written in C++/WinRT, and [the plugin itself](plugin_TouchLink) is written in C#\n\n## **Downloads**\nYou're going to find built plugins in [repo Releases](https://github.com/KimihikoAkayasaki/plugin_TouchLink/releases/latest/).\n\n## **Build \u0026 Deploy**\nBoth build and deployment instructions [are available here](https://github.com/KimihikoAkayasaki/plugin_TouchLink/blob/master/.github/workflows/build.yml).\n - Download the [Oculus OVR SDK](https://developer.oculus.com/downloads/package/oculus-sdk-for-windows/) and unzip it to `\\external\\OVRSDK`\n - Open in Visual Studio and publish using the prepared publish profile  \n   (`plugin_TouchLink` → `Publish` → `Publish` → `Open folder`)\n - Copy the published plugin to the `plugins` folder of your local Amethyst installation  \n   or register by adding it to `$env:AppData\\Amethyst\\amethystpaths.k2path`\n   ```jsonc\n   {\n    \"external_plugins\": [\n        // Add the published plugin path here, this is an example:\n        \"F:\\\\source\\\\repos\\\\plugin_TouchLink\\\\plugin_TouchLink\\\\bin\\\\Release\\\\Publish\"\n    ]\n   }\n   ```\n\n## **Wanna make one too? (K2API Devices Docs)**\n[This repository](https://github.com/KinectToVR/Amethyst.Plugins.Templates) contains templates for plugin types supported by Amethyst.\u003cbr\u003e\nInstall the templates by `dotnet new install Amethyst.Plugins.Templates::1.2.0`  \nand use them in Visual Studio (recommended) or straight from the DotNet CLI.  \nThe project templates already contain most of the needed documentation,  \nalthough please feel free to check out [the official wesite](https://docs.k2vr.tech/) for more docs sometime.\n\nThe build and publishment workflow is the same as in this repo (excluding vendor deps).  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimihikoakayasaki%2Fplugin_touchlink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkimihikoakayasaki%2Fplugin_touchlink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimihikoakayasaki%2Fplugin_touchlink/lists"}