CoNTRoller-overlay: Difference between revisions

From GameBrew
No edit summary
m (Text replacement - "Infobox 3DS homebrew" to "Infobox-3DS-Homebrews")
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox-3DS-Homebrews
| title      = coNTRoller-overlay
| title      = coNTRoller-overlay
| image      = [[image:controller-overlay.png|250px]]
| image      = [[image:controller-overlay.png|250px]]

Revision as of 08:35, 6 September 2021

Template:Infobox-3DS-Homebrews

coNTRoller-overlay

Display 3DS controller inputs via NTR debugging information

Getting started

Clone the repository via git (as the .zip doesn't include submodules) then navigate to the root of the repository and run: ```bash git submodule update --init --recursive pip install -r requirements.txt

  1. Find the local IP of your 3DS and replace it below

python coNTRoller-overlay.py 192.168.0.100 ```

Example output

![example](example.png)

Building a standalone executable

Once the software is working a standalone executable with assets bundled can be built using the following: bash pip install pyinstaller pyinstaller coNTRoller-overlay.spec

This will place a standalone executable in the `dist` directory.

Todo list

  • Display where the touchscreen is being touched
  • Display extra buttons on the New 3DS
  • Theming?

Credits

Advertising: