Dimitre

Results 243 comments of Dimitre

hey @ofTheo I've took a look at this: settings.monitor not being clamped and moved functionality to outside the if, so it is clamped correctly once https://github.com/openframeworks/openFrameworks/pull/6954

hey @ofTheo I was reading this one " Change template to make missing a return a hard error instead of allowing functions not return anything." and it is already an...

Nice, its here - https://github.com/openframeworks/openFrameworks/pull/6962

Hey @ofTheo can you explain better about retina support item?

Other suggestion, older deprecated API should be removed already loadMovie -> load loadImage -> load saveImage -> save initGrabber -> setup - https://github.com/openframeworks/openFrameworks/pull/3320

Just to add to list. it would be great to have orientation issues solved for 0.12

Hey @StaffanMelin do you think it is an OF issue rather than GStreamer? Is Processing still shipping a previous version binary to make it work?

Same issues here. Trying to take a look at the config.shared.mk debug info is here ``` PLATFORM_ARCH=aarch64 PLATFORM_OS=Linux HOST_ARCH=aarch64 HOST_OS=Linux CROSS_COMPILING=0 PLATFORM_VARIANT=default IS_RASPBIAN= ``` and there is no aarch64 in...

I've tried to make it run on latest raspberry pi os (bullseye) and made two draft PRs https://github.com/openframeworks/openFrameworks/pull/7069 https://github.com/openframeworks/apothecary/pull/233 with the first we can keep building with aarch64, and the...

I suppose texData is float for a reason, like the tex hack to remove artifacts, so maybe ofTexture allocate should use float parameters? What do you think @ofTheo ?