splashsurf
splashsurf copied to clipboard
Surface reconstruction library and CLI for particle data from SPH simulations, written in Rust.
Hi, I'm wondering it there any python wrapper for this library? Also, do you have any reference regarding mathematical model you have used fot surface reconstruction? (specifically the function for...
This adds loading into structs directly from ply-rs. as per your suggestions from #1. Couple of things: You may want me to pull the ply stuff out into a submodule,...
Hello! So as apart of investigation into potentially improving perf, I've collected some stats, and I've identified two target areas that appear to occupy largest portion of meshing budget: ```...
I've got a new panic i'm seeing during mesh reconstruction in the neighborhood_search file: ``` thread 'fluid_mesher' panicked at 'called `Option::unwrap()` on a `None` value', /home/whiterabbit/.cargo/registry/src/github.com-1ecc6299db9ec823/splashsurf_lib-0.6.1/src/neighborhood_search.rs:363:44 stack backtrace: 0: rust_begin_unwind...
Hello, I was trying for some generative art using metaballs. The idea was to generate a 3D-grid/cube of points/atoms/particles/whatever, and carve shapes out of it like a kind of computational...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.57 to 1.0.65. Release notes Sourced from anyhow's releases. 1.0.65 impl Provider for anyhow::Error 1.0.64 Correctly propagate Backtrace when using #[source] anyhow::Error with thiserror crate (#231) 1.0.63...
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.3.5 to 0.4.0. Changelog Sourced from criterion's changelog. [0.4.0] - 2022-09-10 Removed The Criterion::can_plot function has been removed. The Criterion::bench_function_over_inputs function has been removed. The Criterion::bench_functions function...
Bumps [time](https://github.com/time-rs/time) from 0.3.9 to 0.3.14. Release notes Sourced from time's releases. v0.3.14 See the changelog for details. v0.3.13 See the changelog for details. v0.3.12 See the changelog for details....
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.81 to 1.0.85. Release notes Sourced from serde_json's releases. v1.0.85 Make Display for Number produce the same representation as serializing (#919) v1.0.84 Make Debug impl of serde_json::Value...
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.9.1 to 1.12.1. Changelog Sourced from bytemuck's changelog. 1.12.1 Patch bumped the required bytemuck_derive version because of a regression in how it handled align(N) attributes. 1.12 This...