Roy Macdonald

Results 187 comments of Roy Macdonald

So, I was checking the git commit history and there are a bunch of commits which made the switch to using of::filesystem::path instead of std::string. What would be the best...

> @roymacdonald I think there was a point where the current ofToDataPath with named ofToDataPathFS and then ofToDataPath was: Yes I am reverting into that point. > then we can...

@dimitre I feel we are pointing at different objectives. I totally agree that using filesystem::path is a great idea, but we must not make such transition in a rushed manner....

So this is the PR. So far it builds and the few tests I've runned are working https://github.com/openframeworks/openFrameworks/pull/8141

@ofTheo That FilepathProxy class works on windows.

> in all cases i don't see why the input signatures are reverted to `std::string`, as `::path` implicitly converts an `std::string` even on windows (going narrow to wide) — the...

ok, here it is https://github.com/openframeworks/openFrameworks/pull/8149 yet still I think we need to fix the video player load function

this looks great! Super useful. I've been dealing with something where parameter link would have been super useful, although I've had problems with parameters in different threads, so, Is this...

Thanks to you @danoli3 for all the energy and time you put into OF.

I think that the problem is that the target is not being properly setup by OF. There are a bunch of preprocessor directives that are setup depending on the platform,...