aerys / minko

3D framework for web, desktop and mobile devices.
http://minko.io
Other
904 stars 210 forks source link

Using a webserver in the compiled application for an html overlay #263

Open smirki opened 6 years ago

smirki commented 6 years ago

How should I go about making localhost-ish web-server environment for the html overlay? The docs (https://github.com/aerys/minko/blob/master/doc/tutorial/Targeting_HTML5.md) lead me to believe if I just host the files normally outside of the application, there would be no issue. (And build_html5.bat doesn't exist)

Development is on Windows, just trying to run THREE.js on html overlay, it needs textures and etc which Chrome and other major browsers block because CORS policy.