Weekly #30

2021/10/03 05:52

本期含视频较多,建议访问 blog 观看。

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。

https://user-images.githubusercontent.com/8287771/135740877-0c9bd498-14cd-4b29-994e-6ef26c3b2507.mp4


Damocles Gaze

https://user-images.githubusercontent.com/8287771/135740938-999ba9b8-8876-4db5-a4f2-3b62824b053b.mp4

一个制作精良的黑白像素独立游戏,售价 $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://user-images.githubusercontent.com/8287771/135741021-203bae7a-8eb5-4e0c-8aa1-6c578ff37fcc.mp4


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!

https://user-images.githubusercontent.com/8287771/135741069-7a02405c-abf2-4b83-b1e8-22c20cf070e8.mp4


city roads

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


Writing custom formatters for logged objects in Chrome

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