Download Johnnylightbulb's XNA Stuff

Description

Personal projects using XNA, C#, and luck. Every once and then I parse a BSP file or hack up some HLSL code.

Source Files

The download file johnnylightbulb.zip has the following entries.


.tfs-ignore//from ww w. j  ava 2 s  .  c  o m
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
JohnWells for Windows.sln
JohnWells.ColladaDom/AltitudeMode.cs
JohnWells.ColladaDom/AltitudeTag.cs
JohnWells.ColladaDom/ArrayElementType.cs
JohnWells.ColladaDom/ArrayTag.cs
JohnWells.ColladaDom/AssetTag.cs
JohnWells.ColladaDom/ColladaDocument.cs
JohnWells.ColladaDom/ColladaVersion.cs
JohnWells.ColladaDom/ContributorTag.cs
JohnWells.ColladaDom/ControlVerticesTag.cs
JohnWells.ColladaDom/CoverageTag.cs
JohnWells.ColladaDom/ExtraTag.cs
JohnWells.ColladaDom/FloatArrayTag.cs
JohnWells.ColladaDom/GeographicLocationTag.cs
JohnWells.ColladaDom/GeometricElementType.cs
JohnWells.ColladaDom/GeometryTag.cs
JohnWells.ColladaDom/InstanceGeometryTag.cs
JohnWells.ColladaDom/IntArrayTag.cs
JohnWells.ColladaDom/JohnWells.ColladaDom.csproj
JohnWells.ColladaDom/MeshTag.cs
JohnWells.ColladaDom/Physics/AttachmentTag.cs
JohnWells.ColladaDom/Physics/BoxTag.cs
JohnWells.ColladaDom/Physics/CapsuleTag.cs
JohnWells.ColladaDom/Physics/ConvexMeshTag.cs
JohnWells.ColladaDom/Physics/CylinderTag.cs
JohnWells.ColladaDom/Physics/ForceFieldTag.cs
JohnWells.ColladaDom/Physics/GeometryType.cs
JohnWells.ColladaDom/Physics/InstanceForceFieldTag.cs
JohnWells.ColladaDom/Physics/InstancePhysicsMaterialTag.cs
JohnWells.ColladaDom/Physics/InstancePhysicsModelTag.cs
JohnWells.ColladaDom/Physics/InstancePhysicsSceneTag.cs
JohnWells.ColladaDom/Physics/InstanceRigidBodyConstraintTag.cs
JohnWells.ColladaDom/Physics/InstanceRigidBodyTag.cs
JohnWells.ColladaDom/Physics/LibraryForceFieldsTag.cs
JohnWells.ColladaDom/Physics/LibraryPhysicsMaterialsTag.cs
JohnWells.ColladaDom/Physics/LibraryPhysicsModelsTag.cs
JohnWells.ColladaDom/Physics/LibraryPhysicsScenesTag.cs
JohnWells.ColladaDom/Physics/MassFrameTag.cs
JohnWells.ColladaDom/Physics/MaterialType.cs
JohnWells.ColladaDom/Physics/PhysicsMaterialCommonTag.cs
JohnWells.ColladaDom/Physics/PhysicsMaterialTag.cs
JohnWells.ColladaDom/Physics/PhysicsModelTag.cs
JohnWells.ColladaDom/Physics/PhysicsSceneCommonTag.cs
JohnWells.ColladaDom/Physics/PhysicsSceneTag.cs
JohnWells.ColladaDom/Physics/PlaneTag.cs
JohnWells.ColladaDom/Physics/RefAttachmentTag.cs
JohnWells.ColladaDom/Physics/RigidBodyCommonTag.cs
JohnWells.ColladaDom/Physics/RigidBodyTag.cs
JohnWells.ColladaDom/Physics/RigidConstraintCommonTag.cs
JohnWells.ColladaDom/Physics/RigidConstraintTag.cs
JohnWells.ColladaDom/Physics/ShapeTag.cs
JohnWells.ColladaDom/Physics/SphereTag.cs
JohnWells.ColladaDom/Physics/TransformType.cs
JohnWells.ColladaDom/Properties/AssemblyInfo.cs
JohnWells.ColladaDom/SceneTag.cs
JohnWells.ColladaDom/ScopedIdTag.cs
JohnWells.ColladaDom/SourceCommonTag.cs
JohnWells.ColladaDom/SourceTag.cs
JohnWells.ColladaDom/SplineTag.cs
JohnWells.ColladaDom/TechniqueTag.cs
JohnWells.ColladaDom/UnitTag.cs
JohnWells.ColladaDom/UnsharedInputTag.cs
JohnWells.ColladaDom/UpAxis.cs
JohnWells.GameDynamics.Pipeline/ColladaImporter.cs
JohnWells.GameDynamics.Pipeline/ColladaProcessor.cs
JohnWells.GameDynamics.Pipeline/ColladaWriter.cs
JohnWells.GameDynamics.Pipeline/CompressedColladaImporter.cs
JohnWells.GameDynamics.Pipeline/Extensions.cs
JohnWells.GameDynamics.Pipeline/JohnWells.GameDynamics.Pipeline.csproj
JohnWells.GameDynamics.Pipeline/Properties/AssemblyInfo.cs
JohnWells.GameDynamics.TestGame/Content/BeachBall.x
JohnWells.GameDynamics.TestGame/Content/Content.contentproj
JohnWells.GameDynamics.TestGame/Content/Tahoma14.spritefont
JohnWells.GameDynamics.TestGame/Content/cube.fbx
JohnWells.GameDynamics.TestGame/Content/cube_xna.png
JohnWells.GameDynamics.TestGame/Content/simple.dae
JohnWells.GameDynamics.TestGame/JohnWells.GameDynamics.TestGame for Windows.csproj
JohnWells.GameDynamics.TestGame/MyGame.cs
JohnWells.GameDynamics.TestGame/Program.cs
JohnWells.GameDynamics.TestGame/Properties/AssemblyInfo.cs
JohnWells.GameDynamics.TestGame/Screens/BeachBallPileScreen.cs
JohnWells.GameDynamics.TestGame/Screens/BreakingWallScreen.cs
JohnWells.GameDynamics.TestGame/Screens/CDTestScreen.cs
JohnWells.GameDynamics.TestGame/Screens/DroppingBlocksScreen.cs
JohnWells.GameDynamics.TestGame/Screens/FallingBlockScreen.cs
JohnWells.GameDynamics.TestGame/Screens/ForceScreen.cs
JohnWells.GameDynamics.TestGame/Screens/GravityTestScreen.cs
JohnWells.GameDynamics.TestGame/Screens/NewtonsCradleScreen.cs
JohnWells.GameDynamics.TestGame/Screens/OpposingBallsScreen.cs
JohnWells.GameDynamics.TestGame/Screens/OpposingBoxesScreen.cs
JohnWells.GameDynamics.TestGame/Screens/PlaneConstraintScreen.cs
JohnWells.GameDynamics.TestGame/Screens/SelectionScreen.cs
JohnWells.GameDynamics.TestGame/TestScreen.cs
JohnWells.GameDynamics/Body.cs
JohnWells.GameDynamics/CD/Arbiter.Entry.cs
JohnWells.GameDynamics/CD/Arbiter.cs
JohnWells.GameDynamics/CD/BoxCollider.cs
JohnWells.GameDynamics/CD/Contact.cs
JohnWells.GameDynamics/CD/ICollider.cs
JohnWells.GameDynamics/CD/Mpr.cs
JohnWells.GameDynamics/CD/NoOp.cs
JohnWells.GameDynamics/CD/SphereCollider.cs
JohnWells.GameDynamics/CD/SupportMap.cs
JohnWells.GameDynamics/Constraints/DistanceConstraint.cs
JohnWells.GameDynamics/Constraints/IConstrained.cs
JohnWells.GameDynamics/Constraints/Penetration.cs
JohnWells.GameDynamics/Constraints/PlaneConstraint.cs
JohnWells.GameDynamics/Constraints/TetherConstraint.cs
JohnWells.GameDynamics/Geometries/Box.cs
JohnWells.GameDynamics/Geometries/ConvexHull.cs
JohnWells.GameDynamics/Geometries/Sphere.cs
JohnWells.GameDynamics/IBroadphase.cs
JohnWells.GameDynamics/Instrumentation.cs
JohnWells.GameDynamics/JohnWells.GameDynamics for Windows.csproj
JohnWells.GameDynamics/Material.cs
JohnWells.GameDynamics/Pipeline/Extensions.cs
JohnWells.GameDynamics/Pipeline/ResourceId.cs
JohnWells.GameDynamics/Pipeline/SimulationReader.cs
JohnWells.GameDynamics/Properties/AssemblyInfo.cs
JohnWells.GameDynamics/Sap.Enumerator.cs
JohnWells.GameDynamics/Sap.PairEnumerator.cs
JohnWells.GameDynamics/Sap.QueryEnumerator.cs
JohnWells.GameDynamics/Sap.Sorting.cs
JohnWells.GameDynamics/Sap.cs
JohnWells.GameDynamics/Simulation.cs
JohnWells.GameDynamics/Transform.cs
JohnWells.GameFx/GameScreen.cs
JohnWells.GameFx/JohnWells.GameFx for Windows.csproj
JohnWells.GameFx/Properties/AssemblyInfo.cs
JohnWells.GameFx/TransitionState.cs
License.txt

Download

Click the following link to download johnnylightbulb.zip.

johnnylightbulb.zip




















Home »
  C# Free Code »
    Game »




DirectX
Game
Minecraft
Warcraft
Xbox
XNA