Skip to content
zetaepyon edited this page Jun 29, 2018 · 14 revisions

Windower 5 Development Wiki

This wiki is intended for Windower 5 addon developers.

It provides developer-focused background information, and an overview of the API that developers can use to write addons and to contribute to library/service development.

Getting Started

Before starting to develop Lua packages for Windower 5, familiarize yourself with the architectural changes and basic operational information:

  • Background and Architecture
    Information about the Windower 5 core design and how it differs from Windower 4.

  • Default File Locations
    Details about where Windower 5 stores and looks for various types of data, such as profile data, initialization scripts, and Lua packages.

  • Code Standards and Guidelines
    For packages submitted to this official package repository, please try to adhere to the general standards and guidelines. In general, these are mandatory for libraries and services, and recommended for addons.

Clone this wiki locally