views:

431

answers:

4

I've been searching through the Microsoft Silverlight site, and I am guessing the answer to my question will be no.

But is there any non official or official version of the Silverlight development SDK for Mac OS?

I want to avoid installing Windows, but I want to develop in Silverlight.

+2  A: 

Assuming the answer you get does turn out to be "No"...

I use a VM (Parallels) to run Windows XP on my Mac Pro. The performance of Visual Studio 2008 is actually fine in this setup.

Eric
+11  A: 

The answer is yes, you surely can. You will need to use eclipse. It isn't as easy, but it sure is possible.

Good luck!

Link Heaven:

Jeremiah
Wow! Interesting!
Joachim Sauer
Darn, video requires Silverlight ... I could have anticipated this, but disappointing anyway.
Joachim Sauer
+4  A: 

There is also MonoDevelop which is going to support it soon, but its not quite there.

Shawn Wildermuth
Would this develop Moonlight apps only, or would they work with Silverlight too?
Andy
Mono has a ways to go on Silverlight support. Moonlight covers only the Silverlight 1.0 API, I believe. It's good enough for streaming media right now, but not much else.
Adam Lassek
+1  A: 

I'm using Mac OS X to develop with Silverlight 3, using IronRuby and IronPython and TextMate. It is very pleasant to use!

You can grab the Silverlight 3 Beta Runtime for Mac here and use it together with AgDlr. Grab the binaries of AgDlr here.

If you want to see samples of code that do work this way, have a look at AgDlr demos.

hope this helps!

Thibaut Barrère