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.
This document gives you an overview of the paradigms used in the code.
Here you can find out about the workflow of a converter run and what happens in the individual stages of conversion.