Questions tagged [wii]

Video game device developed by Nintendo.

Video game device developed by Nintendo.

64 questions
72
votes
5 answers

Tutorials for Wii programming

I have a Nintendo Wii, and I've got devkitpro working to load some simple programs. The example source code that I've been able to find is very simplistic, such as drawing and rotating a simple shape. I've been looking for more in depth…
Kibbee
  • 65,369
  • 27
  • 142
  • 182
23
votes
7 answers

Writing a game for the Nintendo Wii

I'd like to write a game for the Nintendo Wii. How do I go about obtaining an SDK and/or any other tools necessary for writing a game?
Moe
  • 28,607
  • 10
  • 51
  • 67
13
votes
4 answers

Wiimote example programs

I'd like to use the Wiimote (accelerometers, gyroscopes, infrared camera, etc, etc, etc) on various applications. It's a bluetooth device, and I know others have connected it to their computer. What's the easiest way to start using it in my…
Adam Davis
  • 91,931
  • 60
  • 264
  • 330
11
votes
1 answer

How are game consoles reverse engineered so emulators are created?

How do people reverse engineer consoles such as the Wii, to create emulators for their game executables?
liamzebedee
  • 14,010
  • 21
  • 72
  • 118
11
votes
2 answers

Wii Fit data format?

So the boss just came buy to tell me he's buying a Wii + Wii Fit for the office. At first I'm thinking this is awesome, we're getting a Wii. But, we're a pretty fit group, why do we need the Wii Fit too? Of course, I opened my stupid mouth to ask…
Brandon Fosdick
  • 15,673
  • 4
  • 21
  • 20
6
votes
1 answer

Does Wii browser support WebSockets?

Does the browser in the Wii support websockets? I know the Wii uses opera, but I just want to make sure since I don't have a way of testing this.
user1500832
  • 85
  • 1
  • 1
  • 4
5
votes
1 answer

How to connect wii balance board with android

How to connect Wii balance board with android? Is there are any useful Library in android and how to use it? My goal now is to connect it together and can receive data from it. I'm new with android and Bluetooth development
JiratPasuksmit
  • 672
  • 7
  • 18
4
votes
1 answer

Working out the angle of rotation from gyroscope data

How can you use data from the gyroscope to work out the angle of rotation in x,y and z. I am using the gyroscope in the WiiMotion plus amd Brian Peek's Wiimotelib 1.8 beta library. Any help is greatly appreciated.
Omar
  • 2,155
  • 4
  • 24
  • 38
4
votes
2 answers

What is the refresh rate of the accelerometer in the wiimote?

Does anyone know what the refresh rate of the accelerometer in the wiimote is? Is there a way to find out using Visual C#?
Omar
  • 2,155
  • 4
  • 24
  • 38
4
votes
1 answer

Wii MotionPlus support

I am developing a PC application that interacts with the Wiimote. So far I have been using the wiiuse library, which has worked great. However, wiiuse does not support the MotionPlus extension. I have heard of extensions to implement this by Dolphin…
hoju
  • 28,392
  • 37
  • 134
  • 178
4
votes
1 answer

Mario Galaxy loading?

Super Mario Galaxy experiences virtually no loading time, I heard a long time ago that this is because when Mario flies between planets within a level the game is loading the next few planets at this point. It doesn't load everything at the start.…
IApp
  • 667
  • 1
  • 6
  • 18
3
votes
1 answer

SVG for Wii Internet Channel (Opera)

I am building a web application intended to be loaded on the Wii Internet Channel, which is essentially Opera 9.3. It has support for SVG, but they don't seem to scale. The graphics always render at their "optimal" sizes, no matter what the width…
Brad
  • 159,648
  • 54
  • 349
  • 530
3
votes
9 answers

Python with Wiimote using pywiiuse module

After seeing the abilities and hackibility of wiimotes I really want to use it in my 'Intro to programming' final. Everyone must make a python program and present it to the class. I want to make a game with pygame incorporating a wiimote. I found…
Anon
3
votes
3 answers

How to get Mario Kart Wii scoreboard points after race into database

I don't think this is even possible, but maybe I'm missing something. A group of us play Mario Kart Wii in the office. We don't play online, just a couple races. We often have tournaments where we play multiple sets of races over a couple of…
jaysonp
  • 31
  • 1
3
votes
1 answer

Are there any good Wiimote APIs (C/C++) out there that include Wii Motion Plus?

Hello I was looking around on the internet and I was unable to find anything concrete. I would like to find a good Wiimote API (in C or C++) that also implements usage of the Wii Motion Plus accessory. If anyone knows of any good ones it would be…
Sam F
  • 33
  • 1
  • 3
1
2 3 4 5