<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>Open Source Interface</title>
    <link>http://nuigroup.com/forums/</link>
    <description>Open Source Interface</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-10-07T12:30:37-05:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>WPF Multitouch Framework</title>
      <link>http://nuigroup.com/forums/viewthread/1922/</link>
      <guid>http://nuigroup.com/forums/viewthread/1922/#When:09:53:57Z</guid>
      <description>&lt;p&gt;The past view months we have worked on a WPF Multitouch Framework based on the TUIO protocol.
&lt;/p&gt;
&lt;p&gt;
We would like to invite you to download this easy to use framework, try some things and share your
&lt;br /&gt;
experience with us.
&lt;/p&gt;
&lt;p&gt;
We have included a quick start guide and a demonstration application.
&lt;/p&gt;
&lt;p&gt;
It is nessacary to use Visual Studio 2008 and the .Net Framework 3.5.
&lt;br /&gt;
We also used Microsoft Expression Blend, but that isn&#8217;t specially needed. 
&lt;/p&gt;
&lt;p&gt;
Soon we will add a quickstart video on youtube so you can see how everything works.
&lt;/p&gt;
&lt;p&gt;
This is a beta version so not al code is already optimized, and some writelines have to be deleted.
&lt;/p&gt;
&lt;p&gt;
Good luck with the framework and we hope to hear from you soon!
&lt;/p&gt;
&lt;p&gt;
Edit:
&lt;br /&gt;
We have made a google code project: &lt;a href=&quot;http://code.google.com/p/multitouchframework/&quot;&gt;&lt;a href=&quot;http://code.google.com/p/multitouchframework/&quot;&gt;http://code.google.com/p/multitouchframework/&lt;/a&gt;&lt;/a&gt;
&lt;br /&gt;
At this page a SVN checkout is available and you can see an introduction video about our framework.
&lt;/p&gt;
&lt;p&gt;
Edit 2 (06&#45;06&#45;2008):
&lt;br /&gt;
We have made an real time demonstration of our framework! 
&lt;/p&gt;
&lt;p&gt;
[youtube]&lt;a href=&quot;http://www.youtube.com/watch?v=czJKeDMItk8&quot;&gt;http://www.youtube.com/watch?v=czJKeDMItk8&lt;/a&gt;[/youtube]
&lt;/p&gt;
&lt;p&gt;
First we show you the &#8220;scatterview&#8221; , then a short demo of some multitouch controls and at the end 
&lt;br /&gt;
we demonstrate an example of a control room
&lt;/p&gt;
&lt;p&gt;
Edit 3 (11&#45;6&#45;2008)
&lt;br /&gt;
New version online with improved scale and rotate, the possibility to show the position of your fingers and some bug fixes!
&lt;/p&gt;</description>
      <dc:date>2008-05-19T09:53:57-05:00</dc:date>
    </item>

    <item>
      <title>A Peek at Surface XAML</title>
      <link>http://nuigroup.com/forums/viewthread/985/</link>
      <guid>http://nuigroup.com/forums/viewthread/985/#When:19:33:28Z</guid>
      <description>&lt;p&gt;A post with a small snippet of XAML showing MT enabled elements and a video.
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://blogs.msdn.com/surface/archive/2007/11/08/scatterview.aspx&quot;&gt;http://blogs.msdn.com/surface/archive/2007/11/08/scatterview.aspx&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
adam&#8230;
&lt;/p&gt;</description>
      <dc:date>2007-11-11T19:33:28-05:00</dc:date>
    </item>

    <item>
      <title>CsTI &#45; CSharp Touchlib Interface</title>
      <link>http://nuigroup.com/forums/viewthread/270/</link>
      <guid>http://nuigroup.com/forums/viewthread/270/#When:06:25:49Z</guid>
      <description>&lt;p&gt;I&#8217;m working on something i call CsTI. It is a C# Touchlib Interface. 
&lt;/p&gt;
&lt;p&gt;
It will &#45; once completed &#45; allow you to write C# code to create an interface for your multitouch application. The basic template for the application is that you override the fingerDown, fingerUpdate and fingerUp methods that is received from touchlib. This might lower CPU usage as not so much data has to be passed around &#45; because touchlib is semi&#45;part of the application. 
&lt;/p&gt;
&lt;p&gt;
Also it would make it very easy to write a windows application that utilizes these touch events. Looking at WPF &#45; the vista interface model (windows presentation foundation) that allows direct3d to be run in a normal windows app, makes it possible to create some nice 3d interfaces.
&lt;/p&gt;
&lt;p&gt;
the project is still in a proof of concept phase...my c# is a bit rusty...but i know it can be done. this will probably be used in my 3rd year computer science project, something in the direction of my previous post &lt;a href=&quot;http://nuigroup.com/forums/viewthread/213/&quot;&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
another aim of the project is to attract the not&#45;so&#45;hardcore programmers to get into writing multitouch applications.
&lt;/p&gt;</description>
      <dc:date>2007-05-14T06:25:49-05:00</dc:date>
    </item>

    <item>
      <title>.NET multitouch framework</title>
      <link>http://nuigroup.com/forums/viewthread/410/</link>
      <guid>http://nuigroup.com/forums/viewthread/410/#When:17:12:57Z</guid>
      <description>&lt;p&gt;so i&#8217;m on to my next project...CsTI was just a small step into this project. i also decided to start this project to find out if my implementation of CsTI is correct..
&lt;/p&gt;
&lt;p&gt;
this project does not have a name *yet*
&lt;/p&gt;
&lt;p&gt;
and here is the description:
&lt;/p&gt;
&lt;p&gt;
it&#8217;s basically the .net framework, but allows for multitouch interaction.
&lt;br /&gt;
it uses touchlib and CsTI
&lt;br /&gt;
it&#8217;s written entirely in C#
&lt;br /&gt;
it&#8217;s WPF(Windows Presentation Foundation) or .NET 3 based &#45; so it won&#8217;t work on .NET 2 btw
&lt;/p&gt;
&lt;p&gt;
it&#8217;s a framework of custom controls. ie. image/button/video/etc. for .net
&lt;br /&gt;
so i aim to enable people to write code, like they would in c#, like
&lt;br /&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;Button&amp;nbsp;but&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;new&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Button&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;();&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;etc&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;...&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
but allows for touch interaction, like
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;TouchButton&amp;nbsp;but&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;new&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;TouchButton&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;();&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;etc&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;...&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
That means the second code example will allow you to press the button WITHOUT simulating the mouse, also write your own code for what to happen when one/two/three/etc fingers are on one image. WPF allows for animation/layers/ and a bunch of other cool stuff.
&lt;/p&gt;
&lt;p&gt;
i will have a working prototype of a multitouch image app (like white&#8217;s flash app) within the week.
&lt;/p&gt;
&lt;p&gt;
i&#8217;ll appreciate if anyone could give some feedback on the idea.
&lt;/p&gt;</description>
      <dc:date>2007-07-01T17:12:57-05:00</dc:date>
    </item>

    <item>
      <title>Silverlight 2 Multi&#45;Touch Library</title>
      <link>http://nuigroup.com/forums/viewthread/2926/</link>
      <guid>http://nuigroup.com/forums/viewthread/2926/#When:06:25:42Z</guid>
      <description>&lt;p&gt;&lt;a href=&quot;http://www.generoso.info/index.php?option=com_content&amp;amp;task=view&amp;amp;id=29&amp;amp;Itemid=39&quot;&gt;http://www.generoso.info/index.php?option=com_content&amp;amp;task=view&amp;amp;id=29&amp;amp;Itemid=39&lt;/a&gt;
&lt;/p&gt;</description>
      <dc:date>2008-09-04T06:25:42-05:00</dc:date>
    </item>

    <item>
      <title>MTV multiplemice for other frameworks</title>
      <link>http://nuigroup.com/forums/viewthread/2976/</link>
      <guid>http://nuigroup.com/forums/viewthread/2976/#When:13:18:43Z</guid>
      <description>&lt;p&gt;Well, I think that the title says a lot, but here is the question:
&lt;/p&gt;
&lt;p&gt;
Is it posible to use in any way the multiple mice input used by Multitouch Vista in another TUIO based WPF framework?
&lt;/p&gt;
&lt;p&gt;
For &#8220;any way&#8221; I mean that someone could write a wrapper after adding a reference to the MultipleMice.dll into any project, or better, write a library that takes this input and sends it through TUIO. I really think this library is very usefull, specially for someone (like me) who hasn&#8217;t a MT Table, and wants to star writing MT Apps.
&lt;/p&gt;</description>
      <dc:date>2008-09-08T13:18:43-05:00</dc:date>
    </item>

    <item>
      <title>Multitouch Vista Shell Videos (updated)</title>
      <link>http://nuigroup.com/forums/viewthread/1416/</link>
      <guid>http://nuigroup.com/forums/viewthread/1416/#When:17:52:45Z</guid>
      <description>&lt;p&gt;Finaly I made a video of multitouch shell I&#8217;m working on.
&lt;br /&gt;
On this video you can see a normal windows applications that can be rotated and moved in &#8220;multitouch&quot;&#45;style.
&lt;/p&gt;
&lt;p&gt;
[youtube]1jejZDzB0mU[/youtube]
&lt;br /&gt;
[youtube]jIxQZo96LTM[/youtube]
&lt;br /&gt;
[youtube]SqvFTbQASeA[/youtube]
&lt;/p&gt;</description>
      <dc:date>2008-02-22T17:52:45-05:00</dc:date>
    </item>

    <item>
      <title>Silverlight + Multitouch = Surface&#63;</title>
      <link>http://nuigroup.com/forums/viewthread/454/</link>
      <guid>http://nuigroup.com/forums/viewthread/454/#When:06:35:48Z</guid>
      <description>&lt;p&gt;Hey guys, I just wanted to make a small demo available to the community&#8230; it is a Visual Studio 2005 Solution, which shows that Silverlight will be a great platform to develop MT apps on. I am planning on implementing TUIO support which will give us real&#45;time input, but could really use some help since I am new to Silverlight.
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://nuigroup.com/demo/sl/source.zip&quot;&gt;Here is the source in VS2005 format&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Note: &lt;/b&gt;You can find the solution in the clientbin folder,  you must have VS 2005 to compile (Orcas not required)
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Related Topic&lt;/b&gt;:
&lt;br /&gt;
&lt;a href=&quot;http://nuigroup.com/forums/viewthread/410/&quot;&gt;http://nuigroup.com/forums/viewthread/410/&lt;/a&gt;
&lt;/p&gt;</description>
      <dc:date>2007-07-12T06:35:48-05:00</dc:date>
    </item>

    <item>
      <title>visual studio 2008</title>
      <link>http://nuigroup.com/forums/viewthread/2729/</link>
      <guid>http://nuigroup.com/forums/viewthread/2729/#When:18:00:37Z</guid>
      <description>&lt;p&gt;HEy guys new to the forum and i am ready to get started on makeing some multitouch apps. so i went out and bought visual studio 2008. i know alot about computers, however i have never touched code or read about it. and i was just wandering if the comunity had any pointrs on what to use c# c++ or c, and also if you had ant links of files that would help a noob learn how to code thanks alot, oh and i am in the process of getting all my materials togather to buil my table i think i am going to go with ftir.
&lt;/p&gt;</description>
      <dc:date>2008-08-13T18:00:37-05:00</dc:date>
    </item>

    <item>
      <title>Bespoke Multi&#45;Touch Network Gateway</title>
      <link>http://nuigroup.com/forums/viewthread/2768/</link>
      <guid>http://nuigroup.com/forums/viewthread/2768/#When:16:43:21Z</guid>
      <description>&lt;p&gt;Hello all,
&lt;/p&gt;
&lt;p&gt;
I&#8217;ve just posted &lt;a href=&quot;http://www.bespokesoftware.org/wordpress/?page_id=41&quot;&gt;version 4.1 of the Bespoke Multi&#45;Touch Framework&lt;/a&gt;. This release includes improved calibration, a mouse emulator, and a network gateway. The network gateway uses Open Sound Control (OSC) and supports a simple set of OSC methods very similar to TUIO. I have a detailed post describing the gateway at &lt;a href=&quot;http://www.bespokesoftware.org/wordpress/&quot;&gt;&lt;a href=&quot;http://www.bespokesoftware.org/wordpress/&quot;&gt;http://www.bespokesoftware.org/wordpress/&lt;/a&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
I&#8217;ve tested the gateway with FLOSC and it appears to work, though it seems like there might be byte order issues. This might be from my implementation of OSC, or I might simply be interpreting the output from the FLOSC test client incorrectly. My C# client implementation works like a champ, but that&#8217;s to be expected as I&#8217;m using the same serialization code on both ends of the connection. I&#8217;m looking for some feedback from someone who uses Flash/FLOSC. Anyone interested?
&lt;/p&gt;
&lt;p&gt;
Paul
&lt;/p&gt;</description>
      <dc:date>2008-08-18T16:43:21-05:00</dc:date>
    </item>

    
    </channel>
</rss>