WeilerMarcel

Results 14 comments of WeilerMarcel

Hi @Hassan-math, I think the problem is that by default pip copies all sources to a temporary directory. This directory depends on your python installation path, so for you it...

It looks like you downloaded SPlisHSPlasH to `C:\Windows\system32\SPlisHSPlasH`. Accessing the `C:\Windows\system32` directory might require elevated privileges, so maybe MSBuild.exe can not access the files. Could you try to build in...

I think you just have to replace the line `gui = sph.GUI.Simulator_GUI_TweakBar(base)` by `gui = sph.GUI.Simulator_GUI_imgui(base)`. Nowadays SPlisHSPlasH uses ImGui instead of AntTweakBar to render the user interface, except if...

@Hassan-math I am not developing the Python wrapper, but to my knowledge the wrapper is fairly complete. You can definitely run simulations, with or without GUI. I think the examples...

Yes, currently only `reversedSortIndices` is sorted by cells. It might be beneficial to also sort the particles themselves. Do you have a working fix? Otherwise I will implement it.

Hi @sobolevn and @AlexWaygood, I updated this PR to work with the latest changes on master. Could you please review the current changes and merge the PR if everything is...

Hey @sobolevn and @AlexWaygood, what is the status of this pull request? I would really like to see it merged into MyPy. Do you need anything from my side to...

Hi @sobolevn and @AlexWaygood, please give me an update on this PR. Is there a reason why it has not been merged? As far as I can see, I can...

Thanks for the info :) I was under the impression that you could merge, since you were reviewing my changes. I will wait for a reply from @JukkaL and @msullivan.

Hi everyone, I integrated my changes into the new master branch and from my perspective it is ready for merging. I noticed, though, that the __mypyc runtime tests with py39-macos__...