#cad #geometry #api-bindings #graphics #constraint-solver

slvs

Rust对SolveSpace约束求解库的封装

4个版本 (2个破坏性更新)

0.6.0 2023年6月20日
0.5.1 2023年5月1日
0.5.0 2023年5月1日
0.0.0 2023年4月4日

#1804 in 数学

每月下载 35

GPL-3.0 许可证

2.5MB
57K SLoC

C++ 39K SLoC // 0.1% comments Rust 8K SLoC // 0.0% comments C 8K SLoC // 0.2% comments Objective-C++ 1.5K SLoC // 0.1% comments JavaScript 1K SLoC // 0.1% comments

rust_slvs

RustSolveSpace 几何约束求解库的绑定。

文档

使用slvs

先决条件

添加到您的项目

在您的项目目录中运行以下Cargo命令

cargo add slvs

构建

  1. 检出必要的子模块

    git submodule update --init --recursive
    
  2. 运行构建命令

    cargo build
    

依赖