Dimitre

Results 177 issues of Dimitre

in examples folder only so it doesn't exclude the template folder.

- [ ] ofSetFullscreen queries all the monitor list more than once (two or three times) for different reasons, we can do a monitor callback and store the data there....

It was only needed if ofVideoPlayer was the object of playing video itself, but I understand now ofVideoPlayer will always have a player object inside with playing capabilities (player) Player...

section-video

and it fixes some more strict compiler warnings "Implicit conversion loses integer precision:" And some space to tabs fix. Let me know if it is best to make different PRs...

This PR closes https://github.com/openframeworks/openFrameworks/issues/6925

obj-c

I think it is confusing to use ```c++ void setSize(int width, int height) ``` and ```c++ void setPosition(const glm::vec2 & position) ``` do you think OF should accept glm::vec2 for...

[edit] I now think we should remove submodules from git ~~it would be great to have submodules using shallow clone~~ ``` git submodule add --depth 1 git config -f .gitmodules...

I think this branches can be safely deleted ``` ofThreadChannel-trySend bugfix-hdv ``` some tags can be cleaned to and kept for releases or intermediate builds and recently I've cloned the...

Just posting here if somebody more experienced in obj-c can jump in this one https://github.com/openframeworks/openFrameworks/blob/bc294119135e62eeb07b6845a01990820c2ec0e5/libs/openFrameworks/video/ofAVFoundationGrabber.mm#L40-L41 https://github.com/openframeworks/openFrameworks/blob/bc294119135e62eeb07b6845a01990820c2ec0e5/libs/openFrameworks/video/ofAVFoundationGrabber.mm#L245-L247 'devicesWithMediaType:' is deprecated: first deprecated in macOS 10.15 - Use AVCaptureDeviceDiscoverySession instead. [-Wdeprecated-declarations] cheers!

obj-c

I'm proposing here a separation of all Cairo functionalities to a file outside of ofGraphics.h Already tested here and works great. I've called ofGraphicsCairo.h and ofGraphicsCairo.cpp This paves the way...

cairo