W3DGL - This library (distributed as .java file) combines the essential features of mobile 3D graphics in a very small engine so searching standard features in the huge API is obsolete. You create Triangles and Quads, which only require three (four) vectors and an image object (for texturing) as arguments, and add them to an instance of Engine. Later the objects can be moved and rotated by calling methods of the objects added to the engine. The W3DGL API is fully compatible to the API of 3Dlib2009GL. But there are different ways to add the Canvas to the main frame or MIDlet. 3Dlib2009GL and W3DGL include example files which show how to use the Engine in mobile or application contexts (see TestGL.java). The older version W3D2009 had an Overlay-Polygon-Concept without real textures and is not compatible with W3DGL. W3D2009 does not need advanced graphics hardware, the newer version needs OpenGL and MIDP2.1.
Like it? Share with your friends!
Requirements:· MIDP 2.0, CLDC 1.1
· OpenGL
Supported operating systems:
Java ME, Java Nokia 240x320, Java SE 240x320
Similar Software:
AlgoMo (Algolight Mobile) Algolight is a programming language that can be used to implement simple mathematical algorithms that operate on variables, vectors and matrices, and includes controls for loops, while loops and if / else structures. The program can also be used as a simple calculator, it supports some trigonometric functions, roots, and logical expressions and relation symbols
MIDPDebugger J2ME MIDlet for discovering the mobile device's bugs and features
MID4th MID4th - MID4th is an adaptation of WebForth for mobile devices. Program in Forth and time warp back to the eighties. The system supports persistent block sets, and it is possible to develop on the device itself. I have added some features for text entry to help with limited keyboard handling within MIDP-2.0
Cibyl 20 Cibyl is a programming environment and binary translator that allows compiled C programs to execute on J2ME-capable phones. Cibyl uses GCC to compile the C programs to MIPS binaries, and these are then recompiled into Java bytecode. Cibyl programs are regular compiled Java programs, and Cibyl therefore performs relatively well
db4o db4o - db4o is the open source object database that enables Java and .NET developers to slash development time and costs and achieve unprecedented levels of performance
UnicodeMidlet UnicodeMidlet provides a user interface for browsing all of the unicode characters on Java ME phones
Kuix Kuix is an extensible and fully customizable JavaME UI framework that enables high end application development.
Wide devices compatibility
From the beginning, maximizing compatibility level has lead the development of Kuix and it results today in a wide range of supported devices. Basically, Kuix is compliant with CLDC 1.0 and MIDP 2.0
Java Programming Java - "An object-oriented programming language (OOPs) developed by Sun Microsystems in the year 1990. All Java apps run using small and compact pieces of code"...
read more FREE articles with this web app
Mobile BASIC Mobile BASIC - Mobile BASIC is a BASIC interpreter for J2ME based Mobile Phones. It uses no special extensions and should be compatible with all J2ME mobile phones. BASIC program can be either created directly on the mobile or, for registered customers, using our web-site based development environment
Darkworld Mobile Darkworld Mobile is a 2D arcade game for JAVA mobile phones where you have to destroy 150 enemies of three types
Towers3D (Java) Towers3D is a chess game for two players who automatically exchange their moves via email
RoboFight2D RoboFight is a 3D game for mobile phones. The Pyramid in the center as a pawn to the other Pyramids are shot. After victory or defeat stop the game and must be restarted. The treasury Balls are black. Distortions in the X-axis disturb anything
Xsquare Mobile Xsquare Mobile - Mission22 is an arcade game for mobile phones. Between the walls, the character can only move in diagonal directions, which makes the game complicated. Mission22 based on the old Astro Solutions Mission21 game for DOS.
Xsquare Mobile differs little from Mission22, but has new graphics and levels
XRace Mobile XRace Mobile is a small 2D space race game, where the track is 4000 pixels long. The track and the spaceships can be edited by the users, if they rename XRace.jar into a zip archive, edit the png images and rename the zip archive into XRace.jar again. You record your races and play against yourself by choosing an old race
mZulu The ZuluCity MIDlet is a stock trading game. You can trade with virtual stocks without loosing real money. As you start you receive 1000 ZuluDollar. This amount has to be increased by buying and selling stocks. You can add your homepage as a new ZuluCity stock
EmailChess Mobile Play chess against other mobile phone users via email
W3D2008 W3D2008 is the JAVA2 Micro Edition version of the 3Dlib2008 library. It is smaller and faster than the version of 2004. The example file TestObjects.java tests the main data structures and functionalities. You need a phone with 600MHZ CPU for displaying detailed graphics with this simple library
W3D2 W3D2 is a more accurate and efficient version of W3D, the Library for easy 3D programming. From the ground up again. Contains floating-point simulation and simulation of trigonometric functions. The sample program Sample.java that represents a rotatable textured cube, which is 2741 bytes long