Skip to content

Latest commit

History

History

converter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Converter

The converter transforms the old and janky Genie Engine formats into new and shiny openage formats.

The major parts are implemented in Python 3. Where speed is important or external libraries are used, we use Cython.

Architecture

Architecture

This document gives you an overview of the paradigms used in the code.

Workflow

Workflow

Here you can find out about the workflow of a converter run and what happens in the individual stages of conversion.