<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Rigs of Rods - Vehicle simulator based on soft-body physics</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/coding4fun/blog/Rigs-of-Rods-Vehicle-simulator-based-on-soft-body-physics/RSS"></atom:link>
	<image>
		<url>http://files.channel9.msdn.com/thumbnail/61f251c0-d982-4842-b038-45fdec073a9a.png</url>
		<title>Channel 9 - Rigs of Rods - Vehicle simulator based on soft-body physics</title>
		<link></link>
	</image>
	<description>Today&#39;s wild Wednesday project is one that&#39;s a little hard to characterize yet is just pretty darn cool. Who doesn&#39;t want to build trucks, planes, ships, then drive and even crash them? Rigs of RodsRigs of Rods is an open source vehicle simulator licensed under the GNU General Public License version 3. What makes Rigs of Rods different to most simulators is its unique soft-body physics: vehicles, machines, objects, etc. are simulated in real-time as flexible soft-body objects, giving the simulation an extremely accurate behavior which entirely depends on the physical construction of the vehicles or objects you create. FeaturesSoft-body physics. Objects according to their weight distribution, construction, and/or suspension (in the case of vehicles). Advanced flight model based on blade element theory. It allows the accurate simulation of any airplane, based entirely on its physical dimensions and wing airfoils, similar to X-Plane. Accurate buoyancy model based on elemental pressure gradients, enabling boats with complex hulls to move realistically in the swell. Basic support for dual-core processing. More multithreading and CUDA support is planned. Basic support for scripting using AngelScript. Based on the OGRE Graphics Engine.   What is RoR? (from the Doc/Things you can do in Rigs of Rods.pdf) Rigs of Rods is a realistic multi-simulator. Primarily a truck simulator, it can also simulate cars, cranes, airplanes, boats, bridges, and any arbitrary construction. Vehicles chassis and wheels are simulated in real-time as flexible objects, giving the simulation an extremely accurate behavior, while allowing the vehicles to be simply specified structurally. Gameplay is emergent and takes place in a virtual 9km&#178; sandbox environment. Rigs of Rods is a two-year, one man hobby project, still ongoing.       While there&#39;s binaries you can get to play with this, it wouldn&#39;t be Coding4Fun post if we didn&#39;t look at the source behind those binaries. Compiling Sources under WindowsYou can download and compile the Rigs of Rods sources completely with tools that are available for free. Contents1 Required Software 2 Setting up the environment 3 Getting the source code from sourceforge 4 Using CMake 5 Compiling the source code 6 Troubleshooting This page does an outstanding job of walking you through getting the tools, source and getting it to compile. Following along I was able to get it to compile with no problems.  Given the size of this project it will take a number of minutes to compile... If all you want to do is play and build something, make sure you check out the RoR Book which is a very in-depth guide for creating vehicles; RoRBook/Introduction What is a truck in RoR. What are beams, nodes and stuff. Also, where to look for errors RoRBook/Setup a working environment Requirements for creating trucks: (notepad, setup working environment) Land-based Vehicles and BasicsRoRBook/Basic Truck Requirements - Basic requirements for getting the game to accept a truck. RoRBook/First beams and nodes - The basics of creating a truck for RoR. RoRBook/Rigidity RoRBook/Wheels RoRBook/Engine RoRBook/Suspension RoRBook/Steering RoRBook/Commands RoRBook/Hooks RoRBook/Submeshes RoRBook/Flares RoRBook/Props - A tutorial on how to get a basic prop working on your truck/load. RoRBook/Set_beam_defaults RoRBook/Cinecam/Cameras RoRBook/Details (exhausts, custom dashboard, etc) Objects and TexturingRoRBook/MeshesRoRBook/Meshes/Tools RoRBook/Meshes/Basic rules RoRBook/Materials RoRBook/Flexbodies - An introduction to flexbodies and how to get them working properly. Aircraft and Winged VehiclesRoRBook/Simple airplane body construction RoRBook/Wings RoRBook/Fusedrag RoRBook/Airplane enginesRoRBook/Propeller engines RoRBook/Jetengines Nautical Vehicles and BoatsRoRBook/Simple boat body construction Building a boat with a functional hull RoRBook/Boat engines Packaging Guides on how to properly package your vehicle for upload to the repository. Sections. </description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 04:03:16 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 04:03:16 GMT</lastBuildDate>
	<generator>Rev9</generator>
</channel>
</rss>