15 releases

Uses new Rust 2024

0.3.0 Feb 9, 2026
0.2.20 Jan 6, 2026
0.2.19 Dec 18, 2025
0.2.17 Nov 27, 2025
0.1.0 Dec 20, 2024

#23 in Data formats

35 downloads per month
Used in 5 crates (3 directly)

AGPL-3.0-or-later

1MB
22K SLoC

µcad export API

This crate provides the µcad export API which provides functionality to export µcad model trees into various file formats.

The following exporters are implemented at the moment:

  • svg: Export a 2D model as SVG.
  • stl: Export a 3D model into an STL mesh.
  • ply: Export a 3D model as PLY.
  • wkt: Export a 2D model as Well-Known-Text (a simpler format than SVG to represent polygonal geometries).
  • json: Export any model as JSON.

❤️ Donate

If you like this project, you can help us spend more time on it by donating:

Dependencies

~28–41MB
~477K SLoC