Table of contents
This is work in progress!
Introduction
This is the source code documentation page for OpenKore.If you're new to OpenKore development, please read the OpenKore Development Introduction Guide.
Quick source code overview (not finished)
- Initialization & main loop
- Network subsystem overview
- AI ("Artificial Intelligence")
- Important global variables
Special guides
Modules (not everything is documented)
Independent utility modules
These utility modules are generic can be used independently from OpenKore.The Wx interface
OpenKore has a graphical user interface written with WxWidgets. In short, it's called the Wx interface. It uses many custom controls. Here's a list of some of the documented custom controls.