Companion mod for Extensible Map Overlay Framework. Renders a Windows 3D Pipes-inspired chart overlay using perspective-projected pipe segments. This is a demonstration. I cannot stress this enough: this is incredibly performance-heavy and should NOT be used in an actual game you intend to play through.
Requires Extensible Map Overlay Framework >= 0.1.0.

Quick start
- Enable Extensible Map Overlay Framework and EMOF 3D Pipes Overlay.
- Open the map in chart view and open Chart Controls.
- Toggle 3D Pipes to watch the overlay grow around your charted area.
How it works
- Pipe
x/ypositions follow Factorio chunk coordinates;zis a virtual height layer. - Horizontal growth requires the target chunk to be charted for the player's force.
- The pipe network is shared per force/surface; rendering is per-player from each chart camera position.
Source: github.com/djfariel/emof-3d-pipes. Integration guide: EMOF documentation.md.