Jonathan Frank
Jonathan Frank
The updated `ofxLua` works with `ofxOfelia`, if I downgrade the included `Lua` to 5.3.6. And I wonder how to change `ofxOfeliaLua.cpp` for make it work with `Lua` 5.4.6: https://github.com/cuinjune/Ofelia/blob/master/src/ofxOfeliaLua.cpp
If someone wants to try: https://github.com/Jonathhhan/ofxOfelia/tree/update_0.52-2
I wonder if that is possible (and I guess it likely is)... At least PD (libpd) runs with Emscripten and JUCE too. Recently I worked on optimizing Open Frameworks for...
With adding `#include "stack"` to `ImHelpers.h` (and a few small additional changes) it works also with Emscripten.
Adds `#include "cstdio"` to `b2Polygon.h`.
@alantian with the help of your code it was possible to implement GAN for Open Frameworks / Emscripten. Here is my code (the GAN part is basically yours, just adapted...
Disposes the tensor after drawing to canvas, which releases GPU memory.
The script for downloading the models does not work: `mv: cannot stat 'download?path=%2F&files=model_basics.zip': No such file or directory` It is still possible with the direct link: https://cloud.zkm.de/index.php/s/gfWEjyEr9X4gyY6
At least with `ofxVolumetrics` it works quite well. The shaders from the addon need to be put into the `C:\Program Files\Pd\bin\data\ofxVolumetrics\shaders\gl...` folder, it would be much nicer and more convinient...