All Projects → fbertola → Natrix

fbertola / Natrix

Licence: MIT license
Fast fluid simulation in Python 🐍

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Natrix

FluidX12
Authors' implementation of our SIGGRAPH Asia 2021 Technical Communications (Viewport-Resolution Independent Anti-Aliased Ray Marching on Interior Faces in Cube-Map Space) demo I. Fast volume rendering using our novel ray marching with smoke simulations by Eulerian grid method for solving Navier-Stokes equation.
Stars: ✭ 26 (+4%)
Mutual labels:  navier-stokes, fluid-simulation
Fluid Simulation
Self advection, external force and pressure solve to a velocity field represented by a MaC grid.
Stars: ✭ 107 (+328%)
Mutual labels:  navier-stokes, fluid-simulation
navier-stokes-webgl
Stable fluid simulation on GPU using WebGL.
Stars: ✭ 27 (+8%)
Mutual labels:  navier-stokes, fluid-simulation
Webgl Fluid Simulation
Play with fluids in your browser (works even on mobile)
Stars: ✭ 11,621 (+46384%)
Mutual labels:  navier-stokes
cocos2d-bgfx
cocos2d-x-lite use bgfx as the rendering backend
Stars: ✭ 54 (+116%)
Mutual labels:  bgfx
CaNS
A code for fast, massively-parallel direct numerical simulations (DNS) of canonical flows
Stars: ✭ 144 (+476%)
Mutual labels:  fluid-simulation
Shizuku
Real time simulation and rendering of free surface fluid
Stars: ✭ 22 (-12%)
Mutual labels:  fluid-simulation
Fluid-Solver
Rust based marker and cell fluid solver
Stars: ✭ 21 (-16%)
Mutual labels:  navier-stokes
RavEngine
A fast, easy to use C++20 3D game library for modern computers
Stars: ✭ 122 (+388%)
Mutual labels:  bgfx
ArteryNetwork
A pipeline to extract vessels from MR images and perform analysis.
Stars: ✭ 21 (-16%)
Mutual labels:  fluid-simulation
Fluid2d
A versatile Python-Fortran CFD code that solves a large class of 2D flows
Stars: ✭ 49 (+96%)
Mutual labels:  fluid-simulation
harfang3d
HARFANG 3D source code public repository
Stars: ✭ 173 (+592%)
Mutual labels:  bgfx
canvas-fluid-solver
Real-time fluid simulation in Javascript.
Stars: ✭ 45 (+80%)
Mutual labels:  fluid-simulation
bgfx-header-extension-library
Header-only effects and helper library for Bgfx to help you hit the ground running. Includes a bunch of post processing filters to complete common graphical tasks
Stars: ✭ 35 (+40%)
Mutual labels:  bgfx
sdl stb font
Renders text using STB_Truetype in pure SDL
Stars: ✭ 40 (+60%)
Mutual labels:  bgfx
bigger
bigg (bgfx + imgui + glfw + glm) + utils
Stars: ✭ 101 (+304%)
Mutual labels:  bgfx
WABBIT
Wavelet Adaptive Block-Based solver for Interactions with Turbulence
Stars: ✭ 25 (+0%)
Mutual labels:  navier-stokes
fips-bgfx
fipsified version of bgfx (https://github.com/bkaradzic/bgfx)
Stars: ✭ 17 (-32%)
Mutual labels:  bgfx
rapp
Cross-platform entry point library
Stars: ✭ 57 (+128%)
Mutual labels:  bgfx
unity-fluid-simulation
A fluid simulation I made for a class assignment, based on work by Jos Stam.
Stars: ✭ 26 (+4%)
Mutual labels:  fluid-simulation


Natrix

Fast fluid simultation in Python.

Key FeaturesHow To UseCreditsLicense

Key Features

  • Fast - leverages Compute Shaders to offload most of the calculations to the GPU.
  • Built with BGFX rendering engine, supporting OpenGL, Vulkan, Metal and DirectX backends.
  • Vorticity confinement.
  • Fluid obstacles.
  • Poisson kernel.

How To Use

To use this library, you'll need Poetry:

# Clone this repository
$ git clone https://github.com/fbertola/Natrix .

# Go into the repository
$ cd Natrix

# Install dependencies
$ poetry install

Examples

In the demo folder you will find a complete example, be sure to check it out.

Credits

This software uses the following open source packages:

License (BSD 2-clause)

BSD 2-Clause License

Copyright (c) 2021, Federico Bertola
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

GitHub @fbertola

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].