1

For J2ME I found a number of GUI frameworks like LWUIT, J2ME Polish, Twuik etc however,

I am looking out for a 2d Graphics Engine for the Java ME platform preferably lightweight < 50K, I came across TinyLine this supports reasonable features for a mobile device.

On similar lines do we have an open source or free 2d graphics engine, library or framework available.

tshepang
  • 12,111
  • 21
  • 91
  • 136
Kevin Boyd
  • 12,121
  • 28
  • 86
  • 128

1 Answers1

1

Perhaps you are looking for this? What libraries are available to help create 2D Java games for phones?

Community
  • 1
  • 1
Trimack
  • 4,153
  • 9
  • 44
  • 70
  • These are mostly tile based animations however I am looking for animations with lines, shapes, curves. Thanks. – Kevin Boyd Aug 17 '09 at 07:28