andreypdr / simple-openni

Automatically exported from code.google.com/p/simple-openni
0 stars 0 forks source link

Source not available #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download source, using svn.
2. Look for corresponding sources to class files included in distribution jar.

What is the expected output? What do you see instead?
Expected: a folder named "SimpleOpenNI", with files such as 
"AlternativeViewPointCapablity.java" etc.

Instead: There is only one .java file, "SimpleOpenNI.java", not contained in a 
"SimpleOpenNI" folder and thus unable to fulfill its package directive "package 
SimpleOpenNI;"

What version of the product are you using? On what operating system?
Universal version 0.27; Ubuntu GNU/Linux 10.04 if it matters

Please provide any additional information below.

Original issue reported on code.google.com by istvan.c...@gmail.com on 8 Jun 2012 at 4:10

GoogleCodeExporter commented 8 years ago
The main part of SimpleOpenNI is in C++. To get the java wrapper i use SWIG.

Original comment by m...@paus.ch on 10 Jun 2012 at 7:07