Dimitre

Results 468 comments of Dimitre

There is a function in GLFW to get the pixelScreenCoordScale, like this: ```c++ float xscale, yscale; glfwGetWindowContentScale(windowP_, &xscale, &yscale); pixelScreenCoordScale = xscale; ``` potentially closes this one - https://github.com/openframeworks/openFrameworks/issues/6902

I think defines in ofMain.h ofConstants.h can be improved. tidy up and documented.

There were some recent changes in AVFoundationVideoPlayer and for my usage it improved. It would be great to have your test and opinion to see if this issue can be...

I think it is amd related too no artifacts on M1 here

Great! I know xcode (ios and macos) will need this new files added. not sure which platforms needs the specific files added to their templates too.

Hey @ofTheo I would love to separate includes and headers from Cairo too and move to Project.xcconfig, uncommented of course, but the same way of this Boost libraries here: -...

As I'm getting more familiar with project generator I think templates should be in a separate folder than platforms too What do you think? ![Screen Shot 2022-05-05 at 21 57...

I've just tested with today's nightly build and github master and cannot reproduce. I'm using macOS 12.4 and XCode 13.4 (13F17a)

@stephanschulz most changes are in Project.xcconfig. you can try to comment out compiler settings to see if it makes some difference in your system

Implicit conversion loses integer precision: 'std::vector::size_type' (aka 'unsigned long') to 'int' https://github.com/openframeworks/openFrameworks/blob/290dbfc23930425024c9456b5c5519611fb1990d/addons/ofxOsc/src/ofxOscBundle.cpp#L46-L54