Use a Joy-Con or Wiimote to present slides
Find a file
2024-07-09 00:30:59 +02:00
.github/workflows update actions to v4 2024-06-30 00:52:40 +02:00
.idea refactor: extract input sender to an interface for multiple platform support 2024-06-28 14:23:17 +02:00
.run feat: single file windows build config 2024-06-30 00:37:35 +02:00
SlidePresenter fix: build warnings 2024-06-30 00:46:16 +02:00
Win32Api feat: Added wiimote support and cleaned up the project 2024-06-15 01:47:00 +02:00
.gitignore Init 2024-06-06 17:10:09 +02:00
ControllerSlidePresenter.sln rename: switch slide project to controller slide 2024-06-15 01:49:16 +02:00
LICENSE Create LICENSE to comply with package licenses 2024-06-15 01:55:04 +02:00
README.md Create README.md 2024-07-09 00:30:59 +02:00

Controller Slide Presenter

A small tool to emulate a Slide Presenter using a Wiimote or a Joy-Con.

Controls

Wiimote

  • A or Right - Next Slide
  • B or Left - Previous Slide

Joy-Con

  • A or ZL/ZR - Next Slide
  • B or L/R - Previous Slide

Platform Support

Windows

For the Joy-Con you just need to connect it via Bluetooth and then run the program.

For the Wiimote you may need to connect it using Dolphin Emulator and then just run the program.

WARNING: It's possible that Steam tries reading the Joy-Con in the background and keeps it from working.

Linux

Prerequisite: You need xdotool installed in order to redirect the input.

At the moment there's only Joy-Con support, so connect it via Bluetooth and run the program.

MacOS

At the moment there's no MacOS support as I don't have a computer to test, but feel free to submit a Pull Request adding that feature, the Joy-Con reading should work just fine, only the input redirection is needed.

Packages used

JoyCon.NET - (GitHub) (NuGet)

WiimoteLib.NetCore - (GitHub) (NuGet)