bladecoder-adventure-engine icon indicating copy to clipboard operation
bladecoder-adventure-engine copied to clipboard

Export to HTML fails

Open FRANK-AND-FREE opened this issue 10 years ago • 4 comments

Hi Rafael,

today I tried to export a prototypical game made with your editor to HTML using "gradlw html:dist" and it failed probably due to some missing link to the bladecoder engine's source code. GWT needs access to the source code to be able to compile things to JavaScript. Unfortunately I don't really know my way around gradle so I can't actually point out where to add the reference to the engine's source code in the gralde files (or maybe you need to add some things to the GwtDefinition.gwt.xml files of the html project or your engine project). For my own game's export to HTML (http://hungryarchie.com) I was using the Eclipse IDE to export it to HTML.

I tried the export with your Goddess Robbery demo game, too, and it fails the same way (see screenshot). I really hope it's not a problem with my system, but currently I don't really think so.

Greetings from Germany, Frank

bladecoder-engine-html-export-fails

FRANK-AND-FREE avatar Jul 02 '15 08:07 FRANK-AND-FREE

Hi Frank,

Currently only desktop, android and IOS are working properly. HTML needs some work.

The main problem with HTML is that freetype library is not supported. We need to make the use of this library optional, but this require some time and until the v1.0 release it is low priority for me.

Regards,

Rafael.

bladecoder avatar Jul 03 '15 16:07 bladecoder

Congrats to the release of version 1.0. Impressive how consistently you are working on this project, Keep up the great work.

cough HTML export (maybe by adding fallback bitmap based font) cough ;-)

Greetings from Germany, Frank

FRANK-AND-FREE avatar Oct 13 '16 07:10 FRANK-AND-FREE

Yes, still a pending task... I don't see it working this year at least someone helps me...I have to release a game and then add LUA and Ink support...and maybe next...

bladecoder avatar Oct 13 '16 11:10 bladecoder

I fallowed the development process of this engine for a while now. You are doing great work and steady progress. Lua support sounds legit!

geekhunger avatar Oct 13 '16 18:10 geekhunger