Remote Pad GUI
made with Vuejs

Remote Pad GUI

这是一个可以在桌面上启动模拟器并将智能手机作为遥控器连接的App。

相关问答
暂无相关问题
查看全部
简介及使用教程

Remote Pad GUI是一个Electron应用程序,支持在桌面上启动模拟器,可以连接智能手机以用作遥控器。

Remote Pad GUI应用程序包装两项服务(Remote Pad和Remote Pad Server),并为您启动它们。这两项服务负责集成您的智能手机和台式机以发送键盘击键来控制您喜欢的游戏。”

安装

下载安装包进行安装https://github.com/comsolid/remote-pad-gui/releases

开发调试

在debian/ubuntu/mint系统上安装依赖

sudo apt-get install icnsutils
sudo apt-get install graphicsmagick

下载源码到本地

git clone https://github.com/comsolid/remote-pad-gui.git
cd remote-pad-gui

安装依赖

yarn install

启动热加载调试(localhost:9080)

npm run dev

构建electron程序

npm run build

lint all JS/Vue component files in app/src

npm run lint

run webpack in production

npm run pack

示例

作者

COMSOLiD

相关项目