-
Notifications
You must be signed in to change notification settings - Fork 1
Home
James Groom edited this page May 20, 2020
·
9 revisions
This wiki was created to showcase community-made 'external tools' made for EmuHawk (the BizHawk project's multi-system emulator).
Using ApiHawk, BizHawk's first and only API, anyone can create a tool for controlling or automating EmuHawk. If you've downloaded or written a Lua script, you'll be familiar with the functionality provided in ApiHawk. The Lua API combines ApiHawk with a Lua ⟺ .NET translation layer, and extra libraries to fill in some of the gaps in Lua's stdlib. By giving up the convenience of Lua scripts and instead writing an external tool, you gain access to the power of .NET libraries. The specifics of what makes a .NET assembly into an external tool will be covered in the tutorials on this wiki.
TODO