scad_tree_math 0.1.3

Math library for scad_tree
Documentation
  • Coverage
  • 51.72%
    15 out of 29 items documented0 out of 7 items with examples
  • Size
  • Source code size: 41.44 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 12.75 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • mrclean71774/scad_tree
    6 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mrclean71774

scad_tree

A Rust solid modeling library that generates OpenSCAD code.

To use this library in your project add this to your Cargo.toml.

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

Or you can get it from crates.io.

[dependencies]
scad_tree = "0.3.x"

To run the examples clone this repository and from the root folder run

cargo run --example example_name

Project Structure

  • scad_tree - The main crate with examples of usage.
    • examples/scad_tree - Explaines the main data structure and basic usage.
  • scad_tree_math - Linear algebra and other math mostly re-exported from scad_tree.
  • images - Images of things made with this library and images of some examples.
  • output - Output from some of the examples.

A Blender render of metric thread parts. metric_thread.png

A photo of my bottle example 3D printed. bottle_make.jpg