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:
JJOS Shell JJOS is an experimental and educational shell application with extensible functionality. Good for beginner programmers, or simply for curious people. The shell supports cascaded commands, which helps user to type much less and act efficiently. Some useful features are: arithmetic calculations, saving pretty much anything in records, sending over TCP connection
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
MiniME MiniME is a light weight J2ME library that lets you build games and advanced UI.
· a resource manager to easily import and use Image and Text.
· event manager to ease communication between view and different component of the library.
· a set a predefined UI component, such as Label, EditField, RadioButton group, CheckBox group, to build UI
Youtomo - Mobile Web Builder Youtomo - Mobile Web Builder - free service for creating mobile websites that work well and look good on all mobile phones.
This service is primarily designed for small and medium size enterprises wanting to promote their products and services and to interact with their customers on the mobile platform
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
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
J2MEdit - Source Code Editor Write and compile source code on your Java J2ME mobile device. Develop C++, Java, PHP, and HTML code - With fully highlighted syntax. J2MEdit is the first and only tool that combines the power of a large programming IDE and the portability of a mobile phone to create a small and easy to use source code editor
Ideas Hub Ideas Hub free hosting unlimited. Create and personalize your online presence. Full page hosting and online support to give your products better exposure
Global Innovation India Graphic Designing, Web Development, Software Development, SEO
Discover the Global Innovation Index (GII): Ranking the world's countries and economies through innovational measures, environments, and outputs
Other Software by developer «Astro Solutions»:
p2pmobilephp P2pmobilephp consists of J2ME classes and PHP files for writing mobile file sharing applications very quickly
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
EmailChess Mobile Play chess against other mobile phone users via email
XRace Extra 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
Castles3D The aim of this turn-based game is to hit in a 3D world the cannons of the enemy
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