This project implements a client for OpenIGTLink implemented for the Universal Windows Platform.
- UWPOpenIGTLink requires the OpenIGTLink library, which is a CMake'ified project. At the moment, UWPOpenIGTLink is hardcoded to search for headers in the folders
OpenIGTLink-bin-$(Platform)
where$(Platform)
is eitherWin32
orx64
. Thus, you need to CMake the OpenIGTLink project into either of these two folders, depending on what architecture you want (or both).- So, build OpenIGTLink into
OpenIGTLink-bin-Win32
and/orOpenIGTLink-bin-x64
- So, build OpenIGTLink into
- Once OpenIGTLink is built, you can build the UWPOpenIGTLink solution as normal.
// Code samples
- Current supported messages are TRACKEDFRAME, TRANSFORM, TDATA, and COMMAND messages are supported.
- The UI project creates a simple 2D UWP application that receives image and transform data and displays it. At the moment, only a single slice can be visualized in the case of volumetric data.
Please report issues using the Issues tool.
This project is released under the Apache 2 license.