germannp / yalla

Spheroid models of morphogenesis for the GPU.
https://doi.org/10.1016/j.cels.2019.02.007
MIT License
38 stars 8 forks source link

Port to Windows #6

Open germannp opened 8 years ago

germannp commented 8 years ago

Since we do not require any dependency beyond CUDA it should not be too hard to port the code to Windows too.

germannp commented 6 years ago

nvcc uses Visual Studio's compiler, which does not know M_PI and has some issues with variadic macros; nothing that cannot be fixex, cf. 381d5ac and 06fcfb0, but the springs example still crashes. Compiling for debugging might help?