Hacker News new | ask | show | jobs
by browniepoints 5481 days ago
There is indeed some speculation on my part...but it is based on diving into what is publicly available. There are threads where people have dissected the leaked builds and shown how to create apps using the same apis that you use today for Silverlight. I personally have not downloaded any of them (though I'm significantly tempted).

True, Silverlight apps may not port directly, especially if you break out of the sandbox and do things that aren't supported within the platform. But because of the fact that Silverlight compiles down to IL...all Microsoft needs to do is bring the Silverlight VM over and boom it just works.

Basically what I've done is looked at the current state of the ecosystem and what has been revealed publicly for the future and connected the dots. If you look at the demo video and observe some of the animations and rich interaction being shown, it's obvious that it's not just HTML on display there.

1 comments

Yeah, I've been following the naiveuser Jupiter dissection. There is no Silverlight runtime. A new library has been developed on top of DirectUI, similar to Win32 on WinNT. It is not WPF and it is not Silverlight. It will probably start as a subset and end up as a superset. Some parts will not map directly from Silverlight. It looks like the animations have a new model. You will have to port your SL app for this to work.