TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to build infinite grid in the browser?

1 点作者 jbranchaud超过 1 年前
If you wanted to build a tool in the browser that allowed you to add, edit, connect, and move elements on an infinite grid like 1) https://natto.dev/example/2444ffca064a4890a7f05ca1de386c5a and 2) https://stately.ai/registry/new, where would you start? How would you build an infinite grid? I kinda expected to find an open source library with the base functionality, but I've turned up nothing so far.

3 条评论

jbranchaud超过 1 年前
Moveable looks like a super full-featured library for this kind of thing <a href="https:&#x2F;&#x2F;daybrush.com&#x2F;moveable&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;daybrush.com&#x2F;moveable&#x2F;</a>
solardev超过 1 年前
Check out <a href="https:&#x2F;&#x2F;konvajs.org&#x2F;docs&#x2F;sandbox&#x2F;Canvas_Scrolling.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;konvajs.org&#x2F;docs&#x2F;sandbox&#x2F;Canvas_Scrolling.html</a>
jbranchaud超过 1 年前
Maybe this: <a href="https:&#x2F;&#x2F;interactjs.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;interactjs.io&#x2F;</a>