From c7a169218463e560eec1c7aac1a3d9b89efa0c94 Mon Sep 17 00:00:00 2001 From: Caleb Foust Date: Sun, 20 Oct 2024 13:33:47 +0800 Subject: [PATCH] chore: add license header to slime module --- pkg/anim/slime/module.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pkg/anim/slime/module.go b/pkg/anim/slime/module.go index 0396ee24..fc92af26 100644 --- a/pkg/anim/slime/module.go +++ b/pkg/anim/slime/module.go @@ -1,3 +1,19 @@ +/** +This code was ported from https://play.ertdfgcvb.xyz/#/src/contributed/slime_dish + +The original header was as follows: +@author zspotter +(IG @zzz_desu, TW @zspotter) +@title Slime Dish +@desc Low-res physarum slime mold simulation + +🔍 Tap and hold to magnify. + +With inspiration from: +- https://sagejenson.com/physarum +- https://uwe-repository.worktribe.com/output/980579 +- http://www.tech-algorithm.com/articles/nearest-neighbor-image-scaling +*/ package slime import (