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.
- Host: GitHub
- URL: https://github.com/tejasbubane/leviosa
- Owner: tejasbubane
- License: other
- Created: 2012-05-06T10:23:24.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-06T19:14:53.000Z (about 14 years ago)
- Last Synced: 2025-01-13T03:09:49.244Z (over 1 year ago)
- Language: Python
- Size: 96.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.