Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.
- nodejs
- grunt
- bower
- yeoman (used for scaffolding new applications)
Install the Fayde application generator for yeoman. Then use yeoman to generate a new application.
> npm install -g generator-fayde
> mkdir <project directory name>
> cd <project directory name>
> yo fayde
> git clone git://github.com/BSick7/Fayde
> cd Fayde
> npm install
> grunt test
> grunt testsite