sibernetic icon indicating copy to clipboard operation
sibernetic copied to clipboard

This is a C++/OpenCL implementation of the PCISPH algorithm supplemented with a set of biomechanics related features applied to C. elegans locomotion

Results 37 sibernetic issues
Sort by recently updated
recently updated
newest added

Instructions for linux and mac users were not distinguishable. I made linux and mac as headings, so the developers can easily identify respective instructions.

Dear all, I wonder whether it is possible to use Sibernetic with user-generated body geometries and muscle models. I couldn't find any hints on how to do this on this...

question

Tried building Sibernetic on Windows Subsystem for Linux 2 (Ubuntu 20.04). The build succeeds but then when I try to run sibernetic using the usual ./Release/Sibernetic -f worm (or any...

Hello. I was running sibernetic_c302.py, but I got an error. ``` Sib_c302 >>> Cannot import c302! Sib_c302 >>> Exception: The provided 'key_property' entry does not appear to be a property...

after running build.cmd (ow-0.9) on Windows Docker with WSL 2 and running ./Release/Sibernetic, and pressing 1 or 2 when Sibernetic is running results in a segmentation fault.

In the following header files, the path to Python.h is linked with the include statement #include "C:/Python27/include/Python.h": owNeuronSimulator.h (line 46) owSignalSimulator.h (line 39) this should instead be a dynamic link...

enhancement
question

To support recording of simulation results, it would be useful to have a video recording utility that can take the results of simulation run and record a video. This would...

Do you guys see any reason not to merge to master?

in progress

Building with GCC, a few compiler warnings are reported. They include a couple unused variables, comparisons between signed and unsigned integers, and use of deprecated exception specifications. Sibernetic warnings: [sibernetic-warnings.txt](https://github.com/openworm/sibernetic/files/7118024/sibernetic-warnings.txt)...