chrxh / alien

ALIEN is a CUDA-powered artificial life simulation program.
https://alien-project.org
BSD 3-Clause "New" or "Revised" License
3.48k stars 106 forks source link

OSX support #65

Open tavurth opened 1 year ago

tavurth commented 1 year ago

Is there any likelihood that we could auto build for Mac for each release?

Has there been a known working mac compilation yet?

caichenyi92 commented 1 year ago

您好,您的邮件已收到,我会尽快回复,谢谢。

蔡陈翼

东南大学建筑学院

南京市玄武区四牌楼2号Tel:18652966253

chrxh commented 1 year ago

Is there any likelihood that we could auto build for Mac for each release?

Has there been a known working mac compilation yet?

The problem is that to my knowledge Mac does not support CUDA because you need an Nvidia graphics card.

PS: I've reported the post from caichenyi92 to GitHub. It automatically post in every GitHub Issue here and it's is so annoying...

tavurth commented 1 year ago

@caichenyi92 please stop spamming us with your emails.

Ok that makes sense, is there any plans to support another type of compute shader?

tavurth commented 1 year ago

Probably @caichenyi92 is watching this repo for new issues and the email setup for her Github is university account which has auto reply.

chrxh commented 1 year ago

Not at the moment. There are at least two APIs that would be good candidates to replace CUDA: OpenCL and HIP. I'd like to evaluate the latter in particular, but haven't gotten around to it yet.

levitabris commented 10 months ago

This is really cool. Please consider a macOS version. Thanks.

32bitx64bit commented 2 months ago

Not at the moment. There are at least two APIs that would be good candidates to replace CUDA: OpenCL and HIP. I'd like to evaluate the latter in particular, but haven't gotten around to it yet.

Hey! Just found this program from a educational YouTube video, and I was pretty saddened once I saw it was CUDA only. As I have a AMD card. Any updates / news on openCL support? As this would allow a wider range of users to use this software.