Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.31 KB

FrankenDrift

Build status

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.)

Prerequisites

Windows, macOS

All dependencies are in the download.

Linux

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.)

Known limitations

The following features are known not to work:

  • in-line graphics (graphics always display in a separate window)
  • sound
  • the automatic map

License

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)