106 строки
3.2 KiB
Markdown
106 строки
3.2 KiB
Markdown
---
|
|
title: "Moonlight/Moonlight2DemoStatus"
|
|
lastmodified: '2009-02-08'
|
|
redirect_from:
|
|
- /Moonlight/Moonlight2DemoStatus/
|
|
---
|
|
|
|
Moonlight/Moonlight2DemoStatus
|
|
==============================
|
|
|
|
<table>
|
|
<col width="100%" />
|
|
<tbody>
|
|
<tr class="odd">
|
|
<td align="left"><h2>Table of contents</h2>
|
|
<ul>
|
|
<li><a href="#gold">1 Gold</a></li>
|
|
<li><a href="#silver">2 Silver</a></li>
|
|
<li><a href="#bronze">3 Bronze</a></li>
|
|
<li><a href="#dlr">4 DLR</a>
|
|
<ul>
|
|
<li><a href="#ironpython-webide">4.1 IronPython WebIDE</a></li>
|
|
<li><a href="#direct-links">4.2 Direct Links</a></li>
|
|
</ul></li>
|
|
</ul></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
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
|
|
|
|
[Website](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:
|
|
|
|
``` bash
|
|
$ 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)
|