2bit
2bit
add include vector for `UdpResponderNonBlocking.cpp` to fix `implicit instantiation of undefined template` on macos
This is just propose. So great PR #8019 was merged. It is awesome and too useful. and, I think if we can specify stroke align like inner / center /...
at build 20240802 addons.make ``` ofxOsc ../addons/ofxPubSubOsc ../addons/CustomModules ``` then only ofxOsc is added to xcodeproj, other addons are removed from addons.make.
I believe that OF_USE_MINIMAL_STD is a best-effort way to maintain compatibility. However, I think it would be good to provide a method to disable it entirely as well. For example,...
Currently, all subdirectories under libs/XXX/include are recursively added to the include search paths. This can sometimes cause problems. For example, when using ofxOpenCV together with flann-lib, conflicts can occur because...