DenoC3Webview2 icon indicating copy to clipboard operation
DenoC3Webview2 copied to clipboard

Construct 3, DenoJS and Microsoft Edge WebView2

DenoC3Webview2

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:

There are 3 different versions of the same project:

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.

Webview only

Webview Only

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

Webview and Deno_Dir

Webview and Deno_Dir

It requires to have Deno already installed on your pc. You don't need an internet connection.

To launch click on "run.bat"

Webview and Deno

Webview and Deno

You don't need Deno. And You don't need any internet connection. Click on "run.exe" to launch.

Docs

I wrote a free article in Patreon about this project: