Difference between revisions of "WiiMotionDemo"
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 | + | {{Infobox homebrew |
| title = WiiMotionDemo | | title = WiiMotionDemo | ||
| image = | | image = | ||
− | + | | type = demo | |
− | | type = | ||
| author = [[User:shdwcoder|shdwcoder]] | | author = [[User:shdwcoder|shdwcoder]] | ||
− | + | | download = Media:WiimoteDemo.zip | |
− | | download = | + | | source = included |
− | | source = | ||
| 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. | ||
− | [[ | + | |
+ | == 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 |
Type | Demo |
Links | |
Download | |
Source Included | |
Downloadable via the Homebrew Browser | |
Peripherals | |
![]() |
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.