Download Farseer Physics Engine Simple Samples
Description
As 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.
Source Files
The download file farseersimplesamples.zip has the following entries.
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Demo1/App.xaml/* w w w . java 2 s . com*/
Demo1/App.xaml.cs
Demo1/Demo1.csproj
Demo1/Demo1.csproj.user
Demo1/Demo1.csproj.vspscc
Demo1/Page.xaml
Demo1/Page.xaml.cs
Demo1/PhysicsBox.xaml
Demo1/PhysicsBox.xaml.cs
Demo1/Properties/AppManifest.xml
Demo1/Properties/AssemblyInfo.cs
Demo2/App.xaml
Demo2/App.xaml.cs
Demo2/Demo2.csproj
Demo2/Demo2.csproj.vspscc
Demo2/KeyHandler.cs
Demo2/Page.xaml
Demo2/Page.xaml.cs
Demo2/PhysicsBox.xaml
Demo2/PhysicsBox.xaml.cs
Demo2/Properties/AppManifest.xml
Demo2/Properties/AssemblyInfo.cs
Demo3/App.xaml
Demo3/App.xaml.cs
Demo3/Demo3.csproj
Demo3/Demo3.csproj.vspscc
Demo3/KeyHandler.cs
Demo3/Page.xaml
Demo3/Page.xaml.cs
Demo3/PhysicsBox.xaml
Demo3/PhysicsBox.xaml.cs
Demo3/Properties/AppManifest.xml
Demo3/Properties/AssemblyInfo.cs
Demo4/App.xaml
Demo4/App.xaml.cs
Demo4/Demo4.csproj
Demo4/Demo4.csproj.vspscc
Demo4/FixedLinearSpringBrush.xaml
Demo4/FixedLinearSpringBrush.xaml.cs
Demo4/IUpdateable.cs
Demo4/Page.xaml
Demo4/Page.xaml.cs
Demo4/PhysicsBox.xaml
Demo4/PhysicsBox.xaml.cs
Demo4/Properties/AppManifest.xml
Demo4/Properties/AssemblyInfo.cs
Demo5/App.xaml
Demo5/App.xaml.cs
Demo5/Demo5.csproj
Demo5/Demo5.csproj.vspscc
Demo5/IUpdateable.cs
Demo5/Page.xaml
Demo5/Page.xaml.cs
Demo5/PhysicsBox.xaml
Demo5/PhysicsBox.xaml.cs
Demo5/Properties/AppManifest.xml
Demo5/Properties/AssemblyInfo.cs
Demo6/App.xaml
Demo6/App.xaml.cs
Demo6/Demo6.csproj
Demo6/Demo6.csproj.vspscc
Demo6/KeyHandler.cs
Demo6/MainPage.xaml
Demo6/MainPage.xaml.cs
Demo6/Properties/AppManifest.xml
Demo6/Properties/AssemblyInfo.cs
Demo6/SpaceMathHelpers.cs
Demo6/SpacePhysicsHelpers.cs
Demo6/SpaceShip.xaml
Demo6/SpaceShip.xaml.cs
FarseerPhysics2.1.3/Collisions/AABB.cs
FarseerPhysics2.1.3/Collisions/BruteForceCollider.cs
FarseerPhysics2.1.3/Collisions/CollisionIdGenerator.cs
FarseerPhysics2.1.3/Collisions/Contact.cs
FarseerPhysics2.1.3/Collisions/ContactId.cs
FarseerPhysics2.1.3/Collisions/ContactList.cs
FarseerPhysics2.1.3/Collisions/DistanceGrid.cs
FarseerPhysics2.1.3/Collisions/Feature.cs
FarseerPhysics2.1.3/Collisions/Geom.cs
FarseerPhysics2.1.3/Collisions/GeomPairBitmap.cs
FarseerPhysics2.1.3/Collisions/RayHelper.cs
FarseerPhysics2.1.3/Collisions/SAT.cs
FarseerPhysics2.1.3/Collisions/SelectiveSweepCollider.cs
FarseerPhysics2.1.3/Collisions/SpatialHashCollider.cs
FarseerPhysics2.1.3/Collisions/SweepAndPruneCollider.cs
FarseerPhysics2.1.3/Collisions/Vertices.cs
FarseerPhysics2.1.3/Controllers/AABBFluidContainer.cs
FarseerPhysics2.1.3/Controllers/Controller.cs
FarseerPhysics2.1.3/Controllers/ControllerList.cs
FarseerPhysics2.1.3/Controllers/FluidDragController.cs
FarseerPhysics2.1.3/Controllers/GravityController.cs
FarseerPhysics2.1.3/Controllers/InactivityController.cs
FarseerPhysics2.1.3/Controllers/ScalingController.cs
FarseerPhysics2.1.3/Controllers/WaveController.cs
FarseerPhysics2.1.3/Dynamics/Arbiter.cs
FarseerPhysics2.1.3/Dynamics/ArbiterList.cs
FarseerPhysics2.1.3/Dynamics/Body.cs
FarseerPhysics2.1.3/Dynamics/Curve.cs
FarseerPhysics2.1.3/Dynamics/Joints/AngleJoint.cs
FarseerPhysics2.1.3/Dynamics/Joints/AngleLimitJoint.cs
FarseerPhysics2.1.3/Dynamics/Joints/FixedAngleJoint.cs
FarseerPhysics2.1.3/Dynamics/Joints/FixedAngleLimitJoint.cs
FarseerPhysics2.1.3/Dynamics/Joints/FixedRevoluteJoint.cs
FarseerPhysics2.1.3/Dynamics/Joints/Joint.cs
FarseerPhysics2.1.3/Dynamics/Joints/JointList.cs
FarseerPhysics2.1.3/Dynamics/Joints/PinJoint.cs
FarseerPhysics2.1.3/Dynamics/Joints/RevoluteJoint.cs
FarseerPhysics2.1.3/Dynamics/Joints/SliderJoint.cs
FarseerPhysics2.1.3/Dynamics/Joints/WeldJoint.cs
FarseerPhysics2.1.3/Dynamics/Path.cs
FarseerPhysics2.1.3/Dynamics/Springs/AngleSpring.cs
FarseerPhysics2.1.3/Dynamics/Springs/FixedAngleSpring.cs
FarseerPhysics2.1.3/Dynamics/Springs/FixedLinearSpring.cs
FarseerPhysics2.1.3/Dynamics/Springs/LinearSpring.cs
FarseerPhysics2.1.3/Dynamics/Springs/Spring.cs
FarseerPhysics2.1.3/Dynamics/Springs/SpringList.cs
FarseerPhysics2.1.3/Enums.cs
FarseerPhysics2.1.3/Factories/BodyFactory.cs
FarseerPhysics2.1.3/Factories/ComplexFactory.cs
FarseerPhysics2.1.3/Factories/ControllerFactory.cs
FarseerPhysics2.1.3/Factories/GeomFactory.cs
FarseerPhysics2.1.3/Factories/JointFactory.cs
FarseerPhysics2.1.3/Factories/SpringFactory.cs
FarseerPhysics2.1.3/FarseerPhysicsSilverlight.csproj
FarseerPhysics2.1.3/FarseerPhysicsSilverlight.csproj.vspscc
FarseerPhysics2.1.3/GenericList.cs
FarseerPhysics2.1.3/Interfaces/IBroadPhaseCollider.cs
FarseerPhysics2.1.3/Interfaces/IFluidContainer.cs
FarseerPhysics2.1.3/Interfaces/IIsDisposable.cs
FarseerPhysics2.1.3/Interfaces/INarrowPhaseCollider.cs
FarseerPhysics2.1.3/Mathematics/BilinearInterpolator.cs
FarseerPhysics2.1.3/Mathematics/Calculator.cs
FarseerPhysics2.1.3/Mathematics/CircularInterpolator.cs
FarseerPhysics2.1.3/Mathematics/ConvertUnits.cs
FarseerPhysics2.1.3/Mathematics/MathHelper.cs
FarseerPhysics2.1.3/Mathematics/Matrix.cs
FarseerPhysics2.1.3/Mathematics/Vector2.cs
FarseerPhysics2.1.3/Mathematics/Vector3.cs
FarseerPhysics2.1.3/PhysicsSimulator.cs
FarseerPhysics2.1.3/Pool.cs
FarseerPhysics2.1.3/Properties/AssemblyInfo.cs
FarseerSimpleSamples.sln
FarseerSimpleSamples.vssscc
Download
Click the following link to download farseersimplesamples.zip.
farseersimplesamples.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »