Skip to content

kitswas/VirtualGamePad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
# pnpx server public # Or any other server of your choice, to see the built site

A GitHub Actions workflow handles build and deployment.