jtransc / gdx-backend-jtransc

GDX backend for JTransc: targeting every platform lime supports (html5, windows, linux, mac, android, ios...) (flash is wip) (consoles + unity likely to be supported in the future)
23 stars 6 forks source link

Support new plain javascript target #22

Closed soywiz closed 8 years ago

soywiz commented 8 years ago

https://github.com/jtransc/jtransc/issues/52

Redirect opengl calls to webgl directly instead of lime. That will open some optimization opportunities. Also compilation times are lightning fast.

Required for: https://github.com/jtransc/jtransc/milestones/0.3.0

soywiz commented 8 years ago

Ok. So I have finished using the new javascript target. And I have integrated it with electron. So electron is installed when required and using redirecting output to the console :)

new_pure_js_target_with_electron_integration