Back to Projects List
- Kyle Sunderland (Queen's University)
- Jarett Rushmore (Boston University)
Implement and integrate robust interactions using both touchscreen gestures and peripherals such as the Microsoft Surface Pen, and Microsoft Surface Dial.
- Demonstrate and receive feedback on the current state of gesture and peripheral interactions in 3D Slicer
- Determine the requirements for the utilization of interactions during segmentation
- Update interactions in VTK and Slicer based on feedback
- VTK pull request for fixing touchscreen gestures
- Slicer Pull request for adding touchscreen gestures
- Added tablet mode to segment editor
- Tablet mode rejects regular mouse events and instead only acknowledges tablet events within the segment editor
- Added interaction with button on surface pen to switch between the last active segment editor effect
- Would be useful to have a button on the tablet that increments/deincrements through the slices
- For Microsoft Surface Pen, pen button events are sent as "Windows Key" + F18-F20, however Slicer is only currently detectinbg the "Windows Key" (Qt::Key_Meta)
- Improvements have been added to Qt, starting with the currently Slicer incompatible version of 5.12 (https://bugreports.qt.io/browse/QTBUG-53739)