4个版本

0.1.3 2023年10月29日
0.1.2 2023年10月29日
0.1.1 2023年3月30日
0.1.0 2023年3月30日

#695 in 数学

34 每月下载量
用于 scad_tree

MIT 许可证

42KB
1K SLoC

scad_tree

A Rust 实体建模库,用于生成 OpenSCAD 代码。

要在项目中使用此库,请将以下内容添加到您的 Cargo.toml。

[dependencies]
scad_tree = { git="https://github.com/mrclean71774/scad_tree" }

或者您也可以从 crates.io 获取它。

[dependencies]
scad_tree = "0.3.x"

要运行示例,请克隆此仓库,然后在根目录下运行

cargo run --example example_name

项目结构

  • scad_tree - 包含使用示例的主要软件包。
    • examples/scad_tree - 解释了主要数据结构和基本用法。
  • scad_tree_math - 线性代数和其他数学,主要从 scad_tree 中重新导出。
  • images - 使用此库创建的物品的图片和一些示例的图片。
  • output - 一些示例的输出。

这是用 Blender 渲染的公制螺纹部件的图片。 metric_thread.png

这是我的瓶子示例的3D打印照片。 bottle_make.jpg

无运行时依赖