eliascreate Posted December 28, 2015 Share Posted December 28, 2015 Is it possible to develop in Java but compile it to javascript with pixi js?Say i develop in Java and bind it so that when I compile it compiles to javascript with pixi js, in a way I want.How to do it? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted December 28, 2015 Share Posted December 28, 2015 Yes, of course. Make JSNI bindings for Google Web Toolkit. That's how gameofbombs.com works, though I didnt move to pixi yet. Whenever you use some class or method dont forget to add it to your JSNI stuff. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.