samy kamkar

Results 177 comments of samy kamkar

``` $ sh install.sh ... ... ** BUILD SUCCEEDED ** $ ``` Builds are succeeding! Though I haven't looked at how it plugs into the other repos and no idea...

Okay, still needs some work, here it is using ARM Processing 4.2 + ARM Syphon bins w/SendFrames.pde + ReceiveFrames.pde. Note I adjusted the following since the PR (not sure if...

Correct, I manually finagled the files/dirs in the Processing repo in order to get the right versions (since git would pull down the original), and I think I ultimately updated...

@orsjb if you just want things to work, you can use the x86 version of Processing on your M1 (runs via Rosetta), and use the standard Syphon library. The goal...

Latest updates are in [this branch](https://github.com/samyk/Syphon-Java/tree/apple-silicon) and documented in this thread above, no changes since then so please feel free to improve from there!

Do you think this cleanly extends to 64x64? I've tried this on a Teensy 3.2 with a 64x64 panel I received (which has an extra pin, E), and created a...

Switch to the x86-64 Processing, I'm guessing the library will work out of the box in that case