-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export to HTML fails #5
Comments
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. |
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, |
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... |
I fallowed the development process of this engine for a while now. You are doing great work and steady progress. Lua support sounds legit! |
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
The text was updated successfully, but these errors were encountered: