Difference between revisions of "WiiVNC"
Jump to navigation
Jump to search
Paulwagener (talk | contribs) (New project) |
|||
(41 intermediate revisions by 13 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Infobox homebrew | |
+ | | image = [[File:WiiVNC.png]] | ||
+ | | title = WiiVNC | ||
+ | | type = utility | ||
+ | | licence = WTFPL | ||
+ | | author = [[User:Paulwagener|Paulwagener]] | ||
+ | | version = 1.3 | ||
+ | | download = https://github.com/PaulWagener/WiiVNC/raw/master/WiiVNC.zip | ||
+ | | source = https://github.com/PaulWagener/WiiVNC | ||
+ | | peripherals = {{Wiimote}} {{SensorBar}} {{GCNController}} {{USBKeyboard}} {{USBMouse}} {{WiFi}} {{Internet}} | ||
+ | | hbb = yes | ||
+ | | osc = yes | ||
+ | }} | ||
− | + | View & control your computer screen with your Wii! | |
− | http:// | + | |
− | + | ||
+ | == Changelog == | ||
+ | |||
+ | === Version 1.3 === | ||
+ | * Added '-' character to keyboard in first screen | ||
+ | * Compiled with latest libogc | ||
+ | |||
+ | === Version 1.2.2 === | ||
+ | * Spanish translation fixes | ||
+ | |||
+ | === Version 1.2 === | ||
+ | * Fixed selection bug in password screen | ||
+ | * Compiled with libogc 1.8.5 | ||
+ | |||
+ | === Version 1.1.1 === | ||
+ | * Added French language | ||
+ | |||
+ | === Version 1.1 === | ||
+ | Changes: | ||
+ | * Hide password | ||
+ | * Better widescreen support | ||
+ | * More languages | ||
+ | * New logo | ||
+ | |||
+ | === Version 1.0 === | ||
+ | Control your computer with VNC! | ||
+ | Features: | ||
+ | * Zooming | ||
+ | * Onscreen keyboard | ||
+ | * USB keyboard & mouse support | ||
+ | * Entering passwords | ||
+ | |||
+ | == VNC Server compatibility == | ||
+ | {| class="wikitable" style="text-align:center;" | ||
+ | |- | ||
+ | ! Program | ||
+ | ! Works? | ||
+ | |- | ||
+ | | [http://www.tightvnc.com TightVNC 2.x] | ||
+ | | {{partial|Yes, but colors screwed up}} | ||
+ | |- | ||
+ | | [https://www.tightvnc.com/download-old.php TightVNC 1.x] | ||
+ | | {{Yes}} | ||
+ | |- | ||
+ | | [http://www.uvnc.com UltraVNC] | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | | [http://www.realvnc.com RealVNC] | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | | [http://www.testplant.com/products/vine_viewer Vine Server] | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | | [http://www.apple.com/macosx/ Mac OS X Screen Sharing] | ||
+ | | {{partial|Yes, but colors screwed up}} | ||
+ | |- | ||
+ | | [http://www.ubuntu.com/ Ubuntu desktop sharing] | ||
+ | | {{yes}} | ||
+ | |||
+ | |} | ||
+ | |||
+ | == Images == | ||
+ | {| class="wikitable" style="text-align:center;" | ||
+ | |- | ||
+ | ! Image | ||
+ | ! Size | ||
+ | ! Designer | ||
+ | |- | ||
+ | | [[File:WiiVNC.png]] | ||
+ | | 128x48 | ||
+ | | [[User:Squeeze|squeeze]] | ||
+ | |- | ||
+ | | [[File:WiiVNC112x32.png]] | ||
+ | | 112x32 | ||
+ | | [[User:Squeeze|squeeze]] | ||
+ | |- | ||
+ | | [[File:WiiVNCicon.png]] | ||
+ | | 128x96 | ||
+ | | [[User:Squeeze|squeeze]] | ||
+ | |- | ||
+ | | [[File:WiiVNCcanal.png|250px|thumb|]] | ||
+ | | 590x332 | ||
+ | | [[User:Squeeze|squeeze]] | ||
+ | |} | ||
+ | |||
+ | ==Video== | ||
+ | |||
+ | <youtube align="left">gPwS2WFcjLI</youtube> {{clear}} | ||
+ | |||
+ | == Controls == | ||
+ | |||
+ | {| class="wikitable" style="text-align:center;" | ||
+ | |- | ||
+ | ! {{GCNController}} !! {{Wiimote}} !! Action | ||
+ | |- | ||
+ | | {{GCControlStick}} || {{WiimoteAim}} || Move cursor | ||
+ | |- | ||
+ | | {{GCAButton}} || {{WiimoteAButton}} || Left mousebutton | ||
+ | |- | ||
+ | | {{GCBButton}} || {{WiimoteBButton}} || Right mousebutton | ||
+ | |- | ||
+ | | {{GCYButton}} || {{WiimotePlusButton}} || Zoom in | ||
+ | |- | ||
+ | | {{GCXButton}} || {{WiimoteMinusButton}} || Zoom out | ||
+ | |- | ||
+ | | {{GCDPadLeft}} / {{GCDPadRight}} || {{Wiimote1Button}} + {{WiimoteDPadLeft}} / {{WiimoteDPadRight}} || Middle mousebutton | ||
+ | |- | ||
+ | | {{GCDPadUp}} || {{Wiimote1Button}} + {{WiimoteDPadUp}} || Mousescroll up | ||
+ | |- | ||
+ | | {{GCDPadDown}} || {{Wiimote1Button}} + {{WiimoteDPadDown}} || Mousescroll down | ||
+ | |- | ||
+ | | {{GCControlStickC}} || {{WiimoteDPad}} || Scroll view | ||
+ | |- | ||
+ | | {{GCZButton}} || {{Wiimote2Button}} || Onscreen Keyboard | ||
+ | |- | ||
+ | | {{GCStartButton}} || {{WiimoteHomeButton}} || Quit | ||
+ | |} |
Latest revision as of 19:33, 8 April 2021
WiiVNC | |
![]() | |
General | |
---|---|
Author(s) | Paulwagener |
Type | Utility |
Version | 1.3 |
Licence | WTFPL |
Links | |
Download | |
Source | |
Downloadable via the Homebrew Browser | |
Downloadable via the Open Shop Channel | |
Peripherals | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
View & control your computer screen with your Wii!
Changelog
Version 1.3
- Added '-' character to keyboard in first screen
- Compiled with latest libogc
Version 1.2.2
- Spanish translation fixes
Version 1.2
- Fixed selection bug in password screen
- Compiled with libogc 1.8.5
Version 1.1.1
- Added French language
Version 1.1
Changes:
- Hide password
- Better widescreen support
- More languages
- New logo
Version 1.0
Control your computer with VNC! Features:
- Zooming
- Onscreen keyboard
- USB keyboard & mouse support
- Entering passwords
VNC Server compatibility
Program | Works? |
---|---|
TightVNC 2.x | Yes, but colors screwed up |
TightVNC 1.x | Yes |
UltraVNC | Yes |
RealVNC | Yes |
Vine Server | Yes |
Mac OS X Screen Sharing | Yes, but colors screwed up |
Ubuntu desktop sharing | Yes |
Images
Image | Size | Designer |
---|---|---|
![]() |
128x48 | squeeze |
![]() |
112x32 | squeeze |
![]() |
128x96 | squeeze |
590x332 | squeeze |
Video
Controls
![]() |
![]() |
Action |
---|---|---|
![]() |
![]() |
Move cursor |
![]() |
![]() |
Left mousebutton |
![]() |
![]() |
Right mousebutton |
![]() |
![]() |
Zoom in |
![]() |
![]() |
Zoom out |
![]() ![]() |
![]() ![]() ![]() |
Middle mousebutton |
![]() |
![]() ![]() |
Mousescroll up |
![]() |
![]() ![]() |
Mousescroll down |
![]() |
![]() |
Scroll view |
![]() |
![]() |
Onscreen Keyboard |
![]() |
![]() |
Quit |