Play remotely from your mobile.
(NOTE: Mobile and PC/Mac/Linux computer must share same wifi conneciton)
(NOTE: This project is under development and in a very early stage, it means it can change along the time)
- Node
v16
installed on the machine. - Clone the project.
- Clone the repository
git clone https://github.com/josesaranda/virtual-pad
- Go inside folder.
cd virtual-pad
- See documentation for your OS (macos, linux, windows)
Please ensure you have the required dependencies before installing:
windows-build-tools npm package (npm install --global --production windows-build-tools
from an elevated PowerShell or CMD.exe)
npm install --global --production windows-build-tools
npm install
npm start
Xcode Command Line Tools is needed.
xcode-select --install
npm install
npm start
sudo apt-get install libxtst-dev
npm install
npm start
After you run npm start
, a QR code will appear that can be scanned with your mobile camera.
This will automatically open a browser with the app on your mobile device.
You can also save the app to your mobile device's home screen.
Add this website to your home screen.
Anyone is welcome to contribute to this project, just create a PR.
This project is licensed under the MIT License - see the LICENSE.md file for details.