Guillaume Paran

Results 15 comments of Guillaume Paran

Hi @flargilliere, sorry for the late answer. Tutorials have been broken since the start of [pluginization work](https://github.com/sofa-framework/sofa/pulls?utf8=%E2%9C%93&q=is%3Apr%20pluginize). They indeed need a massive fix+cleanup but unfortunately this is not in our...

I lost track on this. To be continued...

Upgraded to which version? Folder is still `metis-5.1.0`

Hi guys, what about replacing the enum by a class containing static int members? see https://stackoverflow.com/a/644639

@hdeling Did you have some time to read Bruno's proposal above?

@jjcasmar Do you still plan to update NBESolver? You said on Gitter it was not up-to-date.

## Execute the latest runSofa on a Ubuntu host ```bash docker pull sofaframework/sofa_nightly_ubuntu:v21.06-standard xhost +local:root docker run --rm --user "sofa:sofa" --network="host" --env="DISPLAY" -v "$HOME/.Xauthority:/home/sofa/.Xauthority:ro" -v "/tmp/.X11-unix:/tmp/.X11-unix:rw" -t sofaframework/sofa_nightly_ubuntu:master-standard runSofa xhost...

## Execute the latest runSofa on a Windows host (working but pretty slow) Taken from https://dev.to/darksmile92/run-gui-app-in-linux-docker-container-on-windows-host-4kde and https://medium.com/@potatowagon/how-to-use-gui-apps-in-linux-docker-container-from-windows-host-485d3e1c64a3 First of all, install [VcXsrv Windows X Server](https://sourceforge.net/projects/vcxsrv/). Here we use [Chocolatey](https://chocolatey.org/)...