so i’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..
this project does not have a name *yet*
and here is the description:
it’s basically the .net framework, but allows for multitouch interaction.
it uses touchlib and CsTI
it’s written entirely in C#
it’s WPF(Windows Presentation Foundation) or .NET 3 based - so it won’t work on .NET 2 btw
it’s a framework of custom controls. ie. image/button/video/etc. for .net
so i aim to enable people to write code, like they would in c#, like
Button but = new Button();
etc...
but allows for touch interaction, like
TouchButton but = new TouchButton();
etc...
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.
i will have a working prototype of a multitouch image app (like white’s flash app) within the week.
i’ll appreciate if anyone could give some feedback on the idea.
