Posts

Showing posts from May, 2009

Hard hard user interfaces.

Started as someone doing ActionScript in Macromedia Flash I got into Human-Computer-Interaction after watching Jeff's Hann's multi-touch work. That's the power of a really cool demo that inspired the birth of NUIGroup community which spawned 1000s of makers all around the world making their own projector camera multitouch systems. All of it became mainstream once Apple released the iPhone to the world, and also gave birth to my interest in human-centered engineering. I spent some 10 years after that playing with sensors, haptics, and gestural interfaces through multiple input modalities but nothing stuck as much as multi-touch did. Thanks to Apple's execution. Everyone's phone/tablet interaction is default multitouch. (unless you have a visual impairment). Primsense evolved into Kinect, then came Wiimote, Leap but nothing stuck.  for speech, it was Amazon's Alexa. Latest news , that its going to lose Amazon 10B.  Like I am writing this post through my keyboard a...

Report 1

For the past 4 days I was working with my GSoC project and so far I've been able to do the following except my to successfully let Google SketchUp talk to TUIO. Setup the iconset, the UI -that'd enable the enabling and disabling of the extension from SketchUp's toolbar. Two operation modes for the plugin SketchUp, B1 -Control Navigation B2 -Enable Drawing/Sketching Trying with TUIO data into SketchUp.

Precoding updates

Image
1. Code Repository setup at Google Code 2. Recently I tried out Colin Harris's Ruby TUIO client from , it took me a little longer time (more than expected) to figure out if its working since I was using Adobe Air based SimTouch.air and socketserver executable to do my tests- which didnt work with our Ruby Client. Though later it responded perfectly with ReactiVision TUIO Simulator 1.4 . I could print the TUIO messages :-) 3. Yet to figure out how we're going to implement the Ruby Client within GoogleSU's interface, I am doing my experiments around Google SU right now. Since I am a bit n00bish with the Ruby API's application with networking, for now not very sure how it'll be loaded INTO the GoogleSketchUp , though i've to try :-) 4. For now I am wondering if we should really go on and apply multitouch to drawing in Google SketchUp , since Sketchup alredy allows to draw using Single Touch. Ofcourse the Multitouch gestures can be technically implemented here,...