Construct can export your project as a traditional desktop app with NW.Js , which is basically a standalone version of the Google Chrome browser. In other words...
In our tutorial Distributing Desktop Apps we discussed a method that allowed you to repackage your desktop game export into a single executable file, without re...
Exporting your game as a Windows desktop app is simple in Construct. However you don't get a single file exported. What you actually get is a directory containi...
Construct can export your project as a Windows desktop app using Microsoft Edge WebView2 . This is basically a copy of the Microsoft Edge browser engine that is...
Construct provides two export options for both Windows and macOS. The NW.Js export option can provide Windows and macOS desktop apps. There are also lightweight...
Construct can export your project as a macOS desktop app using WKWebView . This is basically a version of the Safari browser engine that is built in to macOS. I...
Construct can export your project as a Linux desktop app based on the Chromium Embedded Framework. This is basically a copy of the Chrome browser engine (Chromi...