Skip to content
forked from wsick/Fayde

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.

License

Notifications You must be signed in to change notification settings

weitzhandler/Fayde

 
 

Repository files navigation

Fayde

Build Status Gitter

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.

Please check out the wiki for more information.

Dependencies

  • nodejs
  • grunt
  • bower
  • yeoman (used for scaffolding new applications)

How to use

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

Contributing

Set up your development

> git clone git://github.com/BSick7/Fayde
> cd Fayde
> npm install

Run automated tests

> grunt test

Run test site (smoke tests)

> grunt testsite

About

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 48.9%
  • TypeScript 43.8%
  • C# 5.2%
  • HTML 2.0%
  • Classic ASP 0.1%