Did these guys just reinvent the Web?
41–50 of 93 posts
Re: Did these guys just reinvent the Web?
#42> Welcome to famo.us > a javascript engine and framework that solves HTML5 performance And doesn't work in Firefox. Aweso.me!
But the article says it's based on "a W3C standard that must be supported by all browsers". How can this be?
Re: Did these guys just reinvent the Web?
#43The animations were pretty smooth anyway, but my cursor would skip frames over the content.
Re: Did these guys just reinvent the Web?
#44- http://desandro.github.io/3dtransforms/
As for the article... the author confuses "rendering" with "layout":
- "the primary part we need to rewrite is the part of the renderer that creates and multiplies the matrices"
- "We use the CSS3 primitive -webkit-transform: matrix3d, which lets us compute the composite matrix and skip the browser's renderer"
Which leads to some absurd claims:
- "We were 14 times faster than compiled C in Chrome"
Before reality kicks back in:
- "rendering goes through DOM"
- "Obviously, this isn't exactly the reinvention of the Web"
And this is how you sell a DOM scenegraph engine to people with more money than common sense:
- "a W3C standard that must be supported by all browsers"
- "all text in Famo.us applications is searchable"
- "enable rapid application development"
- "smooth, high-functioning UI across all platforms"
- "one of several enabling technologies"
- "allow enterprise users to touch-interact with big data analytics"
- "spark a new breed of gamified enterprise apps"
Re: Did these guys just reinvent the Web?
#45Sounds like they came up with a novel and impressive optimisation that everyone could benefit from, but decided to keep it to themselves and charge for it. So less "reinvent the web" than "go back to the way things were before the web" really. Whether or not there's anything wrong with that is left up to the reader. :)
Re: Did these guys just reinvent the Web?
#46Re: Did these guys just reinvent the Web?
#47...then went downhill:
"...and in JavaScript."
Re: Did these guys just reinvent the Web?
#48Is this just a closed-source ripo^H^H^H^H fork of Three.js? The example shown on famo.us is identical to MrDoob's Three.js example that uses CSS3: http://www.mrdoob.com/lab/javascript/threejs/css3d/periodict... Edit: looks like it's the other way around -- according to MrDoob's G+ post from last year, he based his Three.js CSS3 example directly on the design created by famo.us: https://plus.google.com/113862800338869…
Re: Did these guys just reinvent the Web?
#49I've sometimes thought about building a full fledged ui framework on top of it but it doesn't work (exactly the same) in all browsers. And I suspect offloading everything to the gpu by default will lead to other sorts of performance issues but I'll have to test this.
Framer also includes spring physics and is fully integrated with Photoshop. You should check it out if you build prototypes.
Re: Did these guys just reinvent the Web?
#50Earlier quoted context omitted.
But the article says it's based on "a W3C standard that must be supported by all browsers". How can this be?
Probably using -webkit vendor prefixes (can't check for sure, on iPhone)