fcard / drc-sim-c

Wii U Gamepad Simulator Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRC Sim Server

A version of DRC SIM Server written in C++.

It handles parses packets and serves clients.

This does not handle connecting to the Wii U. For that see DRC SIM Server.

Building

Cmake is used as the build system.

Build dependencies include libavcodec-dev, libswscale-dev, and libjpeg-dev. If the Python version is installed, these dependencies are likely to be met.

cmake .
make
sudo make install

Running

Usage: drc_sim_c [-h]

Credits

drc-sim (original) by memahaxx

  • The original Python codebase

libdrc documentation by memahaxx

  • Gamepad and Wii U software and hardware details

Additional Software

json-parser JSON parser

libjpeg JPEG image library

libav Video and audio processing library

About

Wii U Gamepad Simulator Backend

License:Other


Languages

Language:C++ 65.2%Language:C 28.5%Language:CMake 6.3%