We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
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 215 26
A 2D softbody dynamics simulation with p5.js
JavaScript 37 3
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]:
There was an error while loading. Please reload this page.