I wanted to make my own Apple Vision Pro after seeing the original Apple Vision Pro. So, I created a special vision OS that runs the AirSketch program.
You can see how AirSketch works in action by clicking here. Inside this repository, you'll find all the program files you need to run AirSketch. As for the hardware, you can build it according to your preferences or you can use this AirSketch program files to run it as a standalone program.
Take a look at the hardware side of my Apple Vision Pro in the image below:
- Snorkelling googles
- External FHD Webcam
- Mobile
- Laptop/PC for running the Vision OS AirSketch Program
- OpenCV [for vision]
- Numpy [for array manipulations]
- Python 3.10.1
- Install the required dependencies using the following command:
pip install -r requirements.txt
Follow these steps:
git clone https://github.com/suhasasumukh/AppleVisionPro
cd AppleVisionPro
code .
The code .
command will open the open the current directory in VS Code. Once VS Code is loaded follow these steps:
- Go to the Extensions view using the icon with four squares on the sidebar.
- Search for "Code Runner."
- Click the install button.
This will install the "Code Runner" extension. After installation, reload VS Code. Open process.py
and run the program by clicking on the Code Runner play button in the top-right corner.