oh ERROR: could not load symbol 'newInstance__imgui' from path '<self>' : undefined symbol: newInstance__imgui well fk, gotta debug android ndk dlopen/dlsym ;-;
even this fails dlsym(dlopen(NULL, RTLD_LAZY), name); and dlerror reports undefined symbol: newInstance__imgui even though i use extern "C" attribute ((visibility("default")))
like i know what widgets i need to make, i just dont have a reason to actually make them, like a button wiget or a scrollable view, as i dont need them yet