This repository is the open-source implementation of the paper:
Fabricable 3D Wire Art
Kenji Tojo, Ariel Shamir, Bernd Bickel, and Nobuyuki Umetani
In SIGGRAPH 2024
[Project page]
wiregrad/
contains our code for optimizing 3D wire shapes. The wire-shape optimization depends on our differentiable renderer and various regularization methods for 3D curves, which are also included in this project.
wirejig/
contains our code for automatically generating 3D-printable jigs that assist in wire-art fabrication.
wiregrad/tests/
provides various example usages of our differentiable renderer, geometric regularizations, and optimization techniques for 3D curves, which help you understand how our method works and how to use our library in your projects.
@inproceedings{Tojo2024Wireart,
title = {Fabricable 3D Wire Art},
author = {Tojo, Kenji and Shamir, Ariel and Bickel, Bernd and Umetani, Nobuyuki},
booktitle = {ACM SIGGRAPH 2024 Conference Proceedings},
year = {2024},
series = {SIGGRAPH '24},
doi = {10.1145/3641519.3657453}
}