Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kylemcdonald/3dsav

Code for 3d Sensing and Visualization class.
https://github.com/kylemcdonald/3dsav

Last synced: 29 days ago
JSON representation

Code for 3d Sensing and Visualization class.

Awesome Lists containing this project

README

        

# 3D Sensing and Visualization

This is the accompanying repository for a course at [ITP](http://itp.nyu.edu/). You can follow the course on the [blog](http://3dsav.blogspot.com/).

## Structure

This repository is organized by weeks, and the entire class is seven weeks long. To grab a copy of the repository, you can use git:

````
$ cd openFrameworks/
$ git clone git://github.com/kylemcdonald/3dsav.git
````

Or you can download the repository [here](https://github.com/kylemcdonald/3dsav/zipball/master) and place it at the root level of your openFrameworks folder (next to `apps/` and `examples/`).

You should also grab a few addons:

* [ofxControlPanel](https://github.com/kylemcdonald/ofxControlPanel)
* [ofxKinect](https://github.com/ofTheo/ofxKinect)