Moonlight/Moonlight2DemoStatus

Table of Contents

1 DLR

Gold

  • Channel9 PDC Player (http://channel9.msdn.com/pdc2008/PC54)
    • NOTE: Requires a UA Spoof to FF3/Mac
  • Jello Physics (http://www.chriscavanagh.com/Chris/Silverlight/CJC.Silverlight.JelloPhysics/CJC.Silverlight.JelloPhysicsDemoTestPage.html)
  • Tiger Texture (http://www.markdawson.org/kit3d/demos/sl2/tigertexture/testpage.html)
  • Water Physics Demo (http://www.physicspoweredgames.com/Games/WaterDemo/WaterDemo.aspx)
  • 3D Cube (http://sildev.net/3DCubes/index.html)
  • TicTacToe (http://oldschooldotnet.blogspot.com/2009/01/tic-tac-toe-in-silverlight.html)
  • DocSudoku (http://docsudoku.freehostia.com/)
  • KochCurve (http://kenwatts.blogspot.com/2008/09/koch-curve-in-silverlight.html)

Silver

  • Game of Life (http://life-silverlight.com)
    • Missing DropDown
  • Polyhedra (http://www.picturespice.com/ps/Polyhedra/ClientBin/TestPage.html)
    • Missing HyperLinkButton
  • MultiScaleImageDemo (http://www.silverlightshow.net/showcase/deepzoom/TestPage.html)

Bronze

  • PhotoZoom (http://photozoom.mslivelabs.com)
    • Slow
    • Rendering Glitches
  • The Moment (http://www.cnn.com/SPECIALS/2009/44.president/inauguration/themoment/moment1.html)
    • Slow
    • 2D Doesn't work
    • Poly Overlay doesn't show up
    • There is a race condition which stops it from rendering sometimes Diff (http://sublimeintervention.com/lame.diff)

DLR

IronPython WebIDE (http://www.voidspace.org.uk/ironpython/webide/webide.html)

  • status: works somehow. print "hello wolrd" works, but the examples doesn't.

Direct Links

Download the sdl.zip (http://evain.net.nyud.net/sdl.zip) file, unpack it and then run Chiron like this:

 $ cd sdl/bin
 $ mono Chiron.exe /d:../samples/

Ruby:

  • PhotoViewer (http://localhost:2060/ruby/photoviewer/index.html)
  • Clock (http://localhost:2060/ruby/clock/index.html)

Python:

  • 3DShapes (http://localhost:2060/python/3dshapes/index.html)
  • Bubbles (http://localhost:2060/python/bubbles/index.html)
  • Clock (http://localhost:2060/python/clock/index.html)
  • Collateral Damage (http://localhost:2060/python/collateraldamage/index.html)
  • PhotoParticle (http://localhost:2060/python/photoparticle/index.html)
  • TileText (http://localhost:2060/python/tiletext/index.html) (broken text)

JScript - DLR:

  • 3DShapes (http://localhost:2060/jscript/3dshapes/index.html)
  • Collateral Damage (http://localhost:2060/jscript/collateraldamage/index.html)
  • Clock (http://localhost:2060/jscript/clock/index.html)

The DLR Console:

  • DLRConsole (http://localhost:2060/dlrconsole/index.html)