Skip to content

Software tools facilitating the task of surveying architecture (docker image)

Notifications You must be signed in to change notification settings

psmars/points_forces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

points&forces

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

For Linux

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 (and xhost + 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

For Windows

Install VcXsrv Windows X Server