Weekly #30

uiwtf

Vercel 的设计师 @rauno 制作的一个实验性项目,用于探索不一样的网页 UI 交互。


Fig

The App Ecosystem for the Terminal

在命令行中更紧密地集成第三方应用,而不仅仅是自动补全。


Web3 — A vision for a decentralized web

Cloudflare 对于 Web3.0 的理解。文中提到了 Cloudflare 的 IPFS 和 Ethereum 网关服务


https://twitter.com/zozuar/status/1443012484189888515

float i,e,f,s,g,k=.01;for(o++;i++<1e2;g+=min(f,max(.03,e)).3){s=2.;vec3 p=vec3((FC.xy-r/s)/r.yg,g-s);p.yz*=rotate2D(-.8);p.z+=t;for(e=f=p.y;s<2e2;s/=.6)p.xz*=rotate2D(s),e+=abs(dot(sin(ps)/s,p-p+.4)),f+=abs(dot(sin(p.xzs*.6)/s,r/r));o+=(f>kk?e:-exp(-ff))*o*k;}

一段简单的 GLSL 代码写的炫酷 shader。


Damocles Gaze

一个制作精良的黑白像素独立游戏,售价 $6 起。其制作团队 PUNKCAKE Délicieux 每月都会制作并发行一款独立游戏,可以在 patreon 上以每月 €3 的价格订阅。


https://twitter.com/kkomputery/status/1443504614633086981

ENTER – interactive light installation. It has the size of a door and comprises thirty-two 5-meter long LED strips – sound-reactive and connected to a camera source.


https://twitter.com/pixelplacement/status/1443793685553065985

Quest 2 passthrough room mapping progress. I'm actually stunned by how accurate the results are. I'll get this released soon, promise!


city roads

一键生成城市所有道路描成的画。


Writing custom formatters for logged objects in Chrome

Chrome 支持自定义 devtool formatter,可以丰富 console.log 的能力,这篇文章教你如何使用。