Slashdot Mirror


A Look at Java 3D Programming for Mobile Devices

An anonymous reader writes "IBM developerworks is running an article that describes the Mobile 3D Graphics API and introduces you to 3D programming for Java mobile devices. Sony's PSP has shown the graphics power you can put into a mobile device and mobile gaming. Although the average mobile phone is technologically behind this specialized game machine, Java seems to be helping to drive the market in a very definite direction."

1 of 196 comments (clear)

  1. Re:Hello World by da · · Score: 1, Flamebait

    Hehe...
    $ javac jprog.java
    $ time -p java jprog
    real 29.70
    user 29.62
    sys 0.03
    $ cc -o jprog jprog.c
    $ time -p ./jprog
    real 55.46
    user 55.35
    sys 0.02
    What was your point again?

    --
    I reserve the right to be wrong.