<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
	<id>http://wiki.joanillo.org/index.php?action=history&amp;feed=atom&amp;title=Wiiuse_-_The_Wiimote_C_Library</id>
	<title>Wiiuse - The Wiimote C Library - Historial de revisió</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.joanillo.org/index.php?action=history&amp;feed=atom&amp;title=Wiiuse_-_The_Wiimote_C_Library"/>
	<link rel="alternate" type="text/html" href="http://wiki.joanillo.org/index.php?title=Wiiuse_-_The_Wiimote_C_Library&amp;action=history"/>
	<updated>2026-09-23T03:11:47Z</updated>
	<subtitle>Historial de revisió per a aquesta pàgina del wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://wiki.joanillo.org/index.php?title=Wiiuse_-_The_Wiimote_C_Library&amp;diff=5825&amp;oldid=prev</id>
		<title>Joan: New page: *http://www.wiiuse.net/ Wiiuse is a library written in C that connects with several Nintendo Wii remotes. Supports motion sensing, IR tracking, nunchuk, classic controller, and the Guitar ...</title>
		<link rel="alternate" type="text/html" href="http://wiki.joanillo.org/index.php?title=Wiiuse_-_The_Wiimote_C_Library&amp;diff=5825&amp;oldid=prev"/>
		<updated>2010-05-04T08:43:47Z</updated>

		<summary type="html">&lt;p&gt;New page: *http://www.wiiuse.net/ Wiiuse is a library written in C that connects with several Nintendo Wii remotes. Supports motion sensing, IR tracking, nunchuk, classic controller, and the Guitar ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pàgina nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;*http://www.wiiuse.net/&lt;br /&gt;
Wiiuse is a library written in C that connects with several Nintendo Wii remotes. Supports motion sensing, IR tracking, nunchuk, classic controller, and the Guitar Hero 3 controller. Single threaded and nonblocking makes a light weight and clean API.&lt;br /&gt;
&lt;br /&gt;
Em descarrego la versió de la llibreria per a Linux: wiiuse_v0.12_src.tar.gz&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PLATFORMS AND DEPENDENCIES&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	Wiiuse currently operates on both Linux and Windows.&lt;br /&gt;
&lt;br /&gt;
	You will need:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	For Linux:&lt;br /&gt;
&lt;br /&gt;
		- The kernel must support bluetooth&lt;br /&gt;
&lt;br /&gt;
		- The BlueZ bluetooth drivers must be installed&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
jo el  BlueZ bluetooth drivers em sembla que ja ho tinc instal.lat.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMPILING&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	Linux:&lt;br /&gt;
&lt;br /&gt;
		You need SDL and OpenGL installed to compile the SDL example.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
		# make [target]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
		If 'target' is omitted then everything is compiled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
		Where 'target' can be any of the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			- wiiuse&lt;br /&gt;
&lt;br /&gt;
				Compiles libwiiuse.so&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			- ex&lt;br /&gt;
&lt;br /&gt;
				Compiles wiiuse-example&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			- sdl-ex&lt;br /&gt;
&lt;br /&gt;
				Compiles wiiuse-sdl&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
		Become root.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
		# make install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
		The above command will only install the binaries that you&lt;br /&gt;
&lt;br /&gt;
		selected to compile.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
		wiiuse.so is installed to /usr/lib&lt;br /&gt;
&lt;br /&gt;
		wiiuse-example and wiiuse-sdl are installed to /usr/bin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
S'ha instal.lat correctament:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ls /usr/lib/libwii*&lt;br /&gt;
/usr/lib/libwiiuse.so&lt;br /&gt;
&lt;br /&gt;
$ ls /usr/bin/wii*&lt;br /&gt;
/usr/bin/wiiuse-example  /usr/bin/wiiuse-sdl&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Aleshores connecto el meu bluetooth USB:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/usr/bin$ ./wiiuse-example &lt;br /&gt;
wiiuse v0.12 loaded.&lt;br /&gt;
  By: Michael Laforest &amp;lt;thepara[at]gmail{dot}com&amp;gt;&lt;br /&gt;
  http://wiiuse.net  http://wiiuse.sf.net&lt;br /&gt;
[INFO] Found 0 bluetooth device(s).&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
i ara falta connectar el Wiimote&lt;br /&gt;
&lt;br /&gt;
{{Autor}}, maig 2010&lt;br /&gt;
[[Categoria: programació en C/C++]]&lt;br /&gt;
[[Categoria: Wii]]&lt;/div&gt;</summary>
		<author><name>Joan</name></author>
		
	</entry>
</feed>