flambe

Flambe HTML Compile Issue

半世苍凉 提交于 2019-12-11 11:48:38
问题 I have just started with Haxe/Flambe, but I seem to have a problem compiling to HTML. From what I can tell it's an internal problem. It compiles to Flash just fine. Here's my console output C:\Users\UserName\Dropbox\Projects\Project\Game>flambe build --debug html Building: build/web haxe -main game.Main -lib flambe -cp src -dce full -debug --no-opt --no-inline -D html -D js-es5 -D js-flatten --macro flambe.platform.ManifestBuilder.use("build/web/assets") -D source-map-content -js build/web

How to properly install and set up Flambe?

纵然是瞬间 提交于 2019-12-11 02:58:19
问题 I have followed the instructions here, created a new project and tried to run it but all I got was a black web page. I'm not sure if the build command worked properly (I've never done it before). Then I tried downgrading haxe to 3.1.3 and reinstall Flambe, like mentioned here. I still get a black page when trying to run the project. Here is the result of using the build command in console (after the downgrade): Building: build/web haxe -main urgame.Main -lib flambe -cp src -dce full -debug -