Dimitre

Results 692 comments of Dimitre

I think OF is unreliable today in this state. Libs are still not working OK. PG is not unreliable for me, today. There were this recent issues difficulties with nlohmann...

not sure if it helps you but I'm using a function to animate proportionally to the last animation frame (FPS independent) using this code based in std::chrono::steady_clock. works well for...

@roymacdonald I thought the same. @NickHardeman any downside of using PixelType as the template parameter?

I would love to have "osx" name kept similar paths and libraries layout as it was before, so "macos" could be the new template using xcframework. this way we could...

it seems RPI libs (and others) download is not working : bzip2: (stdin) is not a bzip2 file. https://github.com/openframeworks/openFrameworks/actions/runs/11860266785/job/33055126869

Actions are not working as they should. Libraries are pointing to 404 in half of the platforms.

now pg is adding correctly xcframeworks. allAddonsExample still fails on opencv / carotene it works if you substitute the .a file with the one from "ALTpothecary" https://github.com/dimitre/ofChalet/releases

Investigating more of the scripts to build of nightly, it seems there are a lot of scripts being called with "-b" parameter which is to enable variable BLEEDING_EDGE in ```scripts/dev/download_libs.sh```...

I think everything is more complex than it should be so in my opinion we can use only repo and set $VER accordingly. with this plus some changes in OpenCV...

hey @ofTheo can you explain better the PG issues? which platform? I've just tested with subfolders of src and additional sources and it is working OK here