Guide:Interfaces: Difference between revisions

From Game Making Tools Wiki
m (→‎Unsorted link dump: e-ink thing link)
(Added some links, I think. Left this tab open for a week or so...)
 
(4 intermediate revisions by the same user not shown)
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==
* Arduino
* [[Guide:Arduino|Arduino]]
* Makey Makey
* [[Guide:Makey Makey|Makey Makey]]


==Examples / Inspiration==
==Examples / Inspiration==
* [http://shakethatbutton.com/ Shake That Button]
* [http://shakethatbutton.com/ Shake That Button]
==Motion Control==
* [http://alecu.protocultura.net/snappy/arduino/raspi/webgl/websockets/2015/11/20/ubuntu-core-demo/ Ubuntu Core Demo] - Using Arduino motion sensing to control web app.
* [http://www.circuitdb.com/?p=598 Connect a Wii Remote to your PC]
* [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]


==Help==
==Help==
 
* [https://slagcoin.com/joystick.html slagcoin Joystick Controller page] - Lots of detailed info. on building arcade-style control panels.
==Unsorted link dump==
* https://old.reddit.com/r/fightsticks/comments/h8xjkx/the_wiring_guide_is_done_hope_people_can_find_it/
* [http://alecu.protocultura.net/snappy/arduino/raspi/webgl/websockets/2015/11/20/ubuntu-core-demo/ Ubuntu Core Demo] - Using Arduino motion sensing to control web app.
* [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]

Latest revision as of 05:42, 8 August 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

Help