Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaosddp/defold_with_js_uwp_test

show a rough way to export defold project to js uwp
https://github.com/chaosddp/defold_with_js_uwp_test

Last synced: about 2 months ago
JSON representation

show a rough way to export defold project to js uwp

Awesome Lists containing this project

README

        

to use js uwp project with defold html export, we need to modify the manifest file to avoid CSP error.

1. change the startup page: StartPage="ms-appx-web:///index.html". doing this will cause our app run in a "web context"
2. add following node to allow our script access windows runtime: