Page 1 of 1
Has anyone experimented with emscripten?
Posted: Sat Mar 14, 2015 11:59 pm
by gianmichele
Anyone tried emscripten with love? Might be a solution for html5/webgl.
.Gianmichele
Re: Has anyone experimented with emscripten?
Posted: Sun Mar 15, 2015 12:29 am
by s-ol
Punchdrunk is a much more viable solution. It runs the (precompiled) code in a browser lua VM and supplies hardware-accelerated canvas API bindings for the love functions, it doesn't get any better than that for JS (or does it?)
Re: Has anyone experimented with emscripten?
Posted: Sun Mar 15, 2015 12:38 am
by slime
SDL recently acquired an emscripten backend, which should make it easier to create a port of LÖVE to it. I don't know what else might be involved in doing that though.