In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "WiiMotionDemo"

From WiiBrew
Jump to navigation Jump to search
(Updated WiiMotionDemo to v1.5)
(Locally hosted the download (the actual link wasn't down, but the zip was being hosted on an obscure website and it is under 1MB))
 
(8 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
 
| title      = WiiMotionDemo
 
| title      = WiiMotionDemo
 
| image      =
 
| image      =
| desc        = Read the Wiimote accelerometers
+
| type        = demo
| type        = Demo
 
 
| author      = [[User:shdwcoder|shdwcoder]]
 
| author      = [[User:shdwcoder|shdwcoder]]
| display    =
+
| download    = Media:WiimoteDemo.zip
| download    = [http://rapidshare.com/files/121096938/WiimoteDemo.zip.html v 1.5]
+
| source      = included
| source      = Included in zip
 
 
| peripherals = {{Wiimote1}}
 
| peripherals = {{Wiimote1}}
 +
| hbb        = yes
 
}}
 
}}
  
Line 16: Line 15:
  
 
* Load the elf using your favorite loader
 
* Load the elf using your favorite loader
* Tested to work with the Homebrew Channel
+
* Tested to work with the [[Homebrew Channel]]
  
 
* Move your Wiimote and see the accelerometers readings
 
* Move your Wiimote and see the accelerometers readings
Line 38: Line 37:
  
 
Do whatever you want with the code.
 
Do whatever you want with the code.
[[category:Homebrew using GRRLib]]
+
 
 +
== See Also: ==
 +
* [[How to use the Wiimote]]
 +
* [[WiiMenu]]
 +
 
 +
[[Category:Homebrew using GRRLib]]

Latest revision as of 19:09, 21 August 2022

WiiMotionDemo
General
Author(s)shdwcoder
TypeDemo
Links
Download
Source Included
Downloadable via the Homebrew Browser
Peripherals
Wiimote1.svg

WiiMotionDemo is a simple demo that shows the current reading of the Wiimote accelerometers.

How to use

  • Load the elf using your favorite loader
  • Tested to work with the Homebrew Channel
  • Move your Wiimote and see the accelerometers readings
  • Press and hold A to activate rumble
  • Press HOME to return to the loader

New in v1.5

  • Built using the latest libogc - official Wiimote support
  • Added rumble when press A
  • Return to the loader
  • Shows the actual Wiimote accelerometers reading (float numbers)

Thanks

  • NoNameNo for the great GRRLIB library
  • para for the WiiUse library
  • Everyone who made Wii homebrew a reality!

License

Do whatever you want with the code.

See Also: