ControllerWrapper VS pokemon-hud

Compare ControllerWrapper vs pokemon-hud and see what are their differences.

ControllerWrapper

Turns TPP inputs into virtual Xbox 360 controller inputs (by TwitchPlaysPokemon)

pokemon-hud

TPP's party display, API driver, and DexNav since April 2017 (by m4-used-rollout)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ControllerWrapper pokemon-hud
1 1
1 0
- -
0.0 4.4
over 1 year ago 3 months ago
C# TypeScript
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ControllerWrapper

Posts with mentions or reviews of ControllerWrapper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-03.
  • Am I able to play Twitch Plays Pokemon (Nuzlocke) on my own?
    6 projects | /r/twitchplayspokemon | 3 May 2022
    The code behind TPP is slowly being rewritten into public projects. The new TPP core is mature enough to run inputs for GameBoy games, but the process of setting that up is pretty involved. The process is (mostly) documented, but it's far from simple. The core expects to have access to a database, and the emulator you're using must have Lua support to use our input scripts. BizHawk and Desmume are the only officially supported emulators. Other emulators/games could be supported through the Xbox 360 controller simulator we have. This controller wrapper has not yet been tested against the new tpp-core input system, but it should work. For streaming, we have a standalone input display. This was developed for the charity run we just completed, and so currently it's locked into a dual-run style. It's also not documented at all.

pokemon-hud

Posts with mentions or reviews of pokemon-hud. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-03.
  • Am I able to play Twitch Plays Pokemon (Nuzlocke) on my own?
    6 projects | /r/twitchplayspokemon | 3 May 2022
    The party display we use onstream lives here. It's also an undocumented mess that is a puzzle to get up and running. It has been done, but it's not for the faint of heart. If you use our custom version of the BizHawk emulator, it is able to pull the game state from the emulator for gens 1-3. Gens 4-5 require Lua scripts to report the game state, and those have yet to be made public.

What are some alternatives?

When comparing ControllerWrapper and pokemon-hud you can also consider the following projects:

TwitchPlaysX - :video_game: Connect to IRC to send inputs to any program, Twitch Plays Pokemon style. (Windows, Linux, OSX)

tpp-core - Core re-write for TwitchPlaysPokemon, WIP, contributions welcome