EG-Overlay

EG-Overlay#

EG-Overlay is yet another overlay for GuildWars 2. It is designed to be lightweight and ‘out of the way’ as possible from both a resources and module author point of view. The core is written in Rust and everything else is Lua. Modules can be written purely in Lua, or Lua C/Rust modules can also be used.

User Guide#

Development#

EG-Overlay provides a Lua environment for customization and extension. Modules are Lua modules/packages that are loaded into this environment and use the API detailed below.