Poly Modding Framework
Poly is a mod framework for Factorio. It provides modules that simplify various aspects of modding Factorio, e.g., creating and managing custom GUIs.
Poly uses object-oriented programming for many of its features. For this, Poly provides a convenient class mechanism, that automatically handles setting and persisting objects’ metatables. It is recommended to familiarize yourself with Poly’s Class Mechanism before starting to use Poly’s modules.
Contents: