{"id":13568039,"url":"https://github.com/InfinityGhost/OpenTabletDriver","last_synced_at":"2025-04-04T04:30:41.624Z","repository":{"id":41478878,"uuid":"452519089","full_name":"InfinityGhost/OpenTabletDriver","owner":"InfinityGhost","description":"Open source, cross-platform, user-mode tablet driver","archived":false,"fork":true,"pushed_at":"2025-01-18T17:57:15.000Z","size":11541,"stargazers_count":32,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T18:48:26.144Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://opentabletdriver.net/","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"OpenTabletDriver/OpenTabletDriver","license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InfinityGhost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"infinityghost","ko_fi":"infinityghost"}},"created_at":"2022-01-27T02:57:10.000Z","updated_at":"2024-11-20T14:26:20.000Z","dependencies_parsed_at":"2023-02-14T12:02:10.329Z","dependency_job_id":null,"html_url":"https://github.com/InfinityGhost/OpenTabletDriver","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfinityGhost%2FOpenTabletDriver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfinityGhost%2FOpenTabletDriver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfinityGhost%2FOpenTabletDriver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfinityGhost%2FOpenTabletDriver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InfinityGhost","download_url":"https://codeload.github.com/InfinityGhost/OpenTabletDriver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247123071,"owners_count":20887259,"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":[],"created_at":"2024-08-01T14:00:19.258Z","updated_at":"2025-04-04T04:30:39.629Z","avatar_url":"https://github.com/InfinityGhost.png","language":null,"funding_links":["https://patreon.com/infinityghost","https://ko-fi.com/infinityghost"],"categories":["Uncategorized","Gameplay"],"sub_categories":["Uncategorized","Reddit"],"readme":"[![Actions Status](https://github.com/OpenTabletDriver/OpenTabletDriver/workflows/.NET%20Core/badge.svg)](https://github.com/OpenTabletDriver/OpenTabletDriver/actions) [![CodeFactor](https://www.codefactor.io/repository/github/OpenTabletDriver/OpenTabletDriver/badge/master)](https://www.codefactor.io/repository/github/OpenTabletDriver/OpenTabletDriver/overview/master) [![Total Download Count](https://img.shields.io/github/downloads/OpenTabletDriver/OpenTabletDriver/total.svg)](https://github.com/OpenTabletDriver/OpenTabletDriver/releases/latest)\n\n# OpenTabletDriver\n\nEnglish | [한국어](README_KO.md) | [Español](README_ES.md) | [Русский](README_RU.md) | [简体中文](README_CN.md) | [Français](README_FR.md)\n\nOpenTabletDriver is an open source, cross platform, user mode tablet driver. The goal of OpenTabletDriver is to be cross platform as possible with the highest compatibility in an easily configurable graphical user interface.\n\n\u003cp align=\"middle\"\u003e\n  \u003cimg src=\"https://i.imgur.com/XDYf62e.png\" width=\"410\" align=\"middle\"/\u003e\n  \u003cimg src=\"https://i.imgur.com/jBW8NpU.png\" width=\"410\" align=\"middle\"/\u003e\n  \u003cimg src=\"https://i.imgur.com/ZLCy6wz.png\" width=\"410\" align=\"middle\"/\u003e\n\u003c/p\u003e\n\n# Supported Tablets\n\nAll statuses of tablets that are supported, untested, and planned to be supported can be found here. Common issue workarounds can be found in the wiki for your platform.\n\n- [Supported Tablets](https://opentabletdriver.net/Tablets)\n\n# Installation\n\n- [Windows](https://opentabletdriver.net/Wiki/Install/Windows)\n- [Linux](https://opentabletdriver.net/Wiki/Install/Linux)\n- [MacOS](https://opentabletdriver.net/Wiki/Install/MacOS)\n\n# Running OpenTabletDriver binaries\n\nOpenTabletDriver functions as two separate processes that interact with each other seamlessly. The active program that does all of the tablet data handling is `OpenTabletDriver.Daemon`, while the GUI frontend is `OpenTabletDriver.UX.*`, where `*` depends on your platform\u003csup\u003e1\u003c/sup\u003e. The daemon must be started in order for anything to work, however the GUI is unnecessary. If you have existing settings, they should apply when the daemon starts.\n\n\u003e \u003csup\u003e1\u003c/sup\u003eWindows uses `Wpf`, Linux uses `Gtk`, and MacOS uses `MacOS` respectively. This for the most part can be ignored if you don't build it from source as only the correct version will be provided.\n\n## Building OpenTabletDriver from source\n\nThe requirements to build OpenTabletDriver are consistent across all platforms. Running OpenTabletDriver on each platform requires different dependencies.\n\n### All platforms\n\n- .NET 6 SDK (can be obtained from [here](https://dotnet.microsoft.com/download/dotnet/6.0) - You want the SDK for your platform, Linux users should install via package manager where possible)\n\n#### Windows\n\nNo other dependencies.\n\n#### Linux\n\nRequired packages (some packages may be pre-installed for your distribution)\n\n- libx11\n- libxrandr\n- libevdev2\n- GTK+3\n\nTo build on Linux, run the provided 'build.sh' file. This will run the\nsame 'dotnet publish' commands used for building the AUR package, and\nwill produce usable binaries in 'OpenTabletDriver/bin'.\n\nTo build on ARM linux, run the provided 'build.sh' file with the\nappropriate runtime provided as an argument. For arm64, this is\n'linux-arm64'.\n\nNote: If building for the first time, run the included\ngenerate-rules.sh script. This will generate a set of udev rules in\nOpenTabletDriver/bin, called '99-opentabletdriver.rules'. This file\nshould then be moved to `/etc/udev/rules.d/`:\n\n```\nsudo mv ./bin/99-opentabletdriver.rules /etc/udev/rules.d/\n```\n\n#### MacOS [Experimental]\n\nNo other dependencies.\n\n# Features\n\n- Fully platform-native GUI\n  - Windows: `Windows Presentation Foundation`\n  - Linux: `GTK+3`\n  - MacOS: `MonoMac`\n- Fully fledged console tool\n  - Quickly acquire, change, load, or save settings\n  - Scripting support (json output)\n- Absolute cursor positioning\n  - Screen area and tablet area\n  - Center-anchored offsets\n  - Precise area rotation\n- Relative cursor positioning\n  - px/mm horizontal and vertical sensitivity\n- Pen bindings\n  - Tip by pressure bindings\n  - Express key bindings\n  - Pen button bindings\n  - Mouse button bindings\n  - Keyboard bindings\n  - External plugin bindings\n- Saving and loading settings\n  - Auto-loads user settings via `settings.json` in the active user `%localappdata%` or `.config` settings root directory.\n- Configuration Editor\n  - Allows you to create, modify, and delete configurations.\n  - Generate configurations from visible HID devices\n- Plugins\n  - Filters\n  - Output modes\n  - Tools\n\n# Contributing to OpenTabletDriver\n\nIf you wish to contribute to OpenTabletDriver, check out the [issue\ntracker](https://github.com/OpenTabletDriver/OpenTabletDriver/issues). When\ncreating pull requests, follow the guidelines outlined in our [contribution\nguidelines](https://github.com/OpenTabletDriver/OpenTabletDriver/blob/master/CONTRIBUTING.md).\n\nIf you have any issues or suggestions, [open an issue\nticket](https://github.com/OpenTabletDriver/OpenTabletDriver/issues/new/choose)\nand fill out the template with relevant information. We welcome both bug\nreports, as well as new tablets to add support for. In many cases adding support\nfor a new tablet is quite easy.\n\nFor issues and PRs related to OpenTabletDriver's packaging, please see the repository [here](https://github.com/OpenTabletDriver/OpenTabletDriver.Packaging).\n\nFor issues and PRs related to OpenTabletDriver's [web page](https://opentabletdriver.net), see the repository [here](https://github.com/OpenTabletDriver/OpenTabletDriver.Web).\n\n### Supporting a new tablet\n\nIf you'd like us to add support for a new tablet, open an issue or join our\n[discord](https://discord.gg/9bcMaPkVAR) asking for support. *We generally\nprefer that adding support for a tablet be done through discord, due to the\nback-and-forth involved*.\n\nWe'll have you do a few things like making a recording of the data sent by your\ntablet using our built-in tablet debugging tool, testing features of the tablet\n(on-tablet buttons, pen buttons, pen pressure, etc) with different configs we'll\nsend you to try.\n\nYou're also of course welcome to open a PR adding support for it yourself, if\nyou have a good grasp on what's involved.\n\nGenerally this process is relatively easy, especially if it's for a tablet\nmanufacturer we already have support for on other tablets.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInfinityGhost%2FOpenTabletDriver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FInfinityGhost%2FOpenTabletDriver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInfinityGhost%2FOpenTabletDriver/lists"}