A cross-platform frontend for the ADRIFT Runner, built on the Eto.Forms library. (Work in progress -- until I get around to writing a more complete readme file, see this IntFiction forum thread.)
All dependencies are in the download.
You will need to install the .NET 6 Runtime from Microsoft.
(Versions prior to 0.3.0 use the .NET 5 runtime instead, and require the libgdiplus
package for graphics.)
The following features are known not to work:
- in-line graphics (graphics always display in a separate window)
- sound
- the automatic map
The frontend (FrankenDrift.Runner) and compatibility glue (FrankenDrift.Glue) are © 2021-22 Adrian Welcker and distributed under the MIT license (see LICENSE). The ADRIFT logic code (FrankenDrift.Adrift) is © Campbell Wild and distributed under a 3-clause BSD license (see FrankenDrift.Adrift/LICENSE.txt)