https://github.com/alperiox/shoot-a-ball-ar
An initial demo for my AR project
https://github.com/alperiox/shoot-a-ball-ar
Last synced: 7 months ago
JSON representation
An initial demo for my AR project
- Host: GitHub
- URL: https://github.com/alperiox/shoot-a-ball-ar
- Owner: alperiox
- Created: 2023-12-27T22:59:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T20:20:56.000Z (over 2 years ago)
- Last Synced: 2024-05-08T00:21:21.133Z (about 2 years ago)
- Language: Python
- Size: 5.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Initial demo for the AR project
A simple initial demo for the AR project of mine that lets you throw a ball using your hand.
- `R`: Reposition the ball
- `D`: Debug mode (visualize the force vector, interaction circle and hand landmarks)
- `Q`: Close the application.
TODOs:
- [ ] OOP implementation for the game,
- Currently, there are lots of monkey patches in the source code since I wrote everything in an hour or two.
- [ ] The actual game?