f360 Vision is a comprehensive 3D point cloud visualization and measurement platform designed for industrial environments. It combines powerful 3D point cloud processing capabilities with panoramic imagery to provide an immersive visualization and analysis experience for factory floors, industrial facilities, and other complex environments.
This project consists of multiple integrated components working together to provide a complete 3D visualization solution:
- Web Application: A modern frontend for viewing and interacting with 3D point clouds and panoramic images
- Viewer Backend: Serves processed 3D data and coordinates to the web application
- Desktop Application: Cross-platform desktop client
Install the latest version of the f360 Vision App for your operating system.
Make sure to set the path for .f360 files to a directory your Windows user has access to (e.g. Documents or Desktop).
Otherwise f360 Vision might not recognize .f360 files due to a lack of permissions (installing and starting f360 Vision with Admin-Permissions might help in this case)
The default path for .f360 files on macOS is /Users/<username>/Documents/f360 Vision.
Install Docker and make sure Docker is running.
curl -fsSL https://raw.githubusercontent.com/factory360org/f360-vision/main/unix/install.sh | bash# powershell
irm https://raw.githubusercontent.com/factory360org/f360-vision/main/winos/install.ps1 | iexRun the start script with administrator / sudo rights. This will pull the Docker images and start the containers.
./start.sh# powershell
./start.ps1Run the stop script.
./stop.sh# powershell
./stop.ps1Update to latest version
Either remove VERSION from .env or set VERSION=latest
Update to specific version
Update the VERSION=vX.Y.Z variable in the .env file and run the start script again.
Once started, the system will be available at the configured endpoint.
Place the .f360 files in the created projects directory.