psmars / points_forces

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Dockerfile 70.9%Language:Shell 17.3%Language:Makefile 11.7%