Difference between revisions of "Documentation"

From Sirikata Wiki
Jump to navigation Jump to search
(Add debugging minidumps link)
Line 15: Line 15:
 
* [[CDN Transfer Layer]] describes the new interface for accessing files from the CDN
 
* [[CDN Transfer Layer]] describes the new interface for accessing files from the CDN
 
* [[Debugging Minidumps on Windows]] talks about how to take crash reports and debug them in Visual Studio.
 
* [[Debugging Minidumps on Windows]] talks about how to take crash reports and debug them in Visual Studio.
 +
* [[Debugging Memory Issues]] talks about how to look for leaks and do heap profiling.
  
 
== Getting Involved ==
 
== Getting Involved ==

Revision as of 16:41, 3 August 2011

Guides

The primary source for documentation should be the official guides (application developer guide, world developer guide, and platform developer guide). If you want to contribute back to these, check out the documentation repository.

Learning the System

  • Architecture gives a high level overview of Sirikata's architecture. Only the highest level components are described, making this the best place to start.
  • Protocol describes our current wire protocol. This is subject to change.
  • Type Systems describes the types we want our serialization format to natively support to minimize the amount of tedious work platform developers and end-user scripters need to do to exchange data.

Source Code

  • Source Code describes the infrastructure related to our source code. This describes both how to get and build the code, as well as how developers can work with our infrastructure to add new source code.
  • Subsystems describes how the Architecture is broken down to smaller components and how they map to our source code repository.
  • Coding Standards is a description of how to keep our source code consistent and readable.
  • Doxygen Documentation generated nightly from the Git repository gives low level documentation about the components that make up Sirikata.
  • Dependencies are libraries Sirikata builds on. The libraries and their uses are described, followed by suggestions on how to get the necessary dependencies running on a new platform when porting Sirikata.
  • CDN Transfer Layer describes the new interface for accessing files from the CDN
  • Debugging Minidumps on Windows talks about how to take crash reports and debug them in Visual Studio.
  • Debugging Memory Issues talks about how to look for leaks and do heap profiling.

Getting Involved

  • Coding Projects describes some ideas for projects a new developer might be interested in working on and that core developers believe would be feasible within the current system. These are just ideas and new developers should not, of course, limit themselves to these options.

Plugins

Working with Sirikata

  • Video Capture describes current best practices for collecting video captures from Sirikata.

Other

  • Developer Preview is our system prototype from December 2008. This system is now completely out of date and likely only useful for reference and historical purposes.
  • CDN Cassandra Schema