Dimitre

Results 256 issues of Dimitre

/usr/lib/gcc-cross/arm-linux-gnueabihf/13/../../../../arm-linux-gnueabihf/bin/ld: ../../../libs/kiss/lib/linuxarmv7l/libkiss.a(kiss_fftr.o)(.text+0x34): unresolvable R_ARM_MOVW_ABS_NC relocation against symbol `stderr@@GLIBC_2.4' visible here https://github.com/openframeworks/openFrameworks/actions/runs/12165768266/job/33930514808

action: https://github.com/openframeworks/openFrameworks/actions/runs/12165768266/job/33930514808 sample ``` /home/runner/work/openFrameworks/openFrameworks/libs/openFrameworksCompiled/project/../../../libs/openFrameworks/gl/ofShadow.cpp:562:(.text+0x2dfc): undefined reference to `__glewBindFramebuffer' /usr/lib/gcc-cross/arm-linux-gnueabihf/13/../../../../arm-linux-gnueabihf/bin/ld: ../../../libs/openFrameworksCompiled/lib/linuxarmv7l/libopenFrameworksDebug.a(ofShadow.o): in function `ofShadow::beginDepth(unsigned int)': /home/runner/work/openFrameworks/openFrameworks/libs/openFrameworksCompiled/project/../../../libs/openFrameworks/gl/ofShadow.cpp:622:(.text+0x3354): undefined reference to `__glewBindFramebuffer' /usr/lib/gcc-cross/arm-linux-gnueabihf/13/../../../../arm-linux-gnueabihf/bin/ld: /home/runner/work/openFrameworks/openFrameworks/libs/openFrameworksCompiled/project/../../../libs/openFrameworks/gl/ofShadow.cpp:622:(.text+0x3358): undefined reference to `__glewFramebufferTextureLayer' /usr/lib/gcc-cross/arm-linux-gnueabihf/13/../../../../arm-linux-gnueabihf/bin/ld: /home/runner/work/openFrameworks/openFrameworks/libs/openFrameworksCompiled/project/../../../libs/openFrameworks/gl/ofShadow.cpp:622:(.text+0x335c): undefined reference...

Fix some std issues change TWO_PI to glm one update cork to compiled library using latest from here https://github.com/gilbo/cork update GMP to 6.3.0 installed via brew add license files to...

I've made a fork to make the needed changes to run today in apple silicon, https://github.com/dimitre/ofxCorkCsg/tree/std and ended up with this error: ``` Undefined symbol: ofxCorkCsg::resolveIntersections(ofxCorkCsg::MeshWrapper const&, ofxCorkCsg::MeshWrapper const&, ofMesh_&)...

it would be great to be able to use this action to install Meson and use it in other step. I'm using chalet build system to automate meson / cmake...

it seems ofSoundGetSpectrum returns a null pointer I think it it is because it was changed to AVEngineSoundPlayer and it doesnt have ```getSystemSpectrum``` function

https://github.com/dimitre/ofLibs some ideas being tested here: individual folders for each library / target / architecture each library change will spawn runners to create only the specific library, and add to...

This is a proposition for discussion. I was testing removing all legacy math (ofPoint, ofVecXf, ofMatrixXxX, ofQuaternion) from core, addons and examples. Now I have this updated PR where we...

I think using orientation custom code is not needed as iOS will take care of window orientation and resize it accordingly, no need to rotate mouse coordinates or something like...

Now it is possible to identify each window as @ofTheo suggested here in this thread https://forum.openframeworks.cc/t/multiple-windows-how-to-know-which-window-is-being-drawn/40538/3 it would be great to have a simpler way of handling drawing in different...