GeoPix icon indicating copy to clipboard operation
GeoPix copied to clipboard

Mac version possible?

Open acrylicode opened this issue 3 years ago • 16 comments

Hi, this project looks very promising, thank you so much!

Would it be possible to get this working on a Mac? Or is there any dependency that only runs natively in Windows? If it is possible could maybe someone guide me on how to get this working on a Mac? Maybe the python requirements.txt or all the needed dependencies.

Greetings.

acrylicode avatar Jul 05 '22 07:07 acrylicode

I second this

cojosass avatar Aug 07 '22 16:08 cojosass

yes, mac version please :)

cybernetchi avatar Oct 06 '22 04:10 cybernetchi

Me too!!!

jessesep avatar Mar 28 '23 09:03 jessesep

Has anyone given the latest Vulcan branch of geopix a try? It in theory should sort of work now on macs, though there are still some windows things going on that will prevent it from being fully compatible.. however a big step closer.

If anyone does get the chance to try it out please let me know how it goes and leave any specific issues you find here.

EnviralDesign avatar Jun 28 '23 19:06 EnviralDesign

How would we go about installing it on a mac?

jessesep avatar Jun 28 '23 22:06 jessesep

You can download a zip of the repo of the Vulcan branch here:

https://github.com/EnviralDesign/GeoPix/tree/vulcan-update

Uncompress the zip file to a folder, then open the geopix.toe with the notes version of touchdesigner that is listed in the readme.

I need to update it to latest soon, but it's very close.

EnviralDesign avatar Jun 28 '23 22:06 EnviralDesign

Hello!

Great to see support for MacOS. I happened upon this tool just yesterday and was about to walk on because of PC-only requirement until I found this issue.

I am able to load only TouchPlayer with GeoPix, not touchdesigner (intel build TouchPlayer.2022.32660.intel)

When I load TouchDesigner with GeoPix, errors occur. Additionally, if I load the Apple Silicon version of TouchPlayer, it also errors

I'll put some screenshots below I've got a MacBook Pro 14-inch, 2021, Apple M1 Pro

BDraff avatar Jul 02 '23 23:07 BDraff

Screenshot 2023-07-02 at 01 27 49 Successful Opening of TouchPlayer on Intel build Screenshot 2023-07-02 at 01 28 27 Settings page for Midi

BDraff avatar Jul 02 '23 23:07 BDraff

Error messages when opening TouchPlayer Apple Silicon TouchPlayer.2022.32660.arm64 Screenshot 2023-07-02 at 01 34 14

BDraff avatar Jul 02 '23 23:07 BDraff

Error Messages When Opening TouchDesigner TouchDesigner.2022.32660.arm64.dmg Screenshot 2023-07-02 at 01 18 50 Screenshot 2023-07-02 at 01 23 52 Screenshot 2023-07-02 at 01 23 59

BDraff avatar Jul 02 '23 23:07 BDraff

For completeness (although you mentioned above the latest is not supported), here's the error messages on the latest TouchDesigner Screenshot 2023-07-02 at 01 09 21 Screenshot 2023-07-02 at 01 09 39

BDraff avatar Jul 02 '23 23:07 BDraff

When GeoPix is open in TouchPlayer, there are some error messages in the log page Screenshot 2023-07-02 at 01 46 08 Screenshot 2023-07-02 at 01 45 42 Screenshot 2023-07-02 at 01 45 40

BDraff avatar Jul 02 '23 23:07 BDraff

Awesome, thank you for the detailed logs and updates! There seem to be some shaders that are taking too long, and some other Vulcan errors. I'll begin looking into this soon.

EnviralDesign avatar Jul 17 '23 15:07 EnviralDesign

I made a bash version of the assets download script in #63 which removes the Windows req. As others have pointed out, launching on Mac is a matter of just opening the toe in TD, but right now it has a bunch of errors. Happy to help debug if there's interest.

SOURCE: DAT : 3 : /software/top/Time/timeline_collapsed/timePreview/script2_callbacks ERROR: (95) Traceback (most recent call last): File "/software/top/Time/timeline_collapsed/timePreview/script2_callbacks", line 12, in onCook td.tdError: Module compilation error. See /software/top/PixelMapEditor/logic/local/modules/tdUtils for details.

SOURCE: DAT : 3 : /software/top/PixelMapEditor/logic/local/modules/tdUtils ERROR: (95) Traceback (most recent call last): File "/software/top/PixelMapEditor/logic/local/modules/tdUtils", line 19 r = previousimport(*args, **kw) ModuleNotFoundError: No module named 'natsort'

SOURCE: DAT : 3 : /UberGui/Scheduler/chopexec_updateTime ERROR: (110) Traceback (most recent call last): File "/UberGui/Scheduler/chopexec_updateTime", line 5, in whileOn td.tdAttributeError: 'td.containerCOMP' object has no attribute 'GetCurrentTime_Epoch' Context:/UberGui/Scheduler

akre54 avatar Nov 24 '23 22:11 akre54