leadedge / ofxNDI

An Openframeworks addon to allow sending and receiving images over a network using the NewTek Network Device Protocol.
GNU General Public License v3.0
134 stars 48 forks source link

Changes to make it run on M1 (apple silicon) #24

Closed dimitre closed 2 years ago

dimitre commented 2 years ago

I've made minor changes to make it run on apple silicon. for this I've added sse2neon.h which translates x86 intrinsics to arm neon instructions, changes were made with defines so they are only valid for apple silicon and everything else is (hopefully) preserved.

leadedge commented 2 years ago

Thanks Dimitre, from what you say, it solves your problems. I have merged and will test with windows when I can.