I have few games that I wrote in B4A, i got request to run them on windows, so i thought B4J
is there easy way to convert b4a project to b4j?
What about b4a libraries that I use such as:
Audio
Animation
XUI
SD_XUIView
Do I have it also in B4J?
Any special things I need to consider?
Thanks
This is a game framework for B4J that includes many features of advanced game frameworks like libGDX but is designed to be as simple to use as possible. It can be used for games of course, but also for animations, slideshows, paint program, etc. It is more complete than the Canvas library. This...
XUI2D is a wrapper for jbox2d engine: https://github.com/jbox2d/jbox2d License: https://github.com/jbox2d/jbox2d/blob/master/LICENSE iXUI2D is a wrapper for Box2D: http://box2d.org/ XUI2D and iXUI2D share the same API and together with BitmapCreator, XUI library and the X2 library they allow to...