Wickedlasers / Laser_OS_TouchDesigner

32 stars 1 forks source link

LaserOS Plugin recompiled for Macs #9

Open jollyburnz opened 3 years ago

jollyburnz commented 3 years ago

Any chance getting the LaserOS Plugin working on macs?

tgreiser commented 3 years ago

If any Mac devs want to give it a try I would be happy to give what support I can. I don't have current Mac hardware myself. Step one would be to get a Mac build of laserdocklib compiling. https://github.com/Wickedlasers/laserdocklib

felipeinfantino commented 3 years ago

Hello @tgreiser and @jollyburnz

Im not a Mac developer, just a developer with a Mac haha , I am highly interested on controlling the laserCube with TouchDesigner. I was able to compile https://github.com/Wickedlasers/laserdocklib with

cmake -H. -Bbuild cmake --build build -- -j3

And I had to replace sprintf_s with plain old sprintf and throw away the second argument (buffer size). In the 'src/LaserdockDevice.cpp'

I compiled the laserdocklibcircle and connected the LaserCube and it worked!

Bildschirmfoto 2021-08-09 um 21 13 06 Bildschirmfoto 2021-08-09 um 21 20 49

circle

So @tgreiser do you think you can please tell us what the next steps are and maybe together we could implement a version for Mac ? I think this would be very helpful

akre54 commented 2 years ago

Any update on this? I'd love to get a version of the TouchDesigner plugin working on Mac. Thanks!

@tgreiser @felipeinfantino

clickglue commented 1 year ago

@tgreiser @felipeinfantino

Hi, Is there some solution for this in the meantime? Thank you!

akre54 commented 1 year ago

@clickglue try https://github.com/NairoDorian/Laser-Cube-TouchDesigner

clickglue commented 1 year ago

Thank you! It works!