Source Code Documentation

This is the internal documentation for the Periapsis code base, including utilities, libraries and various application programs.

The Sourceforge project page is here

.
Support This Project SourceForge.net Logo

What is Periapsis?

The Periapsis program is a general-purpose spaceflight simulator.

You'll notice that the code re-invents a lot of wheels; this is because it has been my personal learning project for several years, and I wanted to do everything myself.

Currently it only builds on Windows, using Visual Studio 2005 (see PlatformDevelopment).

Please see the Tracker for a list of tasks that you can help with.

Organization

The code consists of several loosely-coupled modules:

Start with periapsis::periapsis_app to see how the game is set up. Follow that to gsgl::framework::application, which contains the framework of the application. gsgl::scenegraph::simulation contains the main simulation loop.

If you want to see a simple spaceship model, uncomment the section of code in gsgl::scenegraph::simulation::simulation() that mentions the spaceship.

License

Copyright (c) 2008, The Periapsis Project. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


Generated on Sun Mar 2 10:40:05 2008 for Periapsis Project by  doxygen 1.5.5