Guide:Interfaces: Difference between revisions
From Game Making Tools Wiki
m (Rjt moved page Interface:Main Page to Guide:Interfaces: Cleaning up pseudo-namespaces) |
m (WIP save) |
||
Line 1: | Line 1: | ||
Things to do with game controllers. DIfferent kinds, ideas, construction guides, etc..... | Things to do with game controllers. DIfferent kinds, ideas, construction guides, etc..... | ||
==Kinds== | |||
===Input=== | |||
====Button==== | |||
====Dial/Spinner==== | |||
====Joystick==== | |||
=====Flight stick===== | |||
===Output=== | |||
* E-Ink | |||
** [https://www.circuitvalley.com/2017/03/kindle-e-ink-eink-driver-microcontroller-project-msp430-low-power-display-epaper.html Simple Kindle E-ink E-paper Display Driver with MSP430] | |||
==Kits== | ==Kits== | ||
* [[ | * [[Guide:Arduino|Arduino]] | ||
* [[ | * [[Guide:Makey Makey|Makey Makey]] | ||
==Examples / Inspiration== | ==Examples / Inspiration== | ||
Line 13: | Line 24: | ||
* [https://forums.ni.com/t5/Example-Program-Drafts/Wii-Nunchuck-as-PC-Mouse/ta-p/3530896 Wii Nunchuck as PC Mouse] | * [https://forums.ni.com/t5/Example-Program-Drafts/Wii-Nunchuck-as-PC-Mouse/ta-p/3530896 Wii Nunchuck as PC Mouse] | ||
* [http://johnnylee.net/projects/wii/ Johnny Chung Lee > Projects > Wii] | * [http://johnnylee.net/projects/wii/ Johnny Chung Lee > Projects > Wii] | ||
==Help== | ==Help== | ||
* [https://slagcoin.com/joystick.html slagcoin Joystick Controller page] - Lots of detailed info. on building arcade-style control panels. |
Revision as of 17:33, 20 July 2021
Things to do with game controllers. DIfferent kinds, ideas, construction guides, etc.....
Kinds
Input
Button
Dial/Spinner
Joystick
Flight stick
Output
Kits
Examples / Inspiration
Motion Control
- Ubuntu Core Demo - Using Arduino motion sensing to control web app.
- Connect a Wii Remote to your PC
- Wii Nunchuck as PC Mouse
- Johnny Chung Lee > Projects > Wii
Help
- slagcoin Joystick Controller page - Lots of detailed info. on building arcade-style control panels.