Archive

Posts Tagged ‘3d’

Project First: Space Race Simulator Project

June 1st, 2009

I loved Buzz Aldrin’s Race into space when I first played it several years ago. The things I wish I could change about that simulator are the things I am attempting to put into my own idea of a space race hot seat simulator. For example in BARIS, launches played the same videos over and over again, in a modern sim, there is no reason why these launches could not be dynamically simulated based on the current tech level. Even on a modest computer, using modern graphics techniques, it should be possible to create a compelling sim with dynamically generated and simulated mission launches. I am testing this concept with my Project First, I want to see how cool of a Space Race launch I can simulate with XNA.

I have started with a simple goal for now, model the crafts and locations to dynamically generate the Explorer I mission, not necessarily to real life spec. But to a decently realistic and good looking level of detail. To this end, I am working on modelling the Jupiter-C launch vehicle :) using correct dimensions weights etc. I will use this to create a pretty basic simulation in XNA and build on it adding stuff like the engine sounds I am also working on :) Here is a preview of some of the stuff I have coming :)

Audio:
The audio was created in Audacity using a high pressure cigarette lighter as the base sound, then I pretty much massaged it down a bit to get a nice roar. The start just uses reverb and amplitude changes to give the feeling of that initial surge at rocket startup. Pretty simple sounds to create so far. Kinda fun to be playing with audio again :) .
Engine Start
Engine Run

Images:

Jupiter-C RocketDyne Booster Tail Section

Jupiter-C RocketDyne Booster Tail Section

For fellow BARIS lovers, the game has been open-sourced and can be found here

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)

Code , , , , , , , , , , , , , , ,

Tools of the Trade

December 2nd, 2008

The last two weeks off work have been a very creative time for me. I have been playing around with a few tools that I can see making garage/one man game development easier. Before last week, I was very much into Irrlicht and Newton, but this all has changed. My toolbelt has been helped out quite a bit by changing perspectives. My new tools of choice jME (the jMonkey Engine), jME physics, Blender and MakeHuman.

 

JMonkey and JME physicis are pretty cool tools, for Java. The game/graphics engine is very well featured and the physics engine seems to be the same. They use jinput and LWJGL and provide very simple and useable starting points for creating games. I very much like both of these projects. C++ will always be the king of speed but Java doesn’t do that badly anymore.

 

Since I have been weaned from the high cost 3DSMAX and Poser, I have been using Blender. Blender has served me very well, it is an excellent tool. It provides functionality that you would otherwise have to pay high prices for. The place I have lacked here is in my ability to create good looking humanoids. Enter MakeHuman, this tool may not be as deep as Poser is but I really like the models it produces. The project seems to be heading towards a good place and I like it alot.

 

These tools are ecellent, and I have played with them quite a bit in the last two weeks. I am looking forward to finishing my demo now. 

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)

Code , , , ,