Theodore Watson

Results 149 comments of Theodore Watson

Cool! Some of the monitor size / position stuff was really funky due to the way Cocoa used to handle this stuff. It could be that some of these hacks...

Thanks for the example @dimitre. Out of curiosity I tried the macOS native fullscreen window and it does a weird hybrid. For the most part it goes fullscreen on the...

awesome @danoli3 !! looks like there are some merge conflicts but once those are resolved I think all the checks can run. let us know if we can help with...

@danoli3 just fyi - Github Actions dropped support for Ubuntu 16.04 a few weeks ago. This means that the GH Actions haven't been working for Android and other targets. I...

yeah @danoli3 I think if you can do a clean diff of your apothecary changes in your own remote branch of https://github.com/openframeworks/apothecary then once those are passing the CI in...

Btw I think we'll need to update apothecary CI to use Ubuntu 18.04 - so I will try and get on that so you are not dealing with those issues...

That does seem slow. Could you share the exact commands ( and order ) you used? I will try and reproduce here. Curious if its easy to try the Visual...

Could you try with 0.9.0? I would be curious to see if you get a similar fps. Thanks Theo

Totally agree! The getPixelCoordScale function in ofAppGLFWWindow returns the ratio of the frame buffer to window size. In the current case its 2 for HiDPI and 1 for non HiDPI...