plexus icon indicating copy to clipboard operation
plexus copied to clipboard

Polygonal mesh processing.

Results 19 plexus issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [winit](https://github.com/rust-windowing/winit) to permit the latest version. Release notes Sourced from winit's releases. Winit Version v0.27.2 On macOS, fixed touch phase reporting when scrolling. On X11, fix...

dependencies

Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version. Changelog Sourced from nalgebra's changelog. [0.31.1] (31 July 2022) Modified Improve performances of multiplication of two sparse matrices. Added Add...

dependencies

Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. Changelog Sourced from rand's changelog. [0.8.5] - 2021-08-20 Fixes Fix build on non-32/64-bit architectures (#1144) Fix "min_const_gen" feature for no_std...

dependencies

Updates the requirements on [approx](https://github.com/brendanzab/approx) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

I'm a Rust n00b but I have 25+ years of experience working with geometry in C/C++ (e.g. using libs like OpenMesh). The reference docs for Plexus are extremely thin even...

documentation

Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. Changelog Sourced from itertools's changelog. Changelog 0.10.2 Add Itertools::multiunzip (#362, #565) Add intersperse and intersperse_with free functions (#555) Add Itertools::sorted_by_cached_key...

dependencies

eccebcc disables testing on the beta Rust toolchain due to dynamic linking errors when running doctests. The `lapack` feature from [Theon](https://github.com/olson-sean-k/theon) uses Intel MKL on Linux and for some reason...

ci

Arcs and faces provide some of the most important topological mutations for `MeshGraph`s. The mutation API is mostly comprised of mutations over arcs and faces. However, arc mutations generalize to...

api
impl-mutation

Currently, there is no way to save or restore `Mesh`es. Serialization support via serde has been completed (not merged at this time), but is questionable and lacks interoperability and domain-specific...

feature

`MeshGraph`, despite being based on a half-edge graph design, supports some non-manifold and non-compact topologies. Below are some observations about these features that may need to be revisited to avoid...

api
impl-storage
impl-mutation