easytab 0.2.0

A Rust crate built for vendor-agnostic interaction with pen & tablet devices.
docs.rs failed to build easytab-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Crates.io Docs.rs

easytab is a Rust crate built for vendor-agnostic interaction with pen & tablet devices. It aims to have a very simple interface that can be easily integrated with other code.

easytab = "0.2.0"

Features

Example

See examples/basic.rs for an example with winit.

Roadmap

  • Implement basic Windows support.
  • Implement basic Linux support.
  • Implement basic MacOS support.
  • Implement support for selecting specific tablet devices.
    • I have this functionality mostly implemented but I'm yet to decide if it is: A) useful, and B) within scope of this crate.