openworm / sibernetic

This is a C++/OpenCL implementation of the PCISPH algorithm supplemented with a set of biomechanics related features applied to C. elegans locomotion
Other
360 stars 105 forks source link

Windows compatibility edits #172

Closed clausagerskov closed 3 years ago

clausagerskov commented 4 years ago

added implementation of UNIX function gettimeofday, which is only included i77f building on windows. Replaced static link to Python.h Fixed empty initialization of float value. Replaced call to deprecated function

clausagerskov commented 2 years ago

if there is an interest in making sibernetic (just sibernetic, the rest of the stack is still not working on windows) work on windows they can use the code in this PR