All Projects → rolandoislas → drc-sim-client

rolandoislas / drc-sim-client

Licence: other
Wii U Gamepad Simulator Frontend

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to drc-sim-client

Xyce
The Xyce™ Parallel Electronic Simulator
Stars: ✭ 195 (+275%)
Mutual labels:  simulator
OpenCircuits
A free, open source, online digital circuit/logic designer.
Stars: ✭ 140 (+169.23%)
Mutual labels:  simulator
MetrostroiAddon
Metrostroi is an addon for Garry's Mod which puts you behind the controls of the real and fully simulated subway trains.
Stars: ✭ 21 (-59.62%)
Mutual labels:  simulator
opensimmpls
OpenSimMPLS is an MPLS network simulator, multiplatform and mutilanguage. It is easy-to-use and is intended for teaching activities. It can be used as well to test new protocols, techniques and methods related to MPLS and/or GoS.
Stars: ✭ 21 (-59.62%)
Mutual labels:  simulator
gweatherrouting
Sailing weather routing made easy
Stars: ✭ 15 (-71.15%)
Mutual labels:  simulator
solarsystemts
케플러 방정식을 이용한 태양계 행성들의 궤도 계산 시뮬레이터
Stars: ✭ 49 (-5.77%)
Mutual labels:  simulator
ramssd
Open-Channel SSD emulator using memory
Stars: ✭ 18 (-65.38%)
Mutual labels:  simulator
multi-sdr-gps-sim
multi-sdr-gps-sim generates a IQ data stream on-the-fly to simulate a GPS L1 baseband signal using a SDR platform like HackRF or ADLAM-Pluto.
Stars: ✭ 53 (+1.92%)
Mutual labels:  simulator
ad-xolib
C++ library for Parsing OpenScenario (1.1.1) & OpenDrive files (1.7) ASAM Specifications
Stars: ✭ 56 (+7.69%)
Mutual labels:  simulator
Logic-Circuit-Simulator
A free and open-source Logic Circuit Simulator built in Godot Engine.
Stars: ✭ 23 (-55.77%)
Mutual labels:  simulator
JoyKeyMapper
Nintendo Joy-Con/ProController Key mapper for macOS
Stars: ✭ 82 (+57.69%)
Mutual labels:  gamepad
gdx-controllers
A libGDX cross platform game controllers extension
Stars: ✭ 39 (-25%)
Mutual labels:  gamepad
ControllerBuddy
Highly advanced game controller mapping
Stars: ✭ 47 (-9.62%)
Mutual labels:  gamepad
opendc
Collaborative Datacenter Simulation and Exploration for Everybody
Stars: ✭ 40 (-23.08%)
Mutual labels:  simulator
wiiurpxtool
Compress/decompress RPL/RPX files for Wii U
Stars: ✭ 33 (-36.54%)
Mutual labels:  wii-u
asm-simulator
16-bit Assembler Simulator
Stars: ✭ 46 (-11.54%)
Mutual labels:  simulator
FEMU
FEMU: Accurate, Scalable and Extensible NVMe SSD Emulator (FAST'18)
Stars: ✭ 213 (+309.62%)
Mutual labels:  simulator
pygears
HW Design: A Functional Approach
Stars: ✭ 122 (+134.62%)
Mutual labels:  simulator
simso
Simulator of multiprocessor real-time scheduling
Stars: ✭ 55 (+5.77%)
Mutual labels:  simulator
aurora-sdk-mac
An SDK to develop effects for Nanoleaf Light Panels using features like frequency, beat, or tempo.
Stars: ✭ 43 (-17.31%)
Mutual labels:  simulator

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].