Other Frameworks


SproutCore has several external frameworks created by developers in the community.  If you don't find a widget you need in SproutCore itself you may be able to find it here.  

 

To install most of these frameworks, just download or clone the code (if it is on Github) and place it in a "frameworks" directory inside of your project folder.  Then open your Buildfile and add it to your list of requires like so:

 

config :my_app, :required => [:sproutcore, :other_framework] 

 

If you have written a new framework, add a link to your code here and short description.

 

Widgets

 

 

Data Sources

 

 

Testing