Windows

From ENIGMA
Jump to navigation Jump to search
The Official Logo of Windows

This article is about the Windows platform by Microsoft and developing and publishing games for it.

Although Linux is the preferred platform, ENIGMA works well with Windows, as with most operating systems, although development may lag behind as the primary developers are on Linux. Some of the primary differences between how ENIGMA behaves on Windows and other operating systems are its dependencies and the API libraries it uses for games. ENIGMA itself compiles into a DLL on Windows for calling as a library (e.g. from LateralGM) or command line usage. Due to the proprietary nature of most of the things on Windows, it can be difficult to develop for, especially while maintaining compatibility with our license.

Dependencies

  • Java Runtime Environment
  • MinGW Compiler

API Libraries