MCPcopy
hub / github.com/bbycroft/llm-viz / IFluidSimState

Interface IFluidSimState

src/fluidsim/FluidSimMain.tsx:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { PerlinNoise2D } from './PerlinNoise';
4
5export interface IFluidSimState {
6 running: boolean;
7 sim: IFluidSim;
8 canvasTemp: HTMLCanvasElement;
9}
10
11export interface ICanvasTargetDef {
12 canvas: HTMLCanvasElement;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected