GW Host Tools GUI.
gWeazleGUI is a graphical user interface for the grease weazle device.
- Support for Windows (Ubuntu will be soon)
- Easy to use single window interface
- Disk definition config file builder / modifier
- Access to all the command line options available in gw host tools
- Retain setting in an XML file to reuse later
To install gWeazleGUI, copy the binary to desired path.
- Grease Weazle Host Tools v1.12 or greater is required.
Doubleclick the executable and enter the path to your gw host tools. GW Host Tools can be unzipped to any directory for use.
If gWeazleGUI does not automatically ask you for the gw tools path, click options (the cog wheel) and input them.
TBD.
If gWeazleGUI does not automatically ask you for the gw tools path, click options (the cog wheel) and input them.
Single window graphic user interface that you can use like the command prompt host tools. You execute the command after configuring the command details from the window.
To build the application from source code, install Visual Studio (Windows) or MonoDevelop (Linux).
- Git
- Visual Studio
- .NET 4.7.2 (Visual Studio)
Locate your repos directory (e.g. C:\Users<user>\source\repos)
cd C:\Users\<user>\source\repos
git clone https://github.com/Akutra/gWeazleGUI.git
Open the csproj file in Visual Studio from the repo (e.g. C:\Users<user>\source\repos\gWeasleGUI\gWeasleGUI.csproj Compile for x64 Release.
You can now run the built app.
To Be Determined.