Coder Social home page Coder Social logo

wiidatabase / drc-sensorbar Goto Github PK

View Code? Open in Web Editor NEW
9.0 4.0 1.0 29 KB

Enables the sensorbar of the Wii U GamePad permanently

License: MIT License

Makefile 43.53% C++ 21.86% Dockerfile 1.11% C 33.50%
wiiu-homebrew wiiu sensorbar wiiu-plugin

drc-sensorbar's Introduction

DRC Sensorbar

This plugin for the WiiUPluginSystem enables the sensor bar of the GamePad (DRC) permanently.

Limitations

  • The sensor bar is turned off when opening the HOME menu or when the GamePad is disconnected. It gets re-enabled when the HOME menu is closed/the GamePad is connected again. This is a system limitation and expected behaviour
  • Does not work in applets like the web browser - this is a limitation of the Plugin System
  • While using, remember that the cursor is not always shown on the GamePad - you should maybe use this together with another plugin, that can swap the screens (depending on the game/app)

Installation

  1. Install Aroma
  2. Check the Releases page and download the latest non-preview version of this plugin
  3. Extract it to "SD://wiiu/environments/aroma/plugins"
  4. Done!
  5. You can disable the plugin via the WUPS Config Menu ("L" + "D-Pad Down" + "Minus")

Building

For building you need:

Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself.

Then you should be able to compile via make (with no logging) or make DEBUG=1 (with logging).

Buildflags

Logging

Building via make only logs errors (via OSReport). To enable logging via the LoggingModule set DEBUG to 1 or VERBOSE.

make Logs errors only (via OSReport).
make DEBUG=1 Enables information and error logging via LoggingModule.
make DEBUG=VERBOSE Enables verbose information and error logging via LoggingModule.

If the LoggingModule is not present, it'll fallback to UDP (Port 4405) and CafeOS logging.

Building using the Dockerfile

It's possible to use a docker image for building. This way you don't need anything installed on your host system.

# Build docker image (only needed once)
docker build . -t drc-sensorbar-builder

# make
docker run -it --rm -v ${PWD}:/project drc-sensorbar-builder make DEBUG=1

# make clean
docker run -it --rm -v ${PWD}:/project drc-sensorbar-builder make clean

Format the code via docker

docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./src -i

drc-sensorbar's People

Contributors

brawl345 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

gatekeeper1122

drc-sensorbar's Issues

REQUEST: Support for always on TV sensor bar.

So apparently the regular sensor bar on the TV does not receive power and turn on when there are no active Wiimotes connected to the console. Would it be possible to add a feature to keep this always on as well? I was going to use the sensor bar for dolphin by having the Wii U powering it, but I only have one Wiimote so I cant keep it powered while also having the Wiimore paired to dolphin...

DRC Sensorbar not working

Hello,

I just installed it using aroma beta 16 but it is not working. The wiimote is not working using the gamepad as sensor bar. If I put a regular sensorbar it works so it is not an ussue of the wiimote.

After installing this plugin is something that I need to do to make it work? or I need to install any other plugin or something?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.