Skip to content

Turn your PS Vita into a gamepad for your PC!

Notifications You must be signed in to change notification settings

DvaMishkiLapa/VitaPad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VitaPad v1.3

Turn your PS Vita into a gamepad for your PC!

Based on VitaPad by Rinnegatamante

Installation

The server has to be installed on the PS Vita and the client on the PC.

Requirements

Windows

Server

cmake -S server -B build
cmake --build build

Then, install the generated VitaPad.vpk file on your PS Vita.

Client

cd client
cargo build --release --bin cli

Then, run the generated executable (target/release/cli{.exe}) on your PC.

Thanks

Thanks to all the people who contributed to VitaSDK, and Rinnegatamante for the original project.

Packages

No packages published

Languages

  • Rust 40.6%
  • C++ 28.1%
  • Python 16.2%
  • CMake 15.0%
  • C 0.1%