All Projects → totakke → homebrew-openni

totakke / homebrew-openni

Licence: other
OpenNI-related formulae for the Homebrew package manager

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to homebrew-openni

homebrew-openni2
OpenNI2-related formulae for the Homebrew package manager
Stars: ✭ 41 (-51.76%)
Mutual labels:  homebrew, openni
dotfiles
🏠 dotfiles for my macOS environment
Stars: ✭ 17 (-80%)
Mutual labels:  homebrew
vintage
[UNMAINTED] command-line tool to check for outdated Swift Package Manager dependencies
Stars: ✭ 33 (-61.18%)
Mutual labels:  homebrew
dotfiles-legacy
. .✧ · 🌎 ✷ ✫ 🌙 · ✵ 🚀✵ * ✵ · 🌌✫ ✷ · ✧ .
Stars: ✭ 15 (-82.35%)
Mutual labels:  homebrew
homebrew-crypto
🔐 Various Cryptographic-Related Formulae
Stars: ✭ 14 (-83.53%)
Mutual labels:  homebrew
Blitz
Blitz is a 68030 based homebrew computer I designed over the course of nearly 3 years, starting in late 2017.
Stars: ✭ 31 (-63.53%)
Mutual labels:  homebrew
cleanmymac
A developer friendly command line cleaner program for modern macOS systems
Stars: ✭ 35 (-58.82%)
Mutual labels:  homebrew
m3diaLib-CTR
A C++ library for easier homebrew development for the Nintendo 3DS
Stars: ✭ 39 (-54.12%)
Mutual labels:  homebrew
libstarlight
3DS Homebrew Application Framework
Stars: ✭ 28 (-67.06%)
Mutual labels:  homebrew
.dotfiles
💻 My settings for macOS, kitty, zsh, nvim, tmux, and more 🛠
Stars: ✭ 44 (-48.24%)
Mutual labels:  homebrew
Pingo
A tile painting puzzle game for the PS Vita
Stars: ✭ 17 (-80%)
Mutual labels:  homebrew
PegaScape
A user-friendly public frontend for common PegaSwitch scripts including Nereba, Caffeine, HBL and more.
Stars: ✭ 49 (-42.35%)
Mutual labels:  homebrew
SwitchXBOXController
Turn your Nintendo Switch into an XBOX360 controller to play on your Windows computer
Stars: ✭ 46 (-45.88%)
Mutual labels:  homebrew
audioswitch
In order not to reconnect headphones after restarting macOS
Stars: ✭ 11 (-87.06%)
Mutual labels:  homebrew
waithax
An implementation of the waithax / slowhax 3DS Kernel11 exploit.
Stars: ✭ 64 (-24.71%)
Mutual labels:  homebrew
Clean-macOS
💻 A simple script to setup a clean environment on macOS
Stars: ✭ 155 (+82.35%)
Mutual labels:  homebrew
StarDustCFWPack
StarDust es un Pack con los CFW actuales tipo AIO, Configurado con Atmosphere, SX OS Agrega también las app mas básicas para empezar y no preocuparse por nada
Stars: ✭ 83 (-2.35%)
Mutual labels:  homebrew
Pocket-Game-Maker-v0.83
由白枫开发的PSP AVG游戏引擎PGM。经白枫同意后,上传做教程之用。
Stars: ✭ 13 (-84.71%)
Mutual labels:  homebrew
bottomless-block-barrage
Panel de Pon (Tetris Attack) clone for the 3ds.
Stars: ✭ 15 (-82.35%)
Mutual labels:  homebrew
homebrew-rmrec
Quick and simple command to remove a Homebrew package and its dependencies.
Stars: ✭ 31 (-63.53%)
Mutual labels:  homebrew

homebrew-openni

homebrew-openni is a project for installing OpenNI related modules with Homebrew: Sensor, SensorKinect, and NITE.

You can install these packages in Homebrew installing directory (default: /usr/local) by simple commands. Uninstalling is also easy. This project does not provide only Sensor module (sensor.rb) for Xtion and Xtion PRO LIVE but also SensorKinect module (sensor-kinect.rb) for Microsoft Kinect sensor. You can choose a proper module for your device.

If you want to use OpenNI2, refer to homebrew-openni2.

NOTICE

OpenNI formula is now provided by brewsci/science, so homebrew-openni won't provide it. homebrew-openni is supporting Sensor, SensorKinect, and NITE formulas.

Version info

  • Sensor
    • v5.1.6.6
  • SensorKinect
    • v0.94
  • NITE
    • v1.5.2.21

Usage

Download formulas

First, tap brewsci/science and homebrew-openni.

$ brew tap brewsci/science
$ brew tap totakke/openni

Install

Install OpenNI, Sensor/SensorKinect, and NITE with Homebrew.

Install OpenNI.
$ brew install openni

Install Sensor.
$ brew install sensor

(Or install SensorKinect instead if you want to use Microsoft Kinect sensor.)
($ brew install sensor-kinect)

Install NITE.
$ brew install nite

Run sample for test

Connect a device to the PC and run a sample program.

$ cd `brew --prefix`/share/openni/samples/Bin/x64-Release
$ ./Sample-NiSimpleViewer

Uninstall

Uninstall OpenNI, Sensor (or SensorKinect), and NITE with Homebrew.

$ brew uninstall nite
$ brew uninstall sensor (or $ brew uninstall sensor-kinect)
$ brew uninstall openni

If you want to clean entirely,

$ cd `brew --prefix`
$ rm -rf var/lib/ni var/log/primesense/XnSensorServer etc/primesense

License

Code is under the BSD 2 Clause (NetBSD) license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].