Project DescriptionAs you might know, the original Farseer Physics Engine samples can be alittle hard to understand at first sight. Therefore I have created a small collection of "Simple Samples" / tutorials which shows you how to do different things with the engine, as simples as possible.
How to use the samplesTo run the samples you need either Visual Studio 2008 SP1 or the free Visual Web Developer Express SP1, both needs the Silverlight Tools plugin installed.
You find all you need right here:
http://silverlight.net/GetStarted/When above is in place just download the latest release, right click the project you wanna run and set it as the "Start up project". Hit Ctrl-F5 (No debug) or F5 (Debug) to run the project.
Silverlight only runs if it is hosting in a HTML page, therefore the outcome of an Silverlight application project will be a .xap/.dll and
not a .exe. These samples are created as simple as possible and uses the auto generated .html page, that VS2008 creates, to host and run the samples. Therefore you should be able to run the samples by doing as described above.
Visit my blogI have also made some post on my blog about these "simple samples" for using the Farseer Physics Engine. Actually they started at my blog and I am now cleaning them up, updating to the latest Silverlight/Farseer version and putting them here on CodePlex.
http://laumania.net/?tag=/farseer+physics+engineFeedbackFeedback is always welcome, so please leave a comment, either on my blog or here on Codeplex, and let me know what you think about this. It's always interesting to hear what other people think about what your doing.
- Enjoy