Dimitre

Results 697 comments of Dimitre

in fact this is right, when you tilt your screen to the left, the content should be rotated to the right and if you rotate your screen to the right,...

Great! I think those have to be switched one to another. What is your fix? https://github.com/openframeworks/openFrameworks/blob/f90003b4a5cc54531f02682d74309188cd3da6b1/addons/ofxiOS/src/app/ofAppiOSWindow.mm#L231-L236

Yeah I think two different things were tried to merge as one, but they are different in nature. And since you can get and set Rotation it will be very...

about iosOrientationExample: there is a curiosity there. the deviceOrientationChanged returns an integer which is an UIDeviceOrientation result. but it is interpreted as ofOrientation enum, does the two follow the same...

I think physical screen rotation and content (opengl context) rotation should be independent one to another. You as a user can set orientation to any screen, lets say you want...

nice one. if accepted I suggest marking ofBufferToFile as deprecated

Launchscreen was recently modernized, now it uses an svg file instead. I've submitted a PR to remove the bin/data images https://github.com/openframeworks/openFrameworks/pull/7033

can you update with ofDrawRectRounded parameters?

I think this issue can be closed now. It seems to be using AVFoundation by default. I can change the example to the resolution of 640 x 480 instead of...

Not sure if it is related but I've seen an issue on GStreamer itself posted here https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1083 And it seems some videos, not all trigger the segfault. Maybe this is...