Click here to Skip to main content
15,881,882 members
Articles / Programming Languages / C++

How to Create a Simple Natural Interaction (NI) App.

22 Sep 2011CPOL6 min read 30K   293   7  
This article contains a short description for a novel NI programmer on how to create a simple “Hello World” gesture-based application. It includes links for environment dependences download pages, code sections with explanations and a sample source code.

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.


Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelloWorld", "HelloWorld.vcproj", "{88E8A9A6-A369-4E48-B7FF-E202838DE53A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{88E8A9A6-A369-4E48-B7FF-E202838DE53A}.Debug|Win32.ActiveCfg = Debug|Win32
		{88E8A9A6-A369-4E48-B7FF-E202838DE53A}.Debug|Win32.Build.0 = Debug|Win32
		{88E8A9A6-A369-4E48-B7FF-E202838DE53A}.Release|Win32.ActiveCfg = Release|Win32
		{88E8A9A6-A369-4E48-B7FF-E202838DE53A}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Israel Israel
Lior Cohen is an Application Developer at PrimeSense. In the past two years, he trained and taught programmers from all over the world how to use OpenNI and PrimeSense technologies.

Comments and Discussions