Roy Macdonald
Roy Macdonald
I was able to get it to compile. I mostly needed to recompile the core lib dependencies.
Sure, no problem. Let me get it to run the window properly. Did you manage to get GLES 2 shaders to work? I have not. I am modifying ofxAppEmscriptenWindow to...
@Jonathhhan I tried out your changes and cloned your OF repo, but it was not working. Maybe I missed something. Although I got it to work by changing a lot...
@Jonathhhan awesome! I'll check it and get back with comments (and see how to make all the other audio stuff to work)
I got that error before and fixed it. And I ended up doing some massive changes to ofxAppEmscriptenWindow. I think that now it looks better. :) https://github.com/roymacdonald/openFrameworks/blob/emscriptenUpdate/addons/ofxEmscripten/src/ofxAppEmscriptenWindow.cpp https://github.com/roymacdonald/openFrameworks/blob/emscriptenUpdate/addons/ofxEmscripten/src/ofxAppEmscriptenWindow.h
I am not even able to run the pd example as it fails compiling it, although the OF audio examples work fine. There are some issues with the ofxPd addon....
btw, I am using macos. i understand you use linux, right?
Great! it sounds that `Module["preRun"]` got deleted and thats is why it complains. I have not gotten ofxPd to run yet (haven't done much though).
So I am able to run the sound examples for input and output audio with graphics and all. One thing I noticed was that the files were not being able...
No problem. It is you who I must thank. So you were having filesystem issues with the Debug version only (which has ASERTIONS=2)? What would be really useful now is...