The pen tablet Minecraft mod.
Addons are always included inside the main mod. However, they are not loaded by Fabric Loader when you don't have required mod installed.
Calligraphy include addons for the following mods:
Calligraphy Axiom Addon introduce tools for sculpting the terrain.
- Draw (sorta finished)
- Smooth & Scrape (need to learn more about client API)
Calligraphy WorldEdit Addon allows you to use your WorldEdit brush with pressure-sensitive pen tablet. The client would actively sending pressure data to server over plugin messaging channel, and the server plugin/mod would change the size of the brush based on how hard you press your pen.
- Requires Visual Studio C++ tools
- Requires GCC toolchain
- Get Java Development Kit 21.
- Clone this repository.
- Build with
./gradlew build. - Grab the mod in
build/libs/. The one without-sourcesis what you probably want.
Only support x86_64 for now. ARM64 is planned for distant future (when I have a Windows ARM device).
- Windows: Supported! (using Windows Ink)
- Linux: Not supported yet. If you want to add support for Linux, consider open a new PR.
linux/input.his preferred. Only consider OpenTabletDriver when there is no other option. - MacOS: Not supported yet. No standard/official API for MacOS at this moment (and I don't have a Mac either).
MIT License. See LICENSE for legal document.