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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Rune.js – Graphic design systems with SVG in the browser or Node.js

92 点作者 runemadsen超过 9 年前

8 条评论

andrewray超过 9 年前
This seems to take the declarative nature of SVG and make it more imperative, like HTML5 Canvas, even though it ironically uses a virtual DOM implementation under the hood. For my React projects I chose SVG over canvas because I could write my layout declaratively, and avoided imperative manipulation libraries. How do you modify existing SVG shapes with this library?
评论 #10385422 未加载
linqables超过 9 年前
This looks really interesting. Are you planning to do text as well? Specifically, text with line wrapping?
评论 #10386052 未加载
bigethan超过 9 年前
The server side rendering looks really interesting (I've been getting into SVG for mobile web graphics). Are there other SVG libs that do server side rendering, or is this unique as it seems?
amelius超过 9 年前
I want an API where I can intersect or combine paths, and be able to read out the resulting paths.
评论 #10386436 未加载
jacobolus超过 9 年前
The examples are horribly broken in Safari.<p>Anyway, echoing andrewray, what’s the point of this? It seems no easier than just working with SVG directly. It’s considerably less powerful than e.g. using D3.
评论 #10385381 未加载
评论 #10386060 未加载
simple10超过 9 年前
Direct github link <a href="https:&#x2F;&#x2F;github.com&#x2F;runemadsen&#x2F;rune.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;runemadsen&#x2F;rune.js</a>
kyriakos超过 9 年前
great work there.
hundunpao超过 9 年前
I love it!