Page 1 of 1

iOS and HTML5

Posted: Sun Feb 17, 2013 12:36 pm
by SessionC
Hello everyone.

First time in forum and in fact first time I come across zGameEditor. Having looked for similar software for years (GameMaker, Multimedia Fusion etc), I am amazed I never came across this before and I am really looking forward to finding out more.

I registered on the forum primarily to ask about HTML5 and iOS support. Those are such obvious questions that on the first page of the forum I found the same questions. The December post on iOS hasn't had an update yet so I hope it's ok bumping the subject.

I am off to download ZGE and read some docs. Thank you for your answers.

Re: iOS and HTML5

Posted: Sun Feb 17, 2013 1:09 pm
by Kjell
Hi SessionC,
SessionC wrote:I registered on the forum primarily to ask about HTML5 and iOS support.
Since Android is already supported, adding iOS is pretty trivial .. therefore i would expect that at some point. A HTML5 port however is a significant amount of work as that basically requires the entire engine to be rewritten in Javascript.

ZGameEditor is open-source though .. so in theory anyone could port it to whatever they want.

Welcome to the club ~
K

Posted: Sun Feb 17, 2013 1:26 pm
by SessionC
Thanks a lot Kjell. I have a lot to learn before I can produce anything with ZGE, let alone port it to iOS, but it's good to know.

HTNL5 support with emscripten?

Posted: Fri Feb 06, 2015 4:13 pm
by StevenM
A HTML5 port however is a significant amount of work as that basically requires the entire engine to be rewritten in Javascript.

ZGameEditor is open-source though .. so in theory anyone could port it to whatever they want.
HTML5 support would be very cool. Unreal engine uses emscripten for HTML5 Export. I know nothing about compilers - so just wondering, could emscripten be used by ZGE to support HTML5 as well?

Re: HTNL5 support with emscripten?

Posted: Fri Feb 06, 2015 4:28 pm
by Kjell
Hi StevenM,
StevenM wrote:could emscripten be used by ZGE to support HTML5 as well?
Nope.

Also, keep in mind that only projects that use modern OpenGL ( ES2 / GL3 ) would work with HTML5 + WebGL.

K

Posted: Tue Feb 10, 2015 12:16 pm
by VilleK
There have been several examples of native compilers generating javascript output thanks to the introduction of asm.js and similar tech.

To make ZGE work in javascript requires that either Delphi or Freepascal makes a compiler back-end support for Javascript. A few years ago I would say this could never happen, but now I'm pretty sure it will at some point, at least with Freepascal.