Dimitre
Dimitre
I think it would be great to have a similar feature to ofxFastFboReader in OF Core. useful any fast access, like recording videos or transmitting NDI. @arturoc proposed an ofPBO...
I've took a look at the code (I didnt write it) and found this: ``` if (containsSourceFiles(normalizedDir)) { ``` this wont allow this paths to pass because this variables are...
@danoli3 @ofTheo This path was directly added like this in VS ``` $(GSTREAMER_1_0_ROOT_MSVC_X86_64)include ``` and it works from there, because it is an environment variable that is correctly parsed there....
Oww finally, found the commit introducing this check, so assigning @danoli3 https://github.com/openframeworks/projectGenerator/commit/28d3e248a94c8f7da91385b78abdb3c1f5238411#diff-569e5575fd4a62c1169c6ffe799bea95b381d89eba1756d4f165a9a1b1e681f3
@danoli3 sure. This is what I think can fix with the minimum amount of changes. https://github.com/openframeworks/projectGenerator/pull/616 Anybody else can test this one? @ofTheo @danoli3 ? No windows machine here.
@ofTheo I've just invoked manual nightly so we will have a new one in 25 minutes. about OF/OF it should build everything using latest PG. If anybody can help testing...
@NickHardeman is this good? maybe fixed?
It is XCode VSCode and Zed, make at this point but I can quickly add everything in there :)
Code is here. I have to split files for each template to be more tidy https://github.com/dimitre/openFrameworks/tree/ofworks/ofGen
Indeed it works thank you :)