Jonathan Frank

Results 68 issues of Jonathan Frank

If I add `#include ` for Emscripten in ofConstants.h I can use additional stuff like texture3D. (still the ofxVolumetrics example https://github.com/timscaffidi/ofxVolumetrics does not work with Emscripten - maybe I made...

It was possible to compile with the latest Emscripten, for that I had to recompile the OF libs (FreeImage or freetype for example) with the current Emscripten and made some...

Just want to mention it, because I had problems with compiling the external with the old ofxLua version (that is included in ofxOfelia v4.0.0) and the current OF 0.11.2 with...

I wanted to ask, if there is a way to exclude the library automatically, if it isnt used with Emscripen (it makes the wasm file like 5 MB bigger). If...

hi cuinjune, i managed to compile ofelia with additional addons for linux without any issues. but when i want to compile with the same steps for windows, the addons are...

it would be nice if array:get has a second argument for the length of the array. i also realized that pd likes to crash if i send lists with a...

Hi Cuinjune, it seems ofFbo() does not work in an Ofelia standalone app (tried linux and windows), while it works with PD and Openframeworks (with my setup). Kind regards, Jonathan

Hi Cuinjune, I compiled Ofelia 4.0.0 and all the examples work well. But I have problems to run my "Game of Life" patch: https://forum.pdpatchrepo.info/topic/11826/conways-game-of-life-made-with-ofelia/3 which works well with Ofelia 3.1.0....

hi cuinjune, with the newest emscripten 1.39.1 i get this compile error with the ofelia emscripten example on ubuntu 18.04: ``` /home/jonathan/Schreibtisch/of_v20191108_linux64gcc6_release/addons/ofxOfelia/libs/ofxLua/src/bindings/glmBindings.cpp:2733:10: fatal error: 'glm/gtc/functions.hpp' file not found #include ```...

Hi Cuinjune, I can call an Ofelia Lua function from ofApp.cpp like that: ``` lua_getglobal(ofxOfeliaLua::L, "function_4"); lua_call(ofxOfeliaLua::L, 0, 0); ``` It just does not return anything to the outlet of...