Docker image of the points&forces sourceforge project.
Software tools facilitating the task of surveying architecture (real-time control, parametric modelling, use of digital photographs, processing of point clouds...). Until now, those tools were mainly used to document cultural heritage sites/buildings
I you use GUI applications:
-
be sure that the host is listening to TCP (not the default anymore)
-
I use the command:
docker run --rm -it -e DISPLAY=:0 -v /tmp/.X11-unix:/tmp/.X11-unix absps/points_forces
(andxhost +
on the host) -
To set container name and share a directory:
run --rm -it --hostname points_forces -e DISPLAY=:0 -v /tmp/.X11-unix:/tmp/.X11-unix -v <your host directory>:/root absps/points_forces
Install VcXsrv Windows X Server