Skip to content

Instantly share code, notes, and snippets.

@grkvlt
Created October 13, 2017 15:28
Show Gist options
  • Save grkvlt/cfbab336e059050f2a41748f43c69b27 to your computer and use it in GitHub Desktop.
Save grkvlt/cfbab336e059050f2a41748f43c69b27 to your computer and use it in GitHub Desktop.
Exploring Iterated Function Systems
context(exceptionHandler, image.getGraphics(), g -> {
g.setColor(config.getRender().getBackground());
g.fillRect(0, 0, size.width, size.height);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment