polyscope

Crates.iopolyscope
lib.rspolyscope
version0.2.1
sourcesrc
created_at2021-10-08 10:38:36.203193
updated_at2021-10-09 18:59:57.438922
descriptionWrapper of polyscope
homepage
repository
max_upload_size
id462274
size28,397,723
mocobt (j20232)

documentation

README

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

Commit count: 0

cargo fmt