RaphaelWrapper is a Sproutcore framework that gives access to the Raphaël javascript graphic library through a Sproutcore-friendly view.
Note: requires the 1.5 version of Sproutcore.
You need to copy or clone this project into the frameworks directory of your project. Assuming your project is a git repository, a best practice is to set up the framework a git submodule, as follows:
- Make the frameworks directory in the root of your project, if it doesn't already exist:
mkdir your_project/frameworks - Add RaphaelWrapper as a git submodule:
cd your_project; git submodule add git://github.com/demerzel3/RaphaelWrapper.git frameworks/raphael_wrapper
Alternatively, you can just checkout the repository into your frameworks directory as follows:
- Move to your frameworks directory:
cd your_project/frameworks - Checkout the repository like this:
git checkout git://github.com/demerzel3/RaphaelWrapper.git raphael_wrapper
Important: don't forget to add raphael_wrapper to the frameworks required by your project in your Buildfile.

Please refer to the source code of the showcase.
My name is Gabriele Genta, you can find more information and contacts on this page.