This repository contains the source code to the Ashita v4 plugin, thirdparty.
thirdparty is a plugin for Ashita v4 that enables third-party external applications to communicate with Ashita and the game client. This plugin implements three interfaces that are designed around the way the WindowerHelper
library is constructed, allowing applications designed for Windower (and Ashita) to work with Ashita.
The three interfaces this implements are:
- Console - Allows external applications to send commands to Ashita.
- Keyboard - Allows external applications to send keyboard input to Ashita.
- Text - Allows external applications to send font/text object settings to Ashita.
This plugin implements the expected interfaces used by: https://github.com/Windower/Helper
thirdparty is licensed under GNU GPL v3.