clicketyclackety / Crash

A multi-user implementation of Rhino3d
MIT License
37 stars 5 forks source link

Add Mac support #13

Closed cwensley closed 1 year ago

cwensley commented 1 year ago

Describe the bug Currently Crash! only supports Windows. We should also add support for Mac. Unfortunately, since mono does not appear to support WebSockets this will likely only be able to be done for v8 WIP.

clicketyclackety commented 1 year ago

I think fully supporting mac, even if it's only Rhino 8 WIP and onwards would be a fantastic achievement. It'd allow for cross platform model sharing. I'm not aware of a cad package that supports that currently.

Since Rhinos geometry kernel is pretty stable and consistent I don't envision that there would be any issues transferring between versions

fraguada commented 1 year ago

I was able to test this on Rhino 8 WIP for Mac and was sort of working. Notes:

clicketyclackety commented 1 year ago

@fraguada, thanks for these pointers. I will create a PR to fix as many of these issues as possible 😊