MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / LiquidEtherWebGL

Interface LiquidEtherWebGL

components/liquid-ether.tsx:43–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43interface LiquidEtherWebGL {
44 output?: { simulation?: { options: SimOptions; resize: () => void } };
45 autoDriver?: {
46 enabled: boolean;
47 speed: number;
48 resumeDelay: number;
49 rampDurationMs: number;
50 mouse?: { autoIntensity: number; takeoverDuration: number };
51 forceStop: () => void;
52 };
53 resize: () => void;
54 start: () => void;
55 pause: () => void;
56 dispose: () => void;
57}
58
59const defaultColors = ["#5227FF", "#FF9FFC", "#B19EEF"];
60

Callers

nothing calls this directly

Implementers 1

WebGLManagercomponents/liquid-ether.tsx

Calls

no outgoing calls

Tested by

no test coverage detected