-
Notifications
You must be signed in to change notification settings - Fork 50
Overview
Kuriimu.exe is the main executable and displays the menu at launch.
The menu is a simple three button menu that allows you to launch the Editor, Extensions and also Director.
The Kuriimu Editor is the star of the show. It loads both file_ and game_ plugins for use while loading files and handling control codes and previews for games.
The extension select menu is displayed when you click Extensions. This menu loads the ext_ plugins and allows you to run them.
Director is a small pointer utility I wrote to assist myself in finding pointers in binary files. Now that I'm writing this, it really should just be an extension plugin.
KuriimuContract.dll is the interface library that allows Kuriimu.exe to communicate with the various plugins. It also sports a few convenient tools that both the Editor and plugins can leverage.