Skip to content

rolandoislas/drc-sim-client

Repository files navigation

DRC Sim Client

Release: Build Status Dev: Build Status

A desktop and mobile DRC Sim (gamepad) client.

Video

Requirements

The server backend, DRC Sim Server, is required.It handles the pairing and communication with the Wii U then creates a server for the client.

Releases

  • Desktop (Windows/OS X/Linux/Java enabled Toaster)
  • Android
  • iOS - It will need to be built from source.

Building

DRC Sim Server uses a Gradle build system.

Desktop

./gradlew desktop:dist

Output: ./desktop/build/libs/desktop-<version>.jar

Android

./gradlew android:assembleRelease

Output: ./android/build/outputs/apk/android-release-unsigned.apk

iOS

./gradlew ios:createIPA

Output: ./ios/build/robovm/IOSLauncher.ipa

Credits

drc-sim (original) by [memahaxx]

  • The original Python codebase

drc-sim-keyboard by justjake

  • The readme that got me set up initially

Additional Software

libGDX Java game development framework

RoboVM Java bytecode to machine code compiler

Guava Google Core Libraries for Java