var fDesc=new Array(); fDesc[0] = "TouchCore can be used with any programming language that supports TUIO, i.e. C/C++/C#, Java, Flash, Python, VVVV etc, meaning that software developers can create their own applications on TouchCore.

TouchCore (tracking engine) and NUITEQ Applications are also available as separate modules, in case you want to run your own developed multi-touch applications with our tracking software or run our applications with your own tracker.

Globally many companies have chosen NUITEQ's software as the internal driving force for their products to enrich the user experience by interacting with your fingertips.

Snowflake Suite is an robust, fast performing and reliable gesture recognition, computer vision, image processing, motion sensing multi- touch framework plug-in software package, which has been developed for over 4 years."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }