Guirec Corbel
Guirec Corbel
Hi, It actualy command Ryhtmbox but it's easy to change the commands called. The use can edit this file : https://github.com/GCorbel/PyLeapMouse/blob/master/config.ini. This file should probably be in the home folder...
I've not commited integration with xdotool yet but I think it will be easy. I think the next step is to do a refactoring. There is too many 'if' and...
Good idea! I worked on the Python app. It works but... I'm not very happy. There is a lack of precision. Check the [.ini file](https://github.com/GCorbel/PyLeapMouse/blob/master/config.ini). Different actions are bind with...
hmmm... So you think than it will be more precise if we use C over Python. I will test it.
I began my tests but I didn't finished it yet. I submited a post on the leap's forum and I received a [great anwser](https://developer.leapmotion.com/forums/forums/general-discussion/topics/is-there-a-difference-of-precision-between-language-and-sdk-versions). I will continue my tests tomorrow.
I continued my tests an I didn't see any difference between. I think we have all keys to choose between C++ and Python. This is the pros for python :...
Has you seen [this project](https://developer.leapmotion.com/forums/forums/projects-and-collaborations/topics/leaptrainer-js-a-gesture-learning-and-recognition-framework)? It seems to be similar to what you want to do.
There is also [this project](https://github.com/openleap/PyLeapMouse). It doesn't works for linux but it do the samething we want to do. Is it realy useful to continue the project if there is...
What about the other existing project? Is it really useful to have two project with an equivalent behaviour?
Pffff... I tried to do a very little thing with C++, to add a config parser, and I doesn't works. I tried to include librairies or to follow tutorials and...