polyscope-rs: Rust bindings for polyscope

About
Wrapper of polyscope
(under development)
Not supported for Linux/OS X because I don't have PCs.... :)
Features
- [x] Basic functions
- [x]
init()
, show()
- [x] Function to register user-defined callbacks
- [ ] Functions to generate imgui components
- [x] 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
- [ ] [nalgebra](https://github.com/dimforge/nalgebra)
- [ ] [ndarray](https://github.com/rust-ndarray/ndarray)
Installation
sh
git clone https://github.com/j20232/polyscope-rs --recursive
cargo run --example 01_visualize_obj
or
sh
cargo install polyscope
Special thanks
License
MIT