Theodore Watson

Results 149 comments of Theodore Watson

okay sounds good @dimitre ! @danoli3 if you have any small fixes you could PR to master.

reverting this as there is too much to fix in master to get this working. the ARC requirements are quite intsensive and there is still a lot of iOS code...

@dimitre let's leave this open and I'll tackle the last thing you mentioned. I think we could have of::pi which can be later assigned to use std::numbers::pi;

Not currently 😞 - that is something we need to tackle in apothecary: https://github.com/openframeworks/apothecary/issues/208

@artificiel yeah agree, I pulled the TCP ones, but I am pretty sure all the osc / udp ones don't make sense. I pulled the thread ones for similar reasons...

Yes. That’s correct. I couldn’t get GL_Points working at all so I did a separate implementation with triangle based billboards. So it will definitely look a bit different on web...

hmm that's strange @cjdg - I can see it here: https://launchpad.net/ubuntu/lunar/+package/libopenal-dev did you try: `sudo apt-get upgrade` to upgrade the packages on your system? sometimes I find aptitude can handle...

I'm leaning towards c++17 only for the next release, with no boost. Apothecary has sucked up so much time for me and for others - the smaller the dependency list...

@artificiel that is correct but it does currently rollback to C++11 / 14 and uses boosts filesystem if C++17 filesystem is not available. See: https://github.com/openframeworks/openFrameworks/blob/master/libs/openFrameworks/utils/ofConstants.h#L487 If we dropped boost from...

> OF should not burden itself with administration. we see in the issues a lot of goodwill with tagging categories etc, as well as attempts to "organize" things, Ha -...