An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Ink Drop

> Ink drop simulation and rendering in real-time.

:point_right: https://volcomix.github.io/ink-drop

[![](./screenshot.png)](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