I just realized that there are only 18 “Towers” for sale right now on secondary… Generic reminder: “Towers” is web-app ready (can run in fullscreen on mobile) and is also slightly responsive: it becomes a bit thinner on narrow vertical displays like phones.
78,469 次观看
Little side project: displaying 100k unique faces in the browser with WebGL instancing. ↓
“Dyna”, an hommage to Paul Haeberli on the ASCII playground. Source-code below. ↓
24,947 次观看
Progress with vectors: the scene is streamed directly from the browser (Serial API capable) with no intermediate server. Clipping happens in the browser. The refresh rate can go up to 300hz which makes it look almost material. This will be built-in retroactively into X-Y-Z. ↓
14,563 次观看
Fast vector renderer unlocked… can handle 1M segments with individual colors and weights on my old MacBook. …not bad! The grid is ready to be broken! #webgl #instancing #realtime #textmode