chrxh / alien

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

Is CUDA a strict requirement? #9

Closed giovinazzo-kevin closed 3 years ago

giovinazzo-kevin commented 3 years ago

Does this mean I'm left out if I have an AMD card? Can it fallback to OpenCL/CPU?

chrxh commented 3 years ago

Since only the CUDA api is currently used, unfortunately yes. To overcome this problem, a platform-independent frontend is being developed at github.com/chrxh/alien-world-explorer. A deployed version can be accessed here for testing purposes (but still missing most features).

giovinazzo-kevin commented 3 years ago

Great, thank you! This project is really interesting. I'll keep an eye on it.