Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 458 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 458 Bytes

Three SVG

Build 3D scenes and render to SVG. My examination project for Swedish upper secondary school.

Build and Install

git clone --recurse-submodules https://github.com/saile515/three-svg && \
cd three-svg && \
cmake -S . -B build && \
cmake --build build && \
# Optionally copy to /usr/bin (linux only)
sudo cp build/threesvg /usr/bin

Usage

threesvg <input.json> <output.svg>

Examples of scene files can be found in /examples.