Skip to content

dagophil/sfml_openni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

168bcbd · May 30, 2017
Apr 5, 2016
Dec 7, 2015
Apr 13, 2016
Nov 22, 2015
Mar 9, 2016
Apr 6, 2016
May 30, 2017
Nov 30, 2015
Apr 12, 2016
Apr 10, 2016
Apr 10, 2016
Apr 13, 2016
May 28, 2017
Apr 8, 2016
May 30, 2017
May 30, 2017
Apr 13, 2016
Apr 6, 2016
Feb 26, 2016
May 30, 2017
Nov 30, 2015
May 28, 2017
May 28, 2017
Feb 16, 2016

Repository files navigation

Kinect menu

Installation

  • Install the required prerequisites:
    • SFML 2.4.2
  • Install the optional prerequisites that are needed to support the kinect:
    • OpenNI
    • SensorKinect
    • NITE 1.5.2.23
  • Clone the repository: git clone https://github.com/dagophil/sfml_openni
  • Switch to the source directory: cd sfml_openni
  • Create a build directory: mkdir build
  • Switch to the build directory: cd build
  • Run cmake: cmake ../
  • Eventually add the SFML and OpenNI paths to the cmake variables.
  • Compile the project: make

Documentation

  • Install jekyll:
    • sudo apt-get install ruby2.0 ruby2.0-dev
    • sudo gem2.0 install jekyll
  • Switch to the source directory: cd sfml_openni
  • Run jekyll: jekyll serve
  • Open the documentation in the browser: http://localhost:4000