stable-fluids
A minimal Stable Fluids inspired fluid solver with Python and NumPy. (by GregTJ)
2d-fluid-simulator
2D incompressible fluid solver implemented in Taichi. (by takah29)
stable-fluids | 2d-fluid-simulator | |
---|---|---|
2 | 2 | |
202 | 116 | |
- | 5.2% | |
0.0 | 5.4 | |
about 3 years ago | 11 months ago | |
Python | Python | |
The Unlicense | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
stable-fluids
Posts with mentions or reviews of stable-fluids.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-14.
-
Fluid Simulation Clock with Raspberry Pi 4 and Python
For the lazy like me: https://github.com/GregTJ/stable-fluids
-
Unstable Flow
Created using a work-in-progress version of my Python based fluid simulator (unpublished, though the current version can be found here: https://github.com/GregTJ/stable-fluids)
2d-fluid-simulator
Posts with mentions or reviews of 2d-fluid-simulator.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-28.
-
From molecular simulation to black hole rendering - Taichi-Lang makes life easier for digital content creators
Another beautiful project I want to share with you here is 2d-fluid-simulator contributed by a user from Japan, takah29, based on the finite difference method:
-
What would be the best library to build 2D simulations in python?
I find it very useful for physical simulation and visualization. And personally I was impressed by a 2D fluid simulation project https://github.com/takah29/2d-fluid-simulator enabled by Taichi (Hope it can give you some inspiration as well). If you encounter any problems during implementation, you can consult its doc site (https://docs.taichi-lang.org/docs/) or even ask its creator u/yuanming-hu directly
What are some alternatives?
When comparing stable-fluids and 2d-fluid-simulator you can also consider the following projects:
pysph - A framework for Smoothed Particle Hydrodynamics in Python
LBM_Taichi - Fluid solver based on Lattice Boltzmann method implemented by taichi programming language
pybobyqa - Python-based Derivative-Free Optimization with Bound Constraints
taichi_elements - High-performance multi-material continuum physics engine in Taichi
Stable-Fluids - Real-time simulation of Stable Fluids, Jos Stam, SIGGRAPH 1999.
Fast-Poisson-Image-Editing - A fast poisson image editing implementation that can utilize multi-core CPU or GPU to handle a high-resolution image input.