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

Difference between revisions of "WiiVNC"

From WiiBrew
Jump to navigation Jump to search
 
(23 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 
{{Infobox homebrew
 
{{Infobox homebrew
| image      =  
+
| image      = [[File:WiiVNC.png]]
 
| title      = WiiVNC
 
| title      = WiiVNC
 
| type        = utility
 
| type        = utility
 
| licence    = WTFPL
 
| licence    = WTFPL
 
| author      = [[User:Paulwagener|Paulwagener]]
 
| author      = [[User:Paulwagener|Paulwagener]]
| version    = 1.0
+
| version    = 1.3
| download    = http://wiivnc.googlecode.com/svn/trunk/WiiVNC.zip
+
| download    = https://github.com/PaulWagener/WiiVNC/raw/master/WiiVNC.zip
| source      = http://code.google.com/p/wiivnc/source/checkout
+
| source      = https://github.com/PaulWagener/WiiVNC
 
| peripherals = {{Wiimote}} {{SensorBar}} {{GCNController}} {{USBKeyboard}} {{USBMouse}} {{WiFi}} {{Internet}}
 
| peripherals = {{Wiimote}} {{SensorBar}} {{GCNController}} {{USBKeyboard}} {{USBMouse}} {{WiFi}} {{Internet}}
| hbb        =
+
| hbb        = yes
 +
| osc        = yes
 
}}
 
}}
 +
 +
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 ===
 
=== Version 1.0 ===
Control you computer with VNC!
+
Control your computer with VNC!
 
Features:
 
Features:
 
* Zooming
 
* Zooming
Line 19: Line 46:
 
* USB keyboard & mouse support
 
* USB keyboard & mouse support
 
* Entering passwords
 
* Entering passwords
 
[http://newskeen.com/modules.php?name=News&file=article&sid=34 Check out the video]
 
 
Can you make graphics? I still need:
 
* A small banner for the homebrew channel & this page
 
* A title graphic to replace the bland 'WiiVNC' in the home screen
 
* A nice wad banner
 
Preferable all in the same style. Just post em here in this page if you've got something.
 
  
 
== VNC Server compatibility ==
 
== VNC Server compatibility ==
Line 34: Line 53:
 
! Works?
 
! Works?
 
|-
 
|-
| TightVNC
+
| [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}}
 
| {{yes}}
 
|-
 
|-
| UltraVNC
+
| [http://www.realvnc.com RealVNC]
 
| {{yes}}
 
| {{yes}}
|-
 
| RealVNC
 
| {{no}}
 
 
|-
 
|-
 
| [http://www.testplant.com/products/vine_viewer Vine Server]
 
| [http://www.testplant.com/products/vine_viewer Vine Server]
Line 48: Line 70:
 
| [http://www.apple.com/macosx/ Mac OS X Screen Sharing]
 
| [http://www.apple.com/macosx/ Mac OS X Screen Sharing]
 
| {{partial|Yes, but colors screwed up}}
 
| {{partial|Yes, but colors screwed up}}
 +
|-
 +
| [http://www.ubuntu.com/ Ubuntu desktop sharing]
 +
| {{yes}}
 +
 
|}
 
|}
 
  
 
== Images ==
 
== Images ==
Line 55: Line 80:
 
|-
 
|-
 
! Image
 
! Image
 +
! Size
 
! Designer
 
! Designer
 
|-
 
|-
 
| [[File:WiiVNC.png]]
 
| [[File:WiiVNC.png]]
| [http://wiibrew.org/wiki/User:Squeeze squeeze]
+
| 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 ==
 
== Controls ==
Line 72: Line 114:
 
| {{GCAButton}} || {{WiimoteAButton}}  || Left mousebutton
 
| {{GCAButton}} || {{WiimoteAButton}}  || Left mousebutton
 
|-
 
|-
| {{GCBButton}} || {{WiimoteBButton}} || Right mousebutton / Lock key
+
| {{GCBButton}} || {{WiimoteBButton}} || Right mousebutton
 
|-
 
|-
 
| {{GCYButton}} || {{WiimotePlusButton}} || Zoom in
 
| {{GCYButton}} || {{WiimotePlusButton}} || Zoom in

Latest revision as of 19:33, 8 April 2021

WiiVNC
WiiVNC.png
General
Author(s)Paulwagener
TypeUtility
Version1.3
LicenceWTFPL
Links
Download
Source
Downloadable via the Homebrew Browser
Downloadable via the Open Shop Channel
Peripherals
Wiimote.svg SensorBar.svg GameCube Controller USB Keyboard USB Mouse Local WiFi Internet

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
WiiVNC.png 128x48 squeeze
WiiVNC112x32.png 112x32 squeeze
WiiVNCicon.png 128x96 squeeze
WiiVNCcanal.png
590x332 squeeze

Video



Controls

GameCube Controller Wiimote.svg Action
GameCube Control Stick Wii Remote Aim Move cursor
Gamecube A Button Wiimote A Button Left mousebutton
Gamecube B Button Wiimote B Button Right mousebutton
Gamecube Y Button Wiimote + Button Zoom in
Gamecube X Button Wiimote - Button Zoom out
Gamecube D-Pad Left / Gamecube D-Pad Right Wiimote 1 Button + Wiimote D-Pad Left / Wiimote D-Pad Right Middle mousebutton
Gamecube D-Pad Up Wiimote 1 Button + Wiimote D-Pad Up Mousescroll up
Gamecube D-Pad Down Wiimote 1 Button + Wiimote D-Pad Down Mousescroll down
Gamecube C Control Stick Wiimote D-Pad Scroll view
GameCube Z Button Wiimote 2 Button Onscreen Keyboard
GameCube START Button Wiimote HOME Button Quit