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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Two.js

488 点作者 jgv大约 12 年前

22 条评论

kevincennis大约 12 年前
Was pretty confused at first about why this would have a Backbone dependency until I looked through the source and saw they they're just pulling Backbone.Events.<p>I think it says a lot about Backbone that people are doing things like that. Modularity is nice.<p>Oh, and thumbs up for Two.js. Well done.
评论 #5668912 未加载
michaelmartin大约 12 年前
The script looks looks great, but mostly I just want to say it rocks to see a library with this much work put into quality documentation already.<p>Gives me a heck of a lot more trust for the script and reason to try it out.
monkey_slap大约 12 年前
This landing page and documentation is just beautiful. Simple hashtag nav, soft colors, great header, and good examples. Only suggestion would be to have a way to link to individual methods in the docs w/ hashes. I really commend the effort here.
评论 #5669279 未加载
metabrew大约 12 年前
Also worth a look: <a href="https://github.com/GoodBoyDigital/pixi.js" rel="nofollow">https://github.com/GoodBoyDigital/pixi.js</a> 2D renderer with canvas and webgl backends
评论 #5670548 未加载
surrealize大约 12 年前
I don't get it. Retained-mode vector graphics == SVG. Browsers with canvas or webgl also have SVG. So what does this accomplish?<p>I don't mean to sound negative, I'm just not clear on the point.
评论 #5669067 未加载
Kristories大约 12 年前
Credit: <a href="http://threejs.org" rel="nofollow">http://threejs.org</a>
评论 #5669187 未加载
niggler大约 12 年前
How does this compare to raphael (<a href="http://raphaeljs.com/" rel="nofollow">http://raphaeljs.com/</a>) ?
评论 #5668940 未加载
评论 #5669855 未加载
smrtinsert大约 12 年前
This is a tough space to be in these days, so many competing projects. That said, I really wish I saw more projects using <a href="http://kineticjs.com/" rel="nofollow">http://kineticjs.com/</a>. (sorry op). I just feel that kinetic is put together well and has an awesome tutorial series at <a href="http://www.html5canvastutorials.com/kineticjs/html5-canvas-events-tutorials-introduction-with-kineticjs/" rel="nofollow">http://www.html5canvastutorials.com/kineticjs/html5-canvas-e...</a>
评论 #5670133 未加载
erbbysam大约 12 年前
Kind of random, but this looks very similar to Ming (php plugin) which renders flash in a very similar manner. I open-sourced a library for rendering animations using it just a few days ago (although the project itself it 6 years old) - <a href="https://github.com/erbbysam/ming-icanimate" rel="nofollow">https://github.com/erbbysam/ming-icanimate</a><p>Thanks for this, I'm probably going to spend some time recreating that ming-icanimate rendering system with two.js
muyyatin大约 12 年前
Very nice! I'm also working on a similar scene graph (Canvas/SVG, WebGL soon), which also has bounds, DAG-support, and implicitly inserts the needed layers for performance (<a href="http://phetsims.github.io/scenery/" rel="nofollow">http://phetsims.github.io/scenery/</a>).<p>I look forward to seeing what other performance optimizations I may be missing!
rhengles大约 12 年前
I started a project in SVG a few months ago, and searched for a library to use. Dojo's GFX is a great library, with comprehensive support of the native features (Text, etc).<p>That said, I'm planning on switching to good-old DOM, the performance of SVG was underwhelming to me. Also, the lack of text-wrap.
nthitz大约 12 年前
I'd be curious to see the performance differences between this drawing on 2d canvas, webgl and similar code in plain JS. Mostly curious at that webgl benchmark
评论 #5669312 未加载
评论 #5669595 未加载
dweinus大约 12 年前
I love the idea and it's a beautiful site...which quickly brings my browser (chrome) to a grinding halt.<p>Hopefully I'm just an edge case while the project is young?
评论 #5669519 未加载
joelhooks大约 12 年前
This is rad. Thank you. It is being added to our home education curriculum. I think the kids will get a lot out of it "turtle graphics" style.
评论 #5672704 未加载
stevewilhelm大约 12 年前
Does anyone else feel the animations are too fast and jagged?<p>Running in Chrome 26.0.1410.65 on a Macbook Pro running OS X 10.8.3
评论 #5671283 未加载
dutchbrit大约 12 年前
This is very cool - thumbs up for the simplicity, implementation wise! Will give this a spin.
jarmitage大约 12 年前
Could someone with the knowledge explain significant differences between this and Paper.js?
评论 #5672218 未加载
jlturner大约 12 年前
Lib looks awesome Jono! The animated strokes example is fresh :)
skion大约 12 年前
Awesome, I can see the reincarnation of animated banner ads...
kgosser大约 12 年前
Was forcast.io's animations an inspiration for this?<p>Very impressed. Great job!
评论 #5669844 未加载
Zolomon大约 12 年前
This looks awesome for game development and creative coding!
评论 #5669626 未加载
brickcap大约 12 年前
looks great but how is it different from d3?
评论 #5670172 未加载