Pufferfish is a compiler for a graphics programming language.
A falling point example
fn falling(f){
x = 315;
y = f;
};
anim(falling);
The anim function takes a function, that sets the y, x properties of the shape to animate.
- See Dockerfile
- See Dockerfile