{"id":16227664,"url":"https://github.com/el3um4s/denoc3webview2","last_synced_at":"2025-07-07T00:06:06.604Z","repository":{"id":94701017,"uuid":"339785308","full_name":"el3um4s/DenoC3Webview2","owner":"el3um4s","description":"Construct 3, DenoJS and Microsoft Edge WebView2","archived":false,"fork":false,"pushed_at":"2021-02-24T16:45:44.000Z","size":3094,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T02:51:13.268Z","etag":null,"topics":["construct","construct3","deno","experimental","offline","webview2"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/el3um4s.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["el3um4s"],"patreon":"el3um4s","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/el3um4s"]}},"created_at":"2021-02-17T16:27:52.000Z","updated_at":"2022-02-09T11:14:37.000Z","dependencies_parsed_at":"2023-04-27T04:45:17.438Z","dependency_job_id":null,"html_url":"https://github.com/el3um4s/DenoC3Webview2","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/el3um4s/DenoC3Webview2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el3um4s%2FDenoC3Webview2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el3um4s%2FDenoC3Webview2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el3um4s%2FDenoC3Webview2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el3um4s%2FDenoC3Webview2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/el3um4s","download_url":"https://codeload.github.com/el3um4s/DenoC3Webview2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el3um4s%2FDenoC3Webview2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263991444,"owners_count":23540665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["construct","construct3","deno","experimental","offline","webview2"],"created_at":"2024-10-10T12:53:29.308Z","updated_at":"2025-07-07T00:06:06.585Z","avatar_url":"https://github.com/el3um4s.png","language":"TypeScript","funding_links":["https://github.com/sponsors/el3um4s","https://patreon.com/el3um4s","https://www.paypal.me/el3um4s","https://www.patreon.com/posts/47942650"],"categories":[],"sub_categories":[],"readme":"# DenoC3Webview2\n_Construct 3, DenoJS and Microsoft Edge WebView2_\n\nThis is a very, very, very experimental project! I am trying to use [Deno](https://deno.land/), [Construct 3](https://www.construct.net/en) and [Microsoft Edge WebView2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/) together. This test computes arithmetic operations of random numbers. But to do this it uses two tools still in development:\n\n- [Experimental new lightwighy windows wrapper](https://www.construct.net/en/forum/construct-3/general-discussion-7/experimental-new-lightweight-158536#forumPost1035547) (Construct 3)\n- [Compiling Executables](https://deno.land/manual@master/tools/compiler) (Deno)\n\nThere are 3 different versions of the same project:\n\n- [Webview only](https://github.com/el3um4s/DenoC3Webview2/releases/download/v0.0.3/webview.zip) (662 KB)\n- [Webview and Deno_Dir](https://github.com/el3um4s/DenoC3Webview2/releases/download/v0.0.3/webview-and-deno_dir.zip)(1,11 MB)\n- [Webview and Deno](https://github.com/el3um4s/DenoC3Webview2/releases/download/v0.0.3/webview-and-denojs.zip)(8,34 MB)\n\n**This is only for Windows 64-bit!**\n\nProbably 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](https://developer.microsoft.com/en-us/microsoft-edge/webview2/).\n\n### Webview only\n\n![Webview Only](/assets/folder-webview-only.jpg)\n\nIt requires to have Deno already installed on the pc. You also need an internet connection to download the Deno modules.\n\nTo launch click on **\"run.bat\"** or from console/shell use:\n\n```\ndeno run --allow-run --allow-read --allow-net mod.ts\n```\n\nIt may be necessary to [force the download](https://deno.land/manual@v1.7.4/linking_to_external_code/reloading_modules#reloading-modules) of the necessary modules with:\n```\ndeno run --allow-run --allow-read --allow-net --reload mod.ts\n```\n\n### Webview and Deno_Dir\n\n![Webview and Deno_Dir](/assets/folder-webview-and-deno-dir.jpg)\n\nIt requires to have Deno already installed on your pc. You don't need an internet connection.\n\nTo launch click on **\"run.bat\"**\n\n### Webview and Deno\n\n![Webview and Deno](/assets/folder-webview-and-deno.jpg)\n\nYou don't need Deno. And You don't need any internet connection. Click on **\"run.exe\"** to launch.\n\n### Docs\n\nI wrote a free article in Patreon about this project:\n\n- [Deno, C3 \u0026 WebView](https://www.patreon.com/posts/47942650)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fel3um4s%2Fdenoc3webview2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fel3um4s%2Fdenoc3webview2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fel3um4s%2Fdenoc3webview2/lists"}