Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.15 KB

File metadata and controls

35 lines (21 loc) · 1.15 KB

VirtualGamePad

GitHub License GitHub Stars

VirtualGamePad lets you use your Android phone as a gamepad for your Windows and Linux PCs.
Free and Open-Source with no ads or tracking.

For more information, downloads, etc. visit the official VirtualGamePad website.

This repository contains the source code for the website.

Building the website

Requires Hugo.

Dev server:

hugo server --disableFastRender

Production build:

hugo build --minify # --watch to rebuild automatically on change
# pnpx server public # Or any other server of your choice, to see the built site

A GitHub Actions workflow handles build and deployment.

Star History

VirtualGamePad Star History Chart