Main Page
From Ratwiki
J2Menace is a collection of open source libraries and apllications for mobile phones, written in j2me and released under the Apache License V 2.0.
Applications
The applications currently consist of the following packages:
| Package | Description |
|---|---|
| Asteroid Belt | An implementation of the classic Atari game Asteroids in J2ME |
| Frog Escape | An implementation of the classic Konami game Frogger in J2ME |
| MegaBlock | An implementation of the classic game Tetris in J2ME |
Libraries
The libraries currently consist of the following packages:
| Package | Description |
|---|---|
| GeometryVectored2D | A vector-based 2D geometry library consisting of a vector class and various 2D shapes with intersection routines for collision detection. |
| MicroArrayUtils | A library for dealing with common array tasks which are absent from J2ME |
| MicroStringUtils | A library for dealing with common string tasks which are absent from J2ME |
| SimpleDb | An adapter for the J2ME RecordStore classes which vastly simplifies persisting and retrieving key/value pairs as records. |
| MicroSound | A library which simplifies playing sounds on in J2ME devices |
| ImageString | A library for rendering text based on font images |
| Vibrator | A very simple library which acts as adapter around the MIDP2 Display.vibrate() method |
| ThreadedCanvases | A library containing threaded Canvas / GameCanvas classes for easily implementing game loops. |
| SelectSlider | A library providing a simple sliding menu component |