Skip to content

Conversation

@nneonneo
Copy link
Contributor

@nneonneo nneonneo commented Jul 3, 2014

Here's a few minor Java changes, for happier development.

  • Implement every API in fakenect, which resolves linking errors that can occur when using Java with fakenect.
  • Bump the version number of the JAR
  • Add a Makefile for the JAR (mostly since I never remember the right mvn command to use)
  • Build a JAR with dependencies by default, which makes it slightly less painful to deploy
  • Like the other wrappers, don't set a default depth or video mode (the default modes that libfreenect sets are fine).
  • Order the data buffers correctly (according to native byte order instead of the default BIG_ENDIAN), so that you can make ShortBuffers from them that work properly

@piedar piedar added this to the v0.5.0 milestone Jul 3, 2014
@piedar piedar modified the milestones: v0.5.1, v0.5.0 Jul 15, 2014
@piedar piedar force-pushed the master branch 2 times, most recently from e241863 to 4e489af Compare September 1, 2014 21:07
piedar added a commit that referenced this pull request Sep 1, 2014
A few minor Java wrapper changes

Reviewed-by: Benn Snyder <[email protected]>
@piedar piedar merged commit 2994c6d into OpenKinect:master Sep 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants