Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
A minimal Stable Fluids inspired fluid solver with Python and NumPy.
Python 138 14
A 2D softbody dynamics simulation with p5.js
JavaScript 3 2
import numpy as np
from matplotlib import pyplot as plt
samples = 64
import sparse
from typing import Tuple, Generator
def sjt_permutations(n: int) -> Generator[Tuple[int], None, None]: