splashsurf
splashsurf copied to clipboard
Surface reconstruction library and CLI for particle data from SPH simulations, written in Rust.
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.11.0 to 0.12.0. Changelog Sourced from itertools's changelog. 0.12.0 Breaking Made take_while_inclusive consume iterator by value (#709) Added Clone bound to Unique (#777) Added Added Itertools::try_len (#723)...
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.14 to 0.38.19. Commits 3a53dfe chore: Release rustix version 0.38.19 55cbe88 Fixes for Dir on macOS, FreeBSD, and WASI. 31fd98c Merge pull request from GHSA-c827-hfw6-qwvm 4bb2f4b Add...
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.5 to 1.10.2. Changelog Sourced from regex's changelog. 1.10.2 (2023-10-16) This is a new patch release that fixes a search regression where incorrect matches could be reported....
Hello, I am using this for reconstruction of a volume of water, however I am only interested in the top surface of the volume, not the sides or the bottom....
I have particle data in XML VTU format. I've tried 1. loading the file into ParaView and exporting it as legacy `.vtk` files, 2. converting the file with ParaView's Python...
Hi, I try to load a point set in XYZ format, while the splashsurf shows wrong particle number, is there anything wrong? The commond I run: ```bash splashsurf reconstruct test.xyz...
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0. Changelog Sourced from itertools's changelog. 0.13.0 Breaking Removed implementation of DoubleEndedIterator for ConsTuples (#853) Made MultiProduct fused and fixed on an empty iterator (#835,...
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.15.0 to 1.16.0. Changelog Sourced from bytemuck's changelog. 1.16.0 Adds a const_zeroed feature (MSRV 1.75) which puts a zeroed fn at the crate root. This is just...
Hi, I have a question about the marching cube step when using sparse density map. In the code [here](https://github.com/InteractiveComputerGraphics/splashsurf/blob/main/splashsurf_lib/src/marching_cubes/narrow_band_extraction.rs#L77) ```cpp // We want to find edges that cross the iso-surface,...
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.5.1 to 0.6.0. Changelog Sourced from criterion's changelog. [0.6.0] - 2025-05-17 Changed MSRV bumped to 1.80 The real_blackbox feature no longer has any impact. Criterion always uses...