Construct 3, DenoJS and Microsoft Edge WebView2
This is a very, very, very experimental project! I am trying to use Deno, Construct 3 and Microsoft Edge WebView2 together. This test computes arithmetic operations of random numbers. But to do this it uses two tools still in development:
- Experimental new lightwighy windows wrapper (Construct 3)
- Compiling Executables (Deno)
There are 3 different versions of the same project:
- Webview only (662 KB)
- Webview and Deno_Dir(1,11 MB)
- Webview and Deno(8,34 MB)
This is only for Windows 64-bit!
Probably the first time it may be necessary to install "Microsoft Edge WebView2" on your pc. If you are connected to the internet this will happen automatically. Otherwise, you can download and install it manually from Microsoft.
It requires to have Deno already installed on the pc. You also need an internet connection to download the Deno modules.
To launch click on "run.bat" or from console/shell use:
deno run --allow-run --allow-read --allow-net mod.ts
It may be necessary to force the download of the necessary modules with:
deno run --allow-run --allow-read --allow-net --reload mod.ts
It requires to have Deno already installed on your pc. You don't need an internet connection.
To launch click on "run.bat"
You don't need Deno. And You don't need any internet connection. Click on "run.exe" to launch.
I wrote a free article in Patreon about this project: