Aaron

Results 115 comments of Aaron

Thanks for this, it's not included. I think I have to rewrite the qml first before I am going to add this

I didn't saw this other packages I will have a look

For me this closes #15

Now it's starting but I couldn't test because of frauzufall/ofxGuiExtended#50

Das sieht nicht gut aus. ![bildschirmfoto zu 2016-11-23_00-31-28](https://cloud.githubusercontent.com/assets/404058/20546277/6d054a04-b114-11e6-8207-bed44f23285e.png) ![bildschirmfoto zu 2016-11-23_00-33-40](https://cloud.githubusercontent.com/assets/404058/20546306/8b635590-b114-11e6-9ac2-b97426667a9d.png)

I don't get why the ``` mapping_forms->setup("MAPPING FORMS", ctrl->getProjector(), object_list, w, h); mapping_forms->setMappingBackground(ctrl->getOutput()); ``` looks like that and in void ofx2DFormMapping::setMappingRects() why they have negative values: ``` [notice ] mapping_rect_src.height...

Arturoc wrote me: > not yet [documentation] though the api is pretty simple and there's an example of how to use if in input_output/xmlExample. also if you just want to...

https://github.com/openframeworks/openFrameworks/commit/4688610eb5c168aa5ce500b956fd97bc4b36b405

I solved this with a stream subscription on the mongo db which then pushed to the pubsub. This only possible on a mongodb replica set. ```javascript const { PubSub }...