Dimitre
Dimitre
and remove no-pie ``` ld: warning: -no_pie is deprecated when targeting new OS versions ld: warning: -no_pie ignored for arm64* ```
Hello @vanderlin thanks for the great addon. I've modified in this PR to use glm::vec2 / glm::vec3 instead of ofVec2f ofVec3f and ofPoint and updated MIN and MAX to std::min...
I'm getting server dimensions as soon as syphonIn.set(serverName) is called. I've noticed the dimensions are not ready yet so I'm calling this to be able to get them ```c++ syphonIn.bind();...
and other minor changes like emplace_back
I've got some issues compiling in github actions with macos-latest, and it seems to work well on macos-14 failing action is here https://github.com/dimitre/ofLibs/actions/runs/17585670170/job/49952862350 and additional logs building locally ``` Not...
browsing camera capabilities here we have a parameter called ```focus-abs``` ``` focus-abs { type-description: { single value, unsigned 16-bit integer }, minimum: 0 maximum: 1023 step-size: 1 default-value: 1 current-value:...