Skip to content
This repository has been archived by the owner on May 30, 2018. It is now read-only.
/ nuimo-foo Public archive

Universal Windows app for Nuimo which triggers windows apps.

License

Notifications You must be signed in to change notification settings

mrothenbuecher/nuimo-foo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuimoFoo

Universal Windows app for Nuimo which triggers apps. It's based on nuimo-windows-demo.

functionality

You can assign to each nuimo event e.g. ButtonPress, SwipeLeft, ... an application call

These settings are defined in profiles. Each profile is a JSON file which looks something like this:

{
  "SwipeUp": "nuimokeytrigger:^j",
  "SwipeDown": "nuimokeytrigger:^+j",
  "SwipeLeft": "nuimodde:?server=abas-EKS&topic=COMMAND&request=dis",
  "SwipeRight": null,
  "RotateRight": "nuimokeytrigger:{DOWN}",
  "RotateLeft": "nuimokeytrigger:{UP}",
  "ButtonPress": "nuimokeytrigger:{F11}{ENTER}",
  "ButtonRelease": null,
  "FlyUp": null,
  "FlyDown": null,
  "FlyLeft": null,
  "FlyRight": null
}

You can change between profiles on the run.

I've created two example apps

attention

Rotate events are only triggerd if the absolute value of the event is bigger 20.

If the FlyEvent value is bigger or equal 135 it will cause the FlyUp trigger, if it's less or equal 115 and bigger 1 it will trigger FlyDown.

requirements

Windows 10

About

Universal Windows app for Nuimo which triggers windows apps.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages