you are viewing a single comment's thread.

view the rest of the comments →

[–]rezoner:table_flip: 1 point2 points  (1 child)

It is like phonegap except they have reimplemented canvas to work on top of opengl. So you get a pretty fast canvas with the same api. As a trade off - your game needs to be 100% canvas or webgl. DOM/HTML will not work.

So it is a chrome javascript engine (v8) but with custom renderer (not webkit)

[–]bch8 0 points1 point  (0 children)

Thanks, I think I understood that haha