Interactive Ink SDK is the best way to integrate handwriting recognition capabilities into your WPF application. Interactive Ink extends digital ink to allow users to more intuitively create, interact with, and share content in digital form. Handwritten text, mathematical equations or even diagrams are interpreted in real-time to be editable via simple gestures, responsive and easy to convert to a neat output.
This repository contains a "get started" example, a complete example and a reference implementation of the WPF integration part that developers using Interactive Ink SDK can reuse inside their projects. All of those are written in C# and XAML.
The repository content targets WPF platform.
-
Clone the examples repository
git clone https://github.com/MyScript/interactive-ink-examples-wpf.git
-
Claim a certificate to receive the free license to start develop your application by following the first steps of Getting Started
-
Copy this certificate to
GetStarted\MyCertificate.cs
andDemo\MyCertificate.cs
-
Open
MyScript.InteractiveInk.Examples.Wpf.sln
file.GetStarted
project is the most simple example and is design to help you understand what Interactive Ink is about and how easy it is to integrate it into your application.Demo
project contains a complete example and helps you build your own integration. You can select which project to launch by right-clicking the project in the solution browser and selecting "Set as startup project".
In your application add the dependency to MyScript.InteractiveInk.Wpf
nuget. Also copy UIReferenceImplementation
directory into your project. More details available in the developer guide.
A complete guide is available on MyScript Developer website.
The API Reference is available in Visual Studio as soon as the Nugets packages are downloaded.
You can get some support from the dedicated section on MyScript Developer website.
Made a cool app with Interactive Ink? Ready to cross join our marketing efforts? We would love to hear about you! We’re planning to showcase apps using it so let us know by sending a quick mail to [email protected].