Musings from the Peanut Gallery

My thoughts on Software Development, RVing, New Space and anything else I feel like commenting on.

Musings from the Peanut Gallery header image 4

Entries from January 2009

imGravityGame and more updates to imSimReal

January 17th, 2009 · No Comments

Started working on imGravityGame, a demonstration of the use of IMSRGravity in the imSimReal framework. I’m working on the flipSide where I start with a Picker to pick the body providing the gravitational attraction, such as a planet. In -initWithNibName:Bundle:, I load the IMSRGravity object.
gravity = [IMSRGravity alloc] init];
In -viewDidLoad:, I construct an NSArray using [...]

[Read more →]

Tags: imGravityGames

imSimReal Websites

January 11th, 2009 · No Comments

Today we got the imSimReal website uploaded so it is now live.
There are a few things left to update, including adding a link to it from the John Ahrens, LLC homepage. Most of these things will take place over the next day or two. Note the blog at imSimReal as well.

Technorati Tags:
imSimReal

[Read more →]

Tags: The Web · imSimReal

Documentation for imSimReal

January 1st, 2009 · No Comments

Today I managed to create documentation for the imSimReal classes using JavaDoc style and Doxygen. This creates a nice set of html documentation for the public class APIs. This will get added to the class hierarchy and become 0.1RC2 soon. I ultimately want to have a downloads page that contains dmgs that contain the complete [...]

[Read more →]

Tags: General