Theodore Watson

Results 149 comments of Theodore Watson

@dimitre there is is more info here: #4789 Originally I was imagining that say you had a 2x retina scale OF would render everything twice as large into a 2x...

At this point I don't think arm64 is supported. I believe we would need to add libs in https://github.com/openframeworks/apothecary/ for arm64 and then add make rules probably too. There is...

also see #6844 which should be merged soon. c++17 and filesystem should all be good in that branch. Will see if I can reproduce with the steps you listed or...

Definitely open to clearer approaches. I honestly have had to look up the new way from the examples multiple times and often miss something. Not sure about the template one...

@roymacdonald yeah totally! 🙂

Thanks @dimitre going to ask @danoli3 and @2bbb to take a quick look at this one. Just want to make sure we aren't missing anything with the change.

Thanks @2bbb Def don't need to support Xcode < 9 - so an Xcode 9 onwards solution would be fine! :)

@dimitre as far as I can tell this works this same. ``` shared_ptr & mainLoop(){ static shared_ptr mainLoop = make_shared(); return mainLoop; } ``` I generally use make_shared instead of...

Hi @dimitre yes this is the case I think on all platforms. Because the call returns the result of your input, the app freezes until the input is returned or...

I would do this check: `cout