Questions tagged [famo.us]

Famo.us is a JavaScript rendering and physics engine for creating web applications with high-performance 3D user interfaces.

Famo.us features a rendering engine that avoids slow DOM-layout and repaint calculations. Instead, it leverages the GPU using CSS3 transform.

Famo.us provides a JavaScript framework designed to build rich, interactive web applications. Famo.us takes an opinionated approach to web development, maintaining a tight control of rendering to achieve performance. The framework also maintains strict modularity for flexibility. Paired with server-side technology designed to match Famo.us on the front end, you can finally create high quality applications that were once reserved only for native development.

For more information see project website Famous.org

The prior version (v.0.3.5) site can be found at deprecated.famous.org

478 questions
-1
votes
1 answer

How to consume rest api in vanila famo.us

I am fairly new to famo.us, I have gone through famo.us university tutorials. Now my question is how can we call rest api's in famo.us and bind data from Rest api to the surfaces. Is there any tutorial explaining this? I know there exists…
vijay kumar
  • 65
  • 1
  • 7
-1
votes
2 answers

Famo.us - Using 'proportionsFrom' in Modifiers

Why am I getting voted a minus vote for this? UPDATE - Solved Thanks guys for pointing me in the right direction. I actually found using the View to not be as useful as I had hoped. My solution was to use a ContainerSurface. Please find my…
Pandafinity
  • 713
  • 2
  • 7
  • 19
-1
votes
1 answer

famo.us use of requirejs from tutorial

I have what is probably a basic question around how the famo.us slideshow tutorial is using requirejs (tutorial here). I don't know much about requirejs, and it's sort of a tertiary tool for the purposes of this tutorial, but I did do a bit of…
Tim Lindsey
  • 727
  • 1
  • 7
  • 18
-1
votes
1 answer

Famous (aka Famo.us) with Backbone router?

Anyone know how to use Famou.us with a router, i.e. Backbone? They have a slick looking Twitter clone, but it doesn't update the URL in web browser. Looking for a decent router option for Famous. See the Twitter clone here:…
Giant Elk
  • 5,375
  • 9
  • 43
  • 56
-1
votes
1 answer

How do they do the live content updating in the famo.us demos?

If you check out any of the demos on the famo.us web site, they all let you type in code, and the output on the right updates in real time. I've looked everywhere, but I can't seem to find any documentation on how this was…
MrK
  • 9
  • 1
  • 4
-1
votes
1 answer

line! Famo.us -- Can someone explain what means: "Your number in line is" >70K

A week ago I was excited by the rollout of the famo.us (HTML5/javascript) framework. I eagerly signed up for access. Ever since then, when I sign into the famo.us site, I am shown a mysterious page tell me "Your number in line is:" ... followed by…
-2
votes
1 answer

famo.us + angularjs for production?

AngularJS is working on v2.0 which is the breaking change, and NOT backward compatible. If developing famo.us+ angularjs now is there any migration path for it? Any suggestions? Thanks
Fei
  • 455
  • 1
  • 5
  • 16
-2
votes
3 answers

Is there a famo.us offline version

In all examples for famo.us the required scripts are loaded directly from the famo.us website. The download link at the top right of the homepage gives you an example for a boilerplate, which also contains the download of the required files from…
rubo77
  • 19,527
  • 31
  • 134
  • 226
-2
votes
1 answer

famo.us vs traditional Cordova-based development

I'm currently evaluating these two different ways of developing mobile apps, using famo.us vs. Cordova, which is to say plain HTML, CSS, and JS. What would be more sustainable to use in developing a web app? Edit: Famo.us is deprecated as of 2015…
Marco Scannadinari
  • 1,774
  • 2
  • 15
  • 24
-2
votes
1 answer

famo.us: make my fonts look like iOS fonts

Is it possible to make my fonts in famo.us look like the ones normally in iOS? It seems like my fonts never look quite as nice. Can anyone tell me if they have faced this same problem?
skb
  • 30,624
  • 33
  • 94
  • 146
-3
votes
2 answers

How do I create Surfaces in a Container Surface using Famo.us

I want to have inside like
my content
And what about surfaces inside surfaces? I can't do: new Surface({ content: new Surface({}) }); I want it to be laid out like…
mnguyen
  • 37
  • 4
-3
votes
2 answers

Famo.us (Angular) Add item to beginning of ScrollView list?

I'm using Famo.us Angular and Firebase. Everything is going smoothly, except when I add a new item to Firebase, it will only populate at the bottom of the ScrollView list, regardless of what the sorting is. I can add it, appears at the bottom,…
user2488234
  • 382
  • 4
  • 12
-5
votes
4 answers

famo.us support native app or not

Is Famo.us(A new mobile application development framework) support native application,as I doesn't want my app browser based.I have read many doc's related to the same but i did'nt get anything regarding native app. Thanks
1 2 3
31
32