File size: 1,706 Bytes
d51ebe1
d0dc608
 
 
 
d51ebe1
 
d0dc608
 
 
 
 
 
 
 
 
d51ebe1
 
d0dc608
 
 
 
 
 
 
 
 
 
 
cd98383
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d0dc608
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
title: DeepFracture Runtime
emoji: 💥
colorFrom: gray
colorTo: red
sdk: static
pinned: false
license: mit
models:
  - nikoloside/deepfracture
tags:
  - fracture
  - physics
  - simulation
  - graphics
  - three-js
---

# DeepFracture — Live Web Runtime

Real-time, in-browser neural brittle-fracture demo: click the object to shoot
a projectile; the impact becomes the paper's 7-D collision embedding, a JS
mirror of the Siren encoder selects the nearest VQ-VAE codebook entry
([nikoloside/deepfracture](https://huggingface.co/nikoloside/deepfracture)),
and the matching pre-decoded fragment set (decoder + watershed segmentation,
baked offline per codebook entry) swaps into the rigid-body simulation.

Three.js + Rapier. Also live at <https://nikoloside.graphics/deepfracture-live/>.

## Paper

This demo accompanies:

> **DeepFracture: A Generative Approach for Predicting Brittle Fractures with
> Neural Discrete Representation Learning.** Yuhang Huang, Takashi Kanai.
> *Computer Graphics Forum*, e70002, 2025.
> [DOI: 10.1111/cgf.70002](https://doi.org/10.1111/cgf.70002)

```bibtex
@article{huang2025deepfracture,
  author  = {Huang, Yuhang and Kanai, Takashi},
  title   = {DeepFracture: A Generative Approach for Predicting Brittle
             Fractures with Neural Discrete Representation Learning},
  journal = {Computer Graphics Forum},
  pages   = {e70002},
  year    = {2025},
  doi     = {https://doi.org/10.1111/cgf.70002}
}
```

Papers: [DeepFracture (CGF 2025)](https://nikoloside.graphics/deepfracture/) ·
[Far-From-Boundary Fields (SMI 2026)](https://nikoloside.graphics/far-from-boundary-fields/) ·
Code: [TEBP-DeepFracture](https://github.com/nikoloside/TEBP-DeepFracture)