An open API service indexing awesome lists of open source software.

https://github.com/tejasbubane/leviosa

Introducing Augmented Reality on Linux. Control your mouse pointer with hand movements.
https://github.com/tejasbubane/leviosa

Last synced: about 1 year ago
JSON representation

Introducing Augmented Reality on Linux. Control your mouse pointer with hand movements.

Awesome Lists containing this project

README

          

# Copyright (C) 2012

# Miheer Mukund Vaidya
# Jaydev Kshirsagar
# Akash Agrawal
# Tejas Bubane

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program. If not, see .

The main.py is executable.
Wrapper shell script is ruchi.sh execute it to see the helpertest.py execution.
The helper.[c|h] includes the functions callable from python.
Please refer ctypes module in it. http://docs.python.org/library/ctypes.html

INSTALL
_______

$ make make
$ make
$ make install

The above steps will create the libhelper.so.1 also install in current
directory.
This shared lib will be used by ctypes.

The example program XTest wrapper is helper_* functions. These are callable
from python directly.