在我準備發佈的過程中,面臨的挑戰之一是找到快速生成這些動畫的方法。 對於每個鑄造的代幣,它會渲染十二個最近的區塊輸出,並生成一個旋轉顯示它們的 gif。 目前每個代幣大約需要 3 分鐘,我希望能大幅縮短這個時間。
ripe
ripe2026年1月25日
been working through an interesting interface problem for To Be a Machine usually when browsing a collection, the thumbnail image in a grid matches what you see when you open the detail view but uncommitted tbam tokens generate a new output every ethereum block the original solution was to generate a gif of recent block outputs to use as the thumbnail, and they look great in isolation but as i build out the collection's frontend and browse between collection <> detail views, it's become clear that there's a disconnect when clicking into a detail page and seeing a similar but different image than what was shown on the grid thumbnail now: - thumbnail view shows a 2x2 grid with frames rotating independently - detail view shows full-screen single outputs from recent blocks the different visual formats remove the expectation they match this also helps differentiate the committed and uncommitted tokens
~55秒現在 發送它
1.15K