3 unstable releases
0.2.1 | Oct 9, 2021 |
---|---|
0.2.0 | Oct 8, 2021 |
0.1.0 | Oct 8, 2021 |
#636 in Science
18MB
250K
SLoC
Contains (static library, 295KB) glfw3.lib, (static library, 190KB) glfw3.lib, (ELF exe/lib, 10KB) file2cpp
polyscope-rs: Rust bindings for polyscope
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
- All contributors of the original polyscope
License
MIT
Dependencies
~2.8–5MB
~98K SLoC