Skip to content

Commit c79c456

Browse files
committed
Mention Blender add-on
1 parent c33881d commit c79c456

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
## News
1111

12+
**2025-12-17**: We published a Blender add-on ["Splashsurf Studio"](https://extensions.blender.org/add-ons/splashsurf-studio/) for on-the-fly surface reconstruction during rendering using splashsurf in Blender.
13+
You can find it on the [official extension repository](https://extensions.blender.org/add-ons/splashsurf-studio/).
14+
1215
**2025-06-25**: We published Python bindings for the CLI of splashsurf and most library features 🐍! Pre-built wheels can be installed using PIP: `pip install pysplashsurf`. See the [PyPI entry of pySplashsurf](https://pypi.org/project/pysplashsurf) for more information.
1316

1417
**2023-09-25**: The project now implements the paper ["Weighted Laplacian Smoothing for Surface Reconstruction of Particle-based Fluids" (Löschner, Böttcher, Jeske, Bender; 2023)](https://animation.rwth-aachen.de/publication/0583/).
@@ -23,10 +26,11 @@ You can see this rendering in motion in [this video](https://youtu.be/2bYvaUXlBQ
2326

2427
## About
2528

26-
This project consists of the following crates:
29+
This project consists of the following components:
2730
- 🛠️ `splashsurf`: Binary crate with a CLI (command line interface) to quickly run surface reconstructions of SPH particle data files from the terminal. Install with `cargo install splashsurf`.
2831
- 🧰 `splashsurf_lib`: Rust library that implements the reconstruction method used by the CLI. Allows integrating the reconstruction procedure directly into other Rust applications. Furthermore, it resembles a framework providing access to individual building blocks to create your own surface reconstruction pipeline.
29-
- 🐍 `pysplashsurf`: Bindings to the CLI and library for Python. Install with `pip install splashsurf` and see the [`README`](pysplashsurf/README.md) for more details.
32+
- 🐍 `pysplashsurf`: Bindings to the CLI and library for Python. Install with `pip install splashsurf` and see the [`README`](https://github.com/InteractiveComputerGraphics/splashsurf/blob/main/pysplashsurf/README.md) for more details.
33+
- 🎬 `splashsurf_studio`: Blender add-on built on top of the Python bindings for on-the-fly surface reconstruction. Available from the [official Blender extension repository](https://extensions.blender.org/add-ons/splashsurf-studio/).
3034

3135
<p align="center">
3236
<img src="assets/example_particles.png" alt="Image of the original particle data" width="32%"> <img src="assets/example_coarse.png" alt="Image of a coarse reconstructed surface mesh" width="32%"> <img src="assets/example_fine.png" alt="Image of a fine reconstructed surface mesh" width="32%">

0 commit comments

Comments
 (0)