labatrockwell / openTSPS

TSPS is a cross platform Toolkit for Sensing People in Spaces. It performs openCV operations on live video (Kinect, web camera, etc) and sends it to clients as JSON (via WebSockets), OSC, TUIO, or TCP.
http://www.openTSPS.com
194 stars 51 forks source link

1.4.0 Checklist #81

Open robotconscience opened 9 years ago

robotconscience commented 9 years ago

1.4.0 will introduce a few new features to simplify OSC-based communication, make maintenance easier, and add more utilities for communication over the Internet. It will also attempt to be self-documenting, introducing tooltips inspired by Ableton Live to provide info about each step in the TSPS process.

GUI overhaul

Features + Bug fixes

Packaging / downloading

Building

emmanuelgeoffray commented 9 years ago

Hi Brett, I see you've been working on this new version with ofxUI, which is great!

For this new version, may I suggest to remove all addons from repo, and instead use a clone_addons script? I've seen you are using submodules now, as mentioned in #46 and some addons are candidate to have their own repo. I am trying to maintain a linux version of openTSPS every 6 month/1 year but it is more and more diffult to keep track of everything as on linux there is no work around to have the addons outside of the of/addons folder.

I've done this here But I'm sure I broke things i the Xcode project. I am sorry I can't test it.

But maybe it's quick to rebuild the xcode project with of's projectgenerator now? Do you use it for openTSPS?

robotconscience commented 9 years ago

Hey Emmanuel, that sounds great! Totally on my radar.

I've had to put a pause on TSPS 1.4 as I ramp up teaching a new class this semester... Hoping to pick stuff back up in February! Will keep you posted here.