polyscope 0.2.1

Wrapper of polyscope
Documentation

polyscope-rs: Rust bindings for polyscope

Teaser

About

Rust wrapper of polyscope

(under development)

  • Currently, you can run polyscope-rs only on Windows
  • Not supported for Linux/OS X
    • I don't have PCs.... :)

Features

  • Basic functions
    • init(), show()
    • Function to register user-defined callbacks
    • Functions to generate imgui components
  • Visualization
    • point clouds
    • surface meshes
    • curve networks
    • volume meshes
  • Support for linear algebra libraries

Installation

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

or

cargo install polyscope

Contribute

Pull requests are welcome

Special thanks

License

MIT