aboutsummaryrefslogtreecommitdiff
path: root/harness/tools
Commit message (Collapse)AuthorAge
* better surface handlingJosh Rahm2024-02-22
|
* Fix plugin interface generation errosJosh Rahm2024-02-21
|
* Do most of keyboard handling in the plugin now.Josh Rahm2024-02-21
|
* Framework for plugin to call into harness.Josh Rahm2024-02-14
| | | | | | This is done by passing an interface to the plugin from the harness. The plugin can then request the harness do some things (such as reload), and the harness will do that.
* WIP: Working on the foreign interface.Josh Rahm2024-02-13
|
* Change up a lot of stuff.Josh Rahm2024-02-11
Add more functions to the plugin interface and write some generators to generate an interface header file and the plugin's loading code.