Theodore Watson

Results 155 comments of Theodore Watson

@Jonathhhan does it mean we need to change the emscripten version used by the CI here? https://github.com/openframeworks/openFrameworks/blob/master/.github/workflows/build-emscripten.yml#L24 The rest of the PR looks good to me.

@Jonathhhan I guess I am wondering, what the `DYNCALLS=1` means in terms of OF. Do we need to build all libraries OF uses for emscripten with a certain flag, is...

Thanks @Jonathhhan I think maybe I'll need to build the apothecary stuff against `3.1.19` and get those updated in the apothecary repo and then hopefully this PR will compile fine...

@dimitre would be awesome to look into the caching stuff. When I started porting stuff from Travis over to Github I couldn't get the caching to work well and there...

Thanks @dimitre! This is awesome. ### Xcode vs Makefile It might be good to try the tests on Xcode too and see if it is much faster? If so then...

Awesome @dimitre 👍 > once I've read they bill minutes x 10 We don't get charged for CI runs, but even so making things faster and less wasteful is good...

Ahh interesting. That's annoying. 🙂 Could AppStore be Release-AppStore? Sort of a hack but maybe that would work? Also as you said it could also be a Project.xcconfig setting instead...

Here is the thread in the forum which this came from. https://forum.openframeworks.cc/t/oftruetypefont-looks-clunky-like-slow-framerate-while-translating/23753/6 any reason we shouldn't use this type of approach to rendering the text out ( minus the translate...

ahh - yeah - I just made this following test: ``` ofTrueTypeFont ttf; ofVboMesh mesh; ofFbo fboText; ofRectangle textBounds; //-------------------------------------------------------------- void ofApp::setup(){ ttf.load("arial", 20); ofRectangle textBounds = ttf.getStringBoundingBox("hello slow moving...