Skip to content

cm226/PufferFish

Repository files navigation

Pufferfish

Pufferfish is a compiler for a graphics programming language.

Build and Test

Example program

A falling point example

fn falling(f){
  x = 315;
  y = f;
};

anim(falling);

anim function

The anim function takes a function, that sets the y, x properties of the shape to animate.

Runtime Requirements

  • See Dockerfile

Dev Requirements

  • See Dockerfile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages