Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hugin source code documentation

Introduction

The code is divided in a platform and toolkit independent (mostly) abstraction of a panorama, PT::Panorama and a wxwindows GUI. For more details see Introduction to Hugin's source code

Building

Hugin builds with Cmake (http://cmake.org/):

  cmake .
  make
  make install

For a more detailed description see corresponding entries in wiki:

The project's directory structure:

The hugin_base directory contains further sub-directories:

The hugin1 directory contains the libs and programs which depends on wxWidgets:

The coding style for Hugin is described at: http://hugin.sourceforge.net/community/coding_style/