polyscope 0.2.0

Wrapper of polyscope
docs.rs failed to build polyscope-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: polyscope-0.2.1

polyscope-rs: Rust bindings for polyscope

Teaser

About

Wrapper of polyscope

(under development)

Not supported for Linux/OS X because I don't have PCs.... :)

Features

  • Basic functions
    • init(), show()
    • Function to register user-defined callbacks
    • Functions to generate imgui components
  • Visualization of positions, scalars, vectors and colors of point clouds
  • Visualization of positions, scalars, vectors and colors of surface meshes
  • Visualization of positions, scalars, vectors and colors of curve networks
  • Visualization of positions, scalars, vectors and colors of 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

Special thanks

License

MIT