rgoldade / AdaptiveViscositySolver

Source code for "An Adaptive Variational Finite Difference Framework for Efficient Symmetric Octree Viscosity" (SIGGRAPH 2019)
https://cs.uwaterloo.ca/~rgoldade/adaptiveviscosity/
86 stars 9 forks source link

Can this be compiled on windows? #1

Closed lsysyem closed 5 years ago

lsysyem commented 5 years ago

Can this be compiled on windows?

rgoldade commented 5 years ago

I haven't tried it so I can't say for certain. It should but there are subtle differences between Visual Studio and GCC/Clang that might cause errors. There is a section on compiling in Windows in Houdini's HDK documentation (https://www.sidefx.com/docs/hdk/_h_d_k__intro__compiling.html#HDK_Intro_Compiling_Windows).