Theodore Watson
Theodore Watson
Wow - awesome work @dimitre !! Did you get TTF fonts figured out to? For me that was the biggest hurdle. I can have a look at the camera stuff....
Looks awesome!!
A big one!! I put a couple of comments in but this looks good to me! Thanks @dimitre !!!!!
these seems fixed now but there are other issues breaking project creation with addons
Thanks @artificiel I can confirm even with my fix this hangs. But doing this produces no hang: ``` //-------------------------------------------------------------- void ofApp::exit(){ hanger->waitForThread(); } ``` The classes I have been testing...
@roymacdonald yeah I believe the one in the loop gets called first I left that one in as it basically does nothing if exit() has been called already so figured...
@liquidzym thanks for printing out the PG log, do those paths show up in the Visual Studio project file or does the project still show `GSTREAMER_1_0_ROOT_MSVC_X86_64` instead?
@dimitre I am almost 100% sure its maybe just not printing correctly due to the \ As all the projects @NickHardeman tested were working fine ( and probably wouldn't if...
@dimitre this part seems wrong right? ``` ofAddon: addon config: substituting GSTREAMER_1_0_ROOT_MSVC_X86_64 with D:\gstreamer\1.0\msvc_x86_64\ = D:\gstreamer\1.0\msvc_x86_64\include ``` Shouldn't it be just one path? ie: `D:\gstreamer\1.0\msvc_x86_64\` or `D:\gstreamer\1.0\msvc_x86_64\include`
tried with the latest mingw64 msys2 nightly now that the emscripten libs are there In the mingw64 shell these steps worked: ``` # Get the emsdk repo git clone https://github.com/emscripten-core/emsdk.git...