mitchmindtree

Results 396 comments of mitchmindtree

@hellow554 if there doesn't seem to be a nice solution with the `Walker` trait I would be content with an `Iterator` that borrowed the `Dag`. It would still be very...

I haven't had a chance to continue work on this, but for some more context on the state of the ISF demo support, check out this long-running PR: https://github.com/nannou-org/nannou/pull/684.

oooo that sounds good :+1: would be interesting to see if it fixes all the text artefacts issues in conrod :)

Just for fun, [a related slide](http://acko.net/files/gltalks/pixelfactory/online.html#74) that describes our issue pretty nicely. I guess what we're doing by `.floor`/`.round`ing the position is converting to a Signed Distance Field.

@sheridanis Most of the time when I get exc_bad_access issues in ofxUI (often a "missing font" that first shows itself in the ofxUILabel of whatever widgets I'm using) it is...

Hmmm I spoke too soon, just updated ofxUI and now i'm also getting the ofTrueTypeFont::getStringBoundingBox via ofxUIDropDownList::setShowCurrentSelected(true); > checkAndSetTitleLabel > > > setLabelText > > > > > ofxUILabel::setLabel >...

Just something I've noticed, I get the "getstringboundingbox" error whenever I use ``` ofxUICanvas::addTextInput(etc) ``` however I don't get it when I use ``` ofxUICanvas::addWidgetDown(new ofxUITextInput(etc)) ``` I haven't looked...

> It might also be relevant here that I don't have any channels, instead handling NIX_PATH through my config flake setup. Likewise, fwiw.

Just thought I'd add that this feature is now stable. @dche I'd be interested to hear your thoughts on this.

The license chosen by Museums Victoria can be found at the bottom of the README [here](https://github.com/museumsvictoria/spatial_audio_server#license). I agree it would be nice to add a LICENSE to the repo itself...