3 个不稳定版本

0.2.1 2021 年 10 月 9 日
0.2.0 2021 年 10 月 8 日
0.1.0 2021 年 10 月 8 日

#636 in 科学

MIT 许可证

18MB
250K SLoC

C++ 212K SLoC // 0.0% comments C 31K SLoC // 0.1% comments Objective-C 3K SLoC // 0.1% comments Visual Studio Project 2.5K SLoC Objective-C++ 1K SLoC // 0.1% comments Rust 411 SLoC // 0.0% comments Visual Studio Solution 68 SLoC Batch 55 SLoC GLSL 32 SLoC Python 16 SLoC // 0.5% comments Shell 2 SLoC

包含 (静态库, 295KB) glfw3.lib, (静态库, 190KB) glfw3.lib, (ELF 可执行文件/库, 10KB) file2cpp

polyscope-rs: polyscope 的 Rust 绑定

Teaser

关于

Rust 对 polyscope 的封装

(开发中)

  • 目前,您只能在 Windows 上运行 polyscope-rs
  • 不支持 Linux/OS X
    • 我没有 PC...... :)

功能

  • 基本功能
    • init(), show()
    • 注册用户自定义回调函数的函数
    • 生成 imgui 组件的函数
  • 可视化
    • 点云
    • 表面网格
    • 曲线网络
    • 体积网格
  • 支持线性代数库

安装

git clone https://github.com/j20232/polyscope-rs --recursive
cargo run --example 01_visualize_obj

cargo install polyscope

贡献

欢迎 Pull 请求

特别感谢

许可证

MIT

依赖项

~2.8–5MB
~98K SLoC