Dimitre

Results 256 issues of Dimitre

by lowering seekToTime tolerance to zero it will force the video frame to be displayed correctly. Today if I load a video recorded with a camera, lets say Sony alpha...

close

Last night I dreamt about OF, ofFbo had a += operator so you could sum layers like this. In fact this still makes sense to me, so I decided to...

change float parameter to PixelType meant to close this https://github.com/openframeworks/openFrameworks/issues/8166

Following "install from github" instructions I should invoke script like this: ``` scripts/dev/download_libs.sh -p osx ``` it tries to download some libraries named ``` https://github.com/openframeworks/apothecary/releases/download/latest/openFrameworksLibs_latest_osx1.tar.bz2 ``` and it fails, correct...

I've just got a RPI again to test and follow the latest instructions from here https://github.com/openframeworks/openFrameworks/blob/master/INSTALL_FROM_GITHUB.md so the install is: ``` scripts/dev/download_libs.sh -p linuxaarch64 ``` but it tries to download...

I'm working on an idea to mix an ofMesh with ofNode, so we can have a matrix transformation to draw a mesh, or a way of getting transformed (like baked...

I'm testing now on linux, following the guide https://github.com/openframeworks/openFrameworks/blob/master/INSTALL_FROM_GITHUB.md so the install script now changed to ``` scripts/dev/download_libs.sh -p linux64 ``` but it doesnt work. it points to a 404...

I finally found everything to make retina work with a seamless window. Basically everything will work the same and only pixel density will change. It is working great in the...

As FMOD is not the default player anymore we can remove the logic for this define and keep only USE_FMOD Quicktime and QTkit removal Boost references removal (not on apothecary...