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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Vector.js: an open source JavaScript library for creating interactive graphics

55 点作者 lazyjeff将近 3 年前

3 条评论

solardev将近 3 年前
Hmm, interesting... what is the advantage of using something like this vs the bigger, more mature libs?<p>Vector.js looks like it&#x27;s maintained by a small team of university students as their capstone project. That&#x27;s a cool thing to produce for a school project, for sure, but are there compelling reasons for other users to choose this lib in particular?<p>Just to share some findings... at work we recently evaluated the market for JS graphics libraries, and to our surprise, there were MANY good options.<p>At lower levels of abstractions, there was GraphicsJS, Two.js, Paper.js, D3.js.<p>Higher up, there was Fabric.js and Konva.<p>Beyond that, there are entire JS graphics engines for games and such, like Phaser.io and PixiJS. And for maps, like OpenLayers or Leaflet. And for charts, like Chart.js and Apex and Victory and Fusion. And then there was an even larger graveyard of graphics libs that seemingly were once great, but then was possibly abandoned, like Raphael or Stage.js.<p>It seemed like no matter what your graphics needs were, there was a particular lib that would fulfill most of it. And it also seemed like it was a problem that different teams continuously reinvented, to different degrees of success and longevity.
评论 #31712806 未加载
评论 #31710952 未加载
FractalHQ将近 3 年前
Trying to navigate and interact with these on mobile is difficult and frustrating. Adding`overflow-x: hidden` will fix most of that and larger graphics for small screens would help a lot.
评论 #31701988 未加载
maneesh将近 3 年前
Crashes my Android chrome browser on a Google pixel 4 XL 67% of the time