AirCursor is a webcam-based hand tracking experiment for controlling the mouse without touching a physical mouse.
The project explores hand landmarks, calibration, cursor smoothing, click gestures, and web/UI demos. It is a collection of iterations rather than one polished final app, which makes the repo useful for seeing how the idea evolved.
Pycursor2.0.py- main Python cursor-control experiment.AirCursorTest1.pyandAircursorTheshonly.py- alternate tracking/control iterations.NewCALI.py- calibration helper.hand_tracker.py- small reusable MediaPipe hand-tracker class.index.html,aircursor web.html, and related HTML files - browser-facing demos and interface sketches.
Prototype / research playground. It needs dependency cleanup and a clear entrypoint before it becomes a finished installable tool.
This local project was published as aircursor-codex-import because an aircursor repository already existed on GitHub and I did not overwrite it.