{"name":"Genuary 2024 Day 11 - In the style of Anni Albers (1899-1994)","description":"-- genuary #11 2024\n-- in the style of anni albers (1899-1994)\n-- by carson kompon\n\n-- left click to generate a new painting\n-- right click to save a seamless gif\n\npoke(0x5f2d,1)\nlastclick=0\n\nfunction _init()\n\t?rnd({\"\\^!5f10?●74웃ˇ█\",\"\\^!5f10?567=♪🐱\",\"\\^!5f10?ˇ█●◆🅾️🐱\",\"\\^!5f106█⬇️▒1=ˇ\"})\n\tcls()\n\tgw=8+rnd(8)\n\tgh=6+rnd(20)\n\tw=flr(92/gw)\n\th=flr(120/gh)\n\twww=w*gw\n\thhh=h*gh\n\to={}\n\tlocal i=0\n\tlocal xx=0\n\tlocal yy=0\n\tlocal ww=1\n\tlocal hh=1\n\twhile i<(w*h)do\n\t\tww=1\n\t\thh=1\n\t\tif(rnd()<.1)ww=flr(rnd(3))+1\n\t\tif(rnd()<.1)hh=flr(rnd(3))+1\n\t\tww=min(ww,w-xx)\n\t\thh=min(hh,h-yy)\n\t\tlocal z=flr(rnd(2))\n\t\tfor j=0,z do\n\t\t\tlocal f=rnd({spawn_rect,spawn_hlines,spawn_vlines})\n\t\t\tf(xx*gw,yy*gh,ww,hh)\n\t\tend\n\t\ti+=ww\n\t\txx+=ww\n\t\tif(xx>=w)then\n\t\t\txx-=w\n\t\t\tyy+=1\n\t\tend\n\tend\n\tcamera(-(128-(gw*w))/2,-(128-(gh*h))/2)\nend\n\nfunction _update60()\n\tcls()\n\tfor s in all(o)do\n\t\ts:update()\n\tend\n\tlocal click=stat(34)\n\tif(click==1and lastclick==0)_init()\n\tif(click==2and lastclick==0)extcmd(\"video\")\n\tlastclick=click\nend\n\nfunction spawn_rect(xx,yy,ww,hh)\n\tlocal s={\n\t\tx=xx,\n\t\ty=yy,\n\t\tw=gw*ww,\n\t\th=gh*hh,\n\t\tc=rnd(6)+1,\n\t\td=0,\n\t\ts=rnd({2,4,8,16}),\n\t\tupdate=function(s)\n\t\t\tif(s.d==0)rectfill(s.x,s.y,s.x+s.w,s.y+s.h,s.c)\n\t\t\tif(s.d==1)rectfill(s.x,s.y,s.x+s.w*(sin(t()/s.s)/2+.5),s.y+s.h,s.c)\n\t\t\tif(s.d==2)rectfill(s.x+s.w*(sin(t()/s.s)/2+.5),s.y,s.x+s.w,s.y+s.h,s.c)\n\t\t\tif(s.d==3)rectfill(s.x,s.y,s.x+s.w,s.y+s.h*(sin(t()/s.s)/2+.5),s.c)\n\t\t\tif(s.d==4)rectfill(s.x,s.y+s.h*(sin(t()/s.s)/2+.5),s.x+s.w,s.y+s.h,s.c)\n\t\tend\n\t}\n\tif(rnd()<.1)s.d=flr(1+rnd(4))\n\tadd(o,s)\nend\n\nfunction spawn_hlines(xx,yy,ww,hh)\n\tlocal s={\n\t\tx=xx,\n\t\ty=yy,\n\t\tw=gw*ww,\n\t\th=gh*hh,\n\t\tc=rnd(6)+1,\n\t\td=flr(rnd(2)),\n\t\ts=0.2+rnd(10),\n\t\tz=rnd({2,4,8,16}),\n\t\tupdate=function(s)\n\t\t\tif s.d==0 then\n\t\t\t\tfor i=2,s.w-4,4do\n\t\t\t\t\tif(s.y+i<hhh-2)rectfill(s.x,s.y+i,s.x+s.w*(sin(t()/4+i/64*s.z)/2+.5),s.y+i+2,s.c)\n\t\t\t\tend\n\t\t\telse\n\t\t\t\tfor i=2,s.w-4,4do\n\t\t\t\t\tif(s.y+i<hhh-2)rectfill(s.x+s.w*(sin(t()/4+i/64*s.z)/2+.5),s.y+i,s.x+s.w,s.y+i+2,s.c)\n\t\t\t\tend\n\t\t\tend\n\t\tend\n\t}\n\tadd(o,s)\nend\n\nfunction spawn_vlines(xx,yy,ww,hh)\n\tlocal s={\n\t\tx=xx,\n\t\ty=yy,\n\t\tw=gw*ww,\n\t\th=gh*hh,\n\t\tc=rnd(6)+1,\n\t\td=flr(rnd(2)),\n\t\ts=0.2+rnd(10),\n\t\tz=rnd({2,4,8,16}),\n\t\tupdate=function(s)\n\t\t\tif s.d==0 then\n\t\t\t\tfor i=2,s.h-4,4do\n\t\t\t\t\tif(s.x+i<www-2)rectfill(s.x+i,s.y,s.x+i+2,s.y+s.h*(sin(t()/4+i/64*s.z)/2+.5),s.c)\n\t\t\t\tend\n\t\t\telse\n\t\t\t\tfor i=2,s.h-4,4do\n\t\t\t\t\tif(s.x+i<www-2)rectfill(s.x+i,s.y+s.h*(sin(t()/4+i/64*s.z)/2+.5),s.x+i+2,s.y+s.h,s.c)\n\t\t\t\tend\n\t\t\tend\n\t\tend\n\t}\n\tadd(o,s)\n\nend\n\nfunction lerp(x,y,t)\n\treturn x+(y-x)*t\nend","tags":["animated","creativecoding","pico8","pico-8","genuary","genuary11","pixelart","opensource","lua","neoretro","interactive","random"],"symbol":"OBJKT","artifactUri":"ipfs://bafybeic75htkbzc5b4ynhl46ywqrl7hwsoaud3bfyizvp3sgw3ktag5gqm","displayUri":"ipfs://Qmdwbe2FbaLHog5fvqe2WKep6kfMeuHju6x9tk7RT9CnsD","thumbnailUri":"ipfs://Qmdwbe2FbaLHog5fvqe2WKep6kfMeuHju6x9tk7RT9CnsD","creators":["tz1XqJ9e6NdouxdGvm2V3aknwFnGL6Kinu6A"],"formats":[{"fileSize":807881,"fileName":"genuary_2024_11.zip","mimeType":"application/x-directory","uri":"ipfs://bafybeic75htkbzc5b4ynhl46ywqrl7hwsoaud3bfyizvp3sgw3ktag5gqm"},{"mimeType":"image/gif","fileSize":654669,"fileName":"cover_genuary_2024_11.gif","dimensions":{"value":"512x512","unit":"px"},"uri":"ipfs://Qmdwbe2FbaLHog5fvqe2WKep6kfMeuHju6x9tk7RT9CnsD"},{"mimeType":"image/gif","fileSize":654669,"fileName":"thumbnail_genuary_2024_11.gif","dimensions":{"value":"512x512","unit":"px"},"uri":"ipfs://Qmdwbe2FbaLHog5fvqe2WKep6kfMeuHju6x9tk7RT9CnsD"}],"decimals":0,"isBooleanAmount":false,"shouldPreferSymbol":false,"rights":"none","date":"2024-01-11T13:46:50.153Z","mintingTool":"https://teia.art/mint"}