germannp/yalla

Port to Windows

Opened this issue · 1 comments

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

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?