Skip to content

Joy1792/interactive-ink-examples-wpf

 
 

Repository files navigation

What is it about?

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.

Getting started

Prerequisites

This getting started section has been tested with Visual Studio 2015.

Installation

  1. Clone the examples repository git clone https://github.com/MyScript/interactive-ink-examples-wpf.git

  2. Claim a certificate to receive the free license to start develop your application by following the first steps of Getting Started

  3. Copy this certificate to GetStarted\MyCertificate.cs and Demo\MyCertificate.cs

  4. Open MyScript.InteractiveInk.Examples.Wpf-VS2015.sln. 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".

Building your own integration

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.

Documentation

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.

Getting support

You can get some support from the dedicated section on MyScript Developer website.

Sharing your feedback ?

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 myapp@myscript.com.

Contributing

We welcome your contributions: If you would like to extend those examples for your needs, feel free to fork it! Please sign our Contributor License Agreement before submitting your pull request.

About

MyScript Interactive Ink examples and user interface reference implementation for Windows WPF.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.7%
  • PowerShell 2.3%