Entries Tagged as ''

John Ahrens, LLC Releases imSimReal 0.1RC1

John Ahrens, LLC reports releasing imSimReal 0.1 Release Candidate 1 for public use. imSimReal is a physics framework for realtime simulations, such as games and scientific and engineering applications. Release 0.1 contains two public classes.

IMSRGravity is a wrapper for managing the surface gravitational acceleration for celestial bodies. Version 0.1 contains Earth, Moon and Jupiter. Gravitational acceleration is in units of meters/second2.

IMSRPointObject represents a point mass. It maintains the object position, velocity and acceleration in three dimensions. Position elements are in units of meters. Velocity in meters/second and acceleration in meters/second2. Acceleration is negative towards the center of mass. (Gravity is a negative value).

You can find the source code in the github repository.