This Inkscape extension creates stereoscopic 3D images by shifting SVG layers left and right relative to a chosen "window layer".
It can export:
- Left and Right eye views (SVG or PNG)
- A combined side-by-side stereo view
- Layers in front of the window layer shift right (for left view) and left (for right view).
- Layers behind the window layer shift in the opposite direction.
- The shifts are proportional to depth:
max= strongest separationmoderate= medium separationconservative= subtle depth
- Uses
inkex.Transform()for accurate coordinate translation.
left_view.svg/left_view.pngright_view.svg/right_view.pngstereo_side_by_side_layers.svg/stereo_side_by_side_layers.png