Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kylemcdonald/3dsav
- Owner: kylemcdonald
- Created: 2011-02-11T02:32:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-11T18:18:42.000Z (about 11 years ago)
- Last Synced: 2024-08-02T17:36:25.751Z (3 months ago)
- Language: C++
- Homepage: http://3dsav.blogspot.com/
- Size: 1.31 MB
- Stars: 25
- Watchers: 10
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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)