polyscope-py
polyscope-py copied to clipboard
Python bindings for Polyscope
I'm creating custom UI elements since the default callback seems to only support a single additional window and also has a hardcoded name of "Command UI". In the C++ source,...
Fix this https://github.com/nmwsharp/neural-implicit-queries/issues/2 `get_camera_world_position()`, `get_camera_frame()`, `get_field_of_view()`
When using polyscope for a quick visualization I don't always have or care about a meaningful "name" for my mesh. Could there be a default? If I understand correctly calling...
I'm using PolyScope through its Python bindings in [pygraphite](https://github.com/BrunoLevy/pygeogram/tree/main/PyGraphite). It would be interesting to be able to save PolyScope rendering parameters in the `.graphite` files that serialize the whole scene...
It would be interesting to have a function to show/hide the gizmo associated with a structure programatically, from a Python script (did not find it but maybe I looked in...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
Is there a way to use imgui bundle (https://github.com/pthom/imgui_bundle) within the python version of polyscope?
* Extracted ImGui API (functions and enums) as a JSON structure * Created a Python script to generate bindings to generate the C++ bindings with Pybind11 * Changed the way...
btw Great admirer of your works and beautiful software! In my usage scenarios, I often find myself adjusting the **gamma** slider (usually increasing it) to get a rendering look that...