TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Famous Engine – JavaScript library for animations and interfaces

235 pointsby dumindunuwanabout 10 years ago

29 comments

onion2kabout 10 years ago
The bit that I find most impressive is the mixed mode demo ... <a href="http:&#x2F;&#x2F;famous.org&#x2F;learn&#x2F;MixedMode&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;famous.org&#x2F;learn&#x2F;MixedMode&#x2F;index.html</a> ... Putting an iFrame on a 3D model and still being about to use the page that&#x27;s loaded is cool. The problem with that is that there are so few use cases where you&#x27;d actually want to do that.
评论 #9587948 未加载
评论 #9587714 未加载
评论 #9591064 未加载
steaminghackerabout 10 years ago
I tried to build a website with the &quot;old&quot; famo.us, but it was slow going, once you&#x27;d got past the initial setup. You&#x27;re on your own for widgets!<p>Also, &quot;famous&quot; or &quot;famo.us&quot; is a BAD name. Sorry, but you can&#x27;t google for help or tutorials. Google for &quot;famous websites&quot; or &quot;famous tutorials&quot;, see what you get. :-&#x2F;<p>slow going.
评论 #9587462 未加载
评论 #9587596 未加载
评论 #9588240 未加载
pimplabout 10 years ago
Has anyone actually managed to loop animations on the web without putting the CPU on fire?<p>It was my task recently to optimize some animations (done with Web Animations polyfill) and even though all the profilers showed that CPU is doing almost nothing (GPU animated all the stuff) Chrome was using ~25% of CPU all the time which resulted in a noisy fan after a minute or two.<p>I feel like I’m missing something here, I believe there must be a way to do it…
评论 #9587144 未加载
评论 #9587123 未加载
评论 #9587105 未加载
评论 #9587118 未加载
评论 #9589158 未加载
pophamabout 10 years ago
The landing page isn&#x27;t janky this time around--that&#x27;s an improvement. I was hoodwinked by the last media blitz, so I&#x27;m very shy to play with Famo.us a second time around. Elephant in the room: What has been learned and improved from the previous false-start(s)? For me, a &quot;Hey, look at me!&quot; is insufficient this time around, but I would find a list of improvements convincing (bonus points for some interleaved JS wisdom).
thomasflabout 10 years ago
Famo.us is really fast, but the minimal snabbt.js does most of the same animations tricks and is very easy to use. It includes a minmal physics engine. <a href="https:&#x2F;&#x2F;github.com&#x2F;daniel-lundin&#x2F;snabbt.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;daniel-lundin&#x2F;snabbt.js</a>
jongduboisabout 10 years ago
From a development efficiency perspective, Famous is not as good as Angular or React. From a rendering perspective, it&#x27;s not as good as three.js. It&#x27;s not yet a leading tool. Jack of all trades, master of none. Maybe it will make more sense when VR platforms become mainstream.
评论 #9587439 未加载
评论 #9587398 未加载
bhoustonabout 10 years ago
Why does this look like Three.JS code? It seems to have very similar capabilities (although Famo.us seems to have less features) and even the code seems to be familiar to me as a ThreeJS guy.<p>Also I&#x27;d argue that ThreeJS can make for better looking results:<p><a href="https:&#x2F;&#x2F;clara.io&#x2F;view&#x2F;193070f2-e8af-4afc-a531-9d82338b5288" rel="nofollow">https:&#x2F;&#x2F;clara.io&#x2F;view&#x2F;193070f2-e8af-4afc-a531-9d82338b5288</a>
评论 #9587590 未加载
评论 #9587151 未加载
empressplayabout 10 years ago
Quite slow on Chrome...<p>At least they gave up trying to build an entire website with it =)<p>Edit: Looked at top and Chrome is using like 60% CPU when the famo.us page is loaded (and nothing else). Ouch. (2.4 core 2 duo)
partisanabout 10 years ago
I am sure that iPhone users are not your target audience, but the site is almost unusable because of the large header and menu bar at the top of the screen.
pmontraabout 10 years ago
Opera 29 Android: first two demos on the home page ok, last two demos black. Chrome 42: same thing. Firefox 38: same but much slower. Stock browser (4.4.2): everything works, a bit slow. I&#x27;m really surprised: this should be the most old browser on this tablet. Drivers integration?
评论 #9587066 未加载
slowmotionyabout 10 years ago
I can&#x27;t see random letters and console is screaming about errors left and right. Firefox 31.
评论 #9587007 未加载
评论 #9587001 未加载
evvabout 10 years ago
I like their new branding and docs. It looks really easy to get up and running, but the basic &quot;hello world&quot; isn&#x27;t working for me..<p>npm install -g famous-cli &amp;&amp; famous init my-first-project &amp;&amp; cd my-first-project &amp;&amp; famous project deploy<p>..and nothing happens. Did I miss something obvious?<p>Also, I&#x27;m curious: are there any big companies using famo.us? Are there any non-trivial famo.us applications that we can look at?
评论 #9587379 未加载
评论 #9587395 未加载
tomh-about 10 years ago
Are there any examples of products that use the famous framework in production? The lack of case study examples on their website worries me a little.
评论 #9587341 未加载
评论 #9588937 未加载
s9wabout 10 years ago
I can see literally no text on chrome, and some capital letters are missing on firefox. All latest versions. Even without ad blocking
reality_czechabout 10 years ago
Looks pretty good with the elinks web browser.
评论 #9587028 未加载
staticelfabout 10 years ago
I can&#x27;t seem to get started with this. Their seed repo does not allow me to clone it with the git command. And when using the init functionality as displayed on the front page there is no way to actually setup the damn webserver.<p>Unfortunately, I am very displeased by the first experience. Chances are that this is also my last experince.
huhtenbergabout 10 years ago
Opening this page caused Firefox to go into a full swapfest mode, rendering the page unresponsive for several seconds.
makeitreinabout 10 years ago
Hmm, how does Famo.us stack up to GreenSpck&#x27;s GSAP? I&#x27;ve been tinkering with GSAP for the past week and have been pleasantly suprised with its capabilities, but I don&#x27;t know if its the more performant of the animation libraries.
bikeshackabout 10 years ago
Why is it called famous?
评论 #9587036 未加载
评论 #9587088 未加载
评论 #9589085 未加载
评论 #9587168 未加载
评论 #9587027 未加载
MCRedabout 10 years ago
Can&#x27;t really see the code on the left, it&#x27;s blocked by the big margins and the split with the webGL on the right. Enlargement gets rid of the margins but also makes the text in the code box bigger.
Nomikosabout 10 years ago
I saw 4 demos, they all worked fine on Firefox and Chrome (uptodate versions). Bit heavy on the CPU, I imagine that impacts some machines&#x27; performance.
p4bl0about 10 years ago
The linked website makes my browser crash… (Firefox 31.6).<p>I don&#x27;t know what it is supposed to be but if it is a web tech, it is clearly <i>not</i> production ready.
评论 #9588625 未加载
评论 #9589809 未加载
qhocabout 10 years ago
I am wondering the mobile strategy is completely abandoned because none of the examples work or look good on the iPhone. They have weird edgy &#x2F; sharp borders. Didn&#x27;t feel 60fps at all. Plus the mobile layout is completely broken. They seem to work fine on Macbook though. BUT the Twitter app example needs to go away. It just looks bad, OK!?
AndrewDuckerabout 10 years ago
Works fine for me, latest version of Firefox on Android and Windows.<p>(Slow on Firefox&#x2F;Android, but that&#x27;s to be expected)
Maarten88about 10 years ago
Two out of four demos on that page don&#x27;t run on IE11. And all 4 have ugly scrollbars. Nice for demos but not yet for anything real.
评论 #9590274 未加载
anonfunctionabout 10 years ago
This would be perfect for a chart &#x2F; graph library.
smrtinsertabout 10 years ago
link error: Vertex shader sampler count exceeds the maximum vertex texture units (4).
M8about 10 years ago
It&#x27;s interesting how JS was created for animations, yet is typically failing even at that.
grimgrinabout 10 years ago
Without adjusting uBlock settings I can&#x27;t actually click the Github link up top. I can click all the other links. Must be something goofing up because:<p>&lt;a href=&quot;<a href="https:&#x2F;&#x2F;github.com&#x2F;Famous&#x2F;famous&quot;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Famous&#x2F;famous&quot;</a> onclick=&quot;trackOutboundLink(&#x27;<a href="https:&#x2F;&#x2F;github.com&#x2F;Famous&#x2F;famous&#x27;);" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Famous&#x2F;famous&#x27;);</a> return false;&quot; class=&quot;main-nav-link&quot;&gt;Github&lt;&#x2F;a&gt;<p>Not an important thing and definitely in the realm of `my fault`. The only script I see available to allow is google analytics.