Slideshow Demo - JohnMcCaffery/NuiLib GitHub Wiki
Simple demo demonstrating a slideshow application. Images are supplied from the command line. Going to the next image can be done by swiping the right hand sharply to the right. Left, sharply to the left. Changing image can also be done by making a fist with the right hand (next image) or the left hand (previous image).
Demonstrates a simple application. Has no smoothing and does not attempt to avoid taking unwanted input.
Source is available in the Demos solution file under the "Demo-SlideShow" project. It can be compiled and run with visual studio or the "DEMO_SLIDESHOW_RUN" make target. Source available here