I finally uploaded the source code for my Silverlight 2 soft-body physics demo! You can get it right here
Silverlight soft-body physics – source code!
July 23, 2008 · 3 Comments
Categories: .NET
I finally uploaded the source code for my Silverlight 2 soft-body physics demo! You can get it right here
Categories: .NET
3 responses so far ↓
norb // July 23, 2008 at 10:57 am |
hi, what are the dependences for this Project, I have VS2008 and silverlight, but cannot open project.
Chris Cavanagh // July 23, 2008 at 11:16 am |
norb – Make sure you’ve got VS2008 and Silverlight Tools Beta 2 for Visual Studio 2008 installed (http://www.microsoft.com/downloads/details.aspx?FamilyId=50A9EC01-267B-4521-B7D7-C0DBA8866434&displaylang=en). That should be all you need. Keep a close eye on the install – I had a few problems installing it due to older versions etc.
I’ve uploaded a new version of the physics demo source that fixes a few broken/incorrect project references. Let me know if you’re able to get it working or not
norb // July 23, 2008 at 12:05 pm |
Chris, the new project loads and compiles without any problems now, thanks for such a quick response.