From 28d5505edae76ed91708a895815eecf542c23060 Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Thu, 3 Dec 2020 17:37:01 +0100 Subject: inital, matleap api based on https://github.com/tomh4/matleap --- Contents.m | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Contents.m (limited to 'Contents.m') diff --git a/Contents.m b/Contents.m new file mode 100644 index 0000000..a8c0533 --- /dev/null +++ b/Contents.m @@ -0,0 +1,18 @@ +% matleap Leap Motion Controller Interface +% ---------------------------------------- +% +% Copyright (C) 2013 Jeff Perry +% +% FUNCTIONS +% --------- +% v=matleap_version Get the version number +% f=matleap_frame Get a frame from the leap motion controller +% +% HISTORY +% ------- +% jsp Wed Nov 20 10:36:45 CST 2013 Created +% +% SEE ALSO +% -------- +% https://www.leapmotion.com/ +% https://developer.leapmotion.com/ -- cgit v1.2.3-54-g00ecf