Transform your phone into a virtual gamepad.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is an example of how you can setting up your project locally. To get a local copy up and running follow these simple example steps.
Prerequisites for building this project.
-
npm
npm install npm@latest -g
-
ViGEmBus, Download from here
-
Python, Latest Python 3
-
Visual Studio, Latest Visual Studio including the "Desktop development with C++" workload.
- android studio, Download from here
- Clone the repo
git clone https://github.com/FahrulID/virtual-gamepad.git
- Install NPM packages
npm install
- Create self-signed SSL and then put it inside the "SSL" folder,
you can use this command using git bash in windows
openssl req -x509 -newkey rsa:2048 -keyout keytmp.pem -out cert.pem -days 365
- To create executable, run this command
pkg --config package.json index.js
- Clone the repo
git clone https://github.com/FahrulID/virtual-gamepad.git
- Open Android Studio
- Open an Existing Project
Open project ./src/webview
- Build
- To use this application, you need to install ViGEmBus
- After installing ViGEmBus, download released virtual-gamepad
- Run the portable executable you downloaded
- Go to the link as the application instructed
- Simply download the .apk from the release page apk
- Install it on your phone
- Run it
- Run the Node-server
- Input URL shown in Node-server to the Webview-app
- Press "Connect"
- Add Steering Mode ( Accelerometer )
- Add Aiming Mode ( Gyroscope )
- Multi-language Support
- Support For Other Than Windows OS
- DS4 Controller
- Controller Skin
- Hotas
- Yoke
- Many More...
See the open issues for a full list of proposed features (and known issues). You can also request feature.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Fahrul Ramadhan Putra - Twitter - Instagram - [email protected]
Project Link: https://github.com/FahrulID/virtual-gamepad
Biggest thanks to
as without them, this project will not work.