i am currently porting an Silverlight Project to HTML/Javascript.
After some research i decideed to use ScriptSharp instead of Javascript and using KineticJS as UI Layer.
But it seems ScriptSharp doesnt support the KineticJS Api atm. I guess it needed to be implemented here: https://github.com/nikhilk/scriptsharp/tree/cc/src/Libraries
The same Problem exists in the TypeScript domain: Here i have found the typed Libaries for KineticJS. http://kineticjstypescript.codeplex.com/
The question is now, if its possible in an easy way to get a CLR for KineticJS ? At leased there should be a possibility to convert the existsing TypeScript Metadata Project to a ScriptSharp Project ??