https://github.com/volcomix/ink-drop
Ink drop simulation and rendering in real-time on WebGL
https://github.com/volcomix/ink-drop
inkdrop typescript vite webgl2
Last synced: 27 days ago
JSON representation
Ink drop simulation and rendering in real-time on WebGL
- Host: GitHub
- URL: https://github.com/volcomix/ink-drop
- Owner: Volcomix
- License: mit
- Created: 2022-05-22T15:51:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T04:29:07.000Z (over 3 years ago)
- Last Synced: 2025-05-19T16:17:23.634Z (about 1 year ago)
- Topics: inkdrop, typescript, vite, webgl2
- Language: TypeScript
- Homepage: https://volcomix.github.io/ink-drop
- Size: 155 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ink Drop
> Ink drop simulation and rendering in real-time.
:point_right: https://volcomix.github.io/ink-drop
[](https://volcomix.github.io/ink-drop)
## References
- https://xing-mei.github.io/files/ink.pdf
- https://developer.nvidia.com/gpugems/gpugems/part-vi-beyond-triangles/chapter-38-fast-fluid-dynamics-simulation-gpu
[[PDF](https://meatfighter.com/fluiddynamics/GPU_Gems_Chapter_38.pdf)]
- https://developer.nvidia.com/gpugems/gpugems3/part-v-physics-simulation/chapter-29-real-time-rigid-body-simulation-gpus
- https://developer.nvidia.com/gpugems/gpugems3/part-v-physics-simulation/chapter-30-real-time-simulation-and-rendering-3d-fluids
- https://www.researchgate.net/publication/6704642_Advections_with_Significantly_Reduced_Dissipation_and_Diffusion
- https://www.researchgate.net/publication/241622956_Interactive_visual_simulation_of_dynamic_ink_diffusion_effects
- https://www.researchgate.net/publication/272193327_Simulating_Drops_Settling_in_a_Still_Liquid
- https://github.com/mharrys/fluids-2d
- https://github.com/PavelDoGreat/WebGL-Fluid-Simulation
- https://github.com/haxiomic/GPU-Fluid-Experiments