https://github.com/leavez/hithere
popup an image beside the cursor
https://github.com/leavez/hithere
Last synced: 13 days ago
JSON representation
popup an image beside the cursor
- Host: GitHub
- URL: https://github.com/leavez/hithere
- Owner: leavez
- Created: 2019-05-11T15:11:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T15:47:44.000Z (about 7 years ago)
- Last Synced: 2025-01-28T05:27:13.358Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 411 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HiThere
Popup an image beside the cursor.

Feel annoyed and shake your mouse crazily? Place something or someone that makes you smile.
## How to use
- [download](https://github.com/leavez/HiThere/issues/1) and run the app (no system authority required)
- shake your mouse rapidly ( more then 5 times )
- no step 3
Custom image is supported.
## How did you do that?
Actually it’s much easier than you may think. The key concept is that the view besides cursor is an application window.
- Make a floating window, so it can show above other windows even it's not active.
- Observe the position of cursor. Analyze the trace to detect a mouse shake. And move the window if triggered.
## License
MIT