Mike Harsh's BlogRight angle, laser, razor thin lines that curve and swerve in perfect sinesMore Silverlight Physics - K. Scott Allen's Swinging Rope- May 30, 2007 Last year (well, really early this year), Scott created a version of Conway's game of life in Silverlight. Now he's created a physics simulation of a swinging rope using an algorithm he picked up from Gamasutra. Note that this sample is written using the Silverlight v1.0 beta, so all of these calculations are performed using the browser's script engine and the perf is definitely respectable. Click the image below to run the sample, you can use the check box to add a wind..http://blogs.msdn.com/mharsh/archive/2007/05/30/more-silverlight-physics-k-scott-allen-s-s... Chris Cavanagh's Silverlight Physics Simulator- May 24, 2007 Chris Cavanagh, physics modeler extraordinaire, has created a Silverlight based physics modeler. This is a fun sample to play with but I noticed in his blog post that he's using the HtmlTimer. This class is a wrapper on the javascript setInterval method and as such has a relatively low priority for calling back to the user. This is why the class is marked obsolete. The best way to build a high priority timer in the Silverlight v1.1 alpha is to use a XAML animation and...http://blogs.msdn.com/mharsh/archive/2007/05/24/chris-cavanagh-s-silverlight-physics-simul... |