{"id":15015051,"url":"https://github.com/nahkd123/inkingcraft","last_synced_at":"2026-01-04T08:31:44.849Z","repository":{"id":225347811,"uuid":"765305040","full_name":"nahkd123/inkingcraft","owner":"nahkd123","description":"Play Minecraft with your graphics tablet!","archived":false,"fork":false,"pushed_at":"2024-03-03T06:24:10.000Z","size":119,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T13:48:53.454Z","etag":null,"topics":["client-mod","fabricmc","fabricmc-mod","graphics-tablet","java","java-21","minecraft","minecraft-mod","pen-tablets"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"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/nahkd123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-02-29T17:02:50.000Z","updated_at":"2024-05-29T22:39:10.000Z","dependencies_parsed_at":"2025-01-27T13:47:26.427Z","dependency_job_id":"bf979ff7-c6c8-47d4-b03c-c86e985bec86","html_url":"https://github.com/nahkd123/inkingcraft","commit_stats":null,"previous_names":["nahkd123/inkingcraft"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahkd123%2Finkingcraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahkd123%2Finkingcraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahkd123%2Finkingcraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahkd123%2Finkingcraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nahkd123","download_url":"https://codeload.github.com/nahkd123/inkingcraft/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244968311,"owners_count":20540100,"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":["client-mod","fabricmc","fabricmc-mod","graphics-tablet","java","java-21","minecraft","minecraft-mod","pen-tablets"],"created_at":"2024-09-24T19:46:26.264Z","updated_at":"2026-01-04T08:31:44.821Z","avatar_url":"https://github.com/nahkd123.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![InkingCraft Mod Icon](src/main/resources/assets/inkingcraft/icon.png)\n\n# InkingCraft\n_Play Minecraft with your graphics tablet! (sort of)_\n\n## Features\n- Access to additional info from graphics tablet: Pen absolute position; pen pressure; tilting angles, etc...\n- Mouse emulation: Emulate mouse; control player's camera.\n- Buttons binding: Bind pen and tablet buttons to game's keybind or triggers from other mods.\n- _More to come!_\n\n## Installing InkingCraft (as of Feb 29th, 2024)\n1. Clone [Inking](https://github.com/nahkd123/inking) repository and this repository.\n1. Install Inking to Maven local repository: `cd inking \u0026\u0026 mvn install`. This will build natives for current platform only (blame .NET NativeAOT).\n1. Install InkingCraft to Maven local repository: `cd ../inkingcraft \u0026\u0026 ./gradlew publishToMavenLocal`. This will install InkingCraft to local repository so you can use InkingCraft as dependency. It will also build the mod, which can be installed in your `mods/` folder (InkingCraft is a client-side mod so there is no need to install on server).\n1. Enjoy!\n\n## Handling inputs\nThere are 5 different ways to handle inputs with InkingCraft:\n1. Handle unfiltered packets through `TabletPacketsCallback`, which will call your callbacks in **input thread** (yes it is multithreaded so beware).\n1. Handle filtered packets through `TabletPacketsCallback` (still call callbacks in input thread).\n1. Handle packets in your GUI widget (by implementing `TabletElement` interface). Contains both sync and async methods.\n1. Read the current pointer position in `InkingInputManager` (contains pointer's last received packet).\n1. Register your callback directly to `Tablet` from `Inking`, which also call your callback from input thread.\n\n## License\nMIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnahkd123%2Finkingcraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnahkd123%2Finkingcraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnahkd123%2Finkingcraft/lists"}