Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 6 of 6

Thread: Does Java support OpenGL programming? Wait Online

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2004
    Location
    Taiwan of China
    Posts
    4

    Does Java support OpenGL programming? Wait Online

    Would any one please tell me whether OpenGL programe could be developed in a Java environment?
    If yes,how to deploy the workspace? I mean using
    J2SDK.
    Thanks a lot.I'm a newer to OpenGL and Java.
    When you arrive here,I'm gone...

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Dec 2000
    Location
    Reutlingen, Germany
    Posts
    2,052

    Re: Does Java support OpenGL programming? Wait Online

    Yes itīs possible. Although i donīt know much about it.

    Google for "gl4Java" or so, iīm not sure. Or take a look at nehe.gamedev.net, i think some tutorials there were ported to Java.

    Jan.
    GLIM - Immediate Mode Emulation for GL3

  3. #3
    Guest

    Re: Does Java support OpenGL programming? Wait Online

    Of course it does!

    GL4Java *used* to be the binding of choice, but it's old and outdated now. Try these instead:

    http://www.lwjgl.org/
    https://jogl.dev.java.net/

  4. #4
    Junior Member Newbie
    Join Date
    Mar 2004
    Location
    Taiwan of China
    Posts
    4

    Re: Does Java support OpenGL programming? Wait Online

    Thank you for your replay~

    I travelled all the sites you mentioned.
    My machine is Windows 2000,IE6.0 with J2se1.4.1,However,GL4Java failed to installed.

    Yet I cannot find adequate information on deployment from jogl.dev.java.net.Maybe it's
    because I'm too brand-new ,and
    missed the point?
    Please help me.How to deploy the work environment?
    When you arrive here,I'm gone...

  5. #5
    Guest

    Re: Does Java support OpenGL programming? Wait Online

    JOGL is still very embryonic - they *really* need to work on the documentation, and there isn't even a numbered release of it available yet, just nightly builds. I don't know of any install guide other than posts people have made at http://www.javagaming.org/, and don't know enough about it myself to help you. Sorry!

    However, LWJGL is a different matter - the website has just been updated with some useful info, the release is currently on 0.89 and 0.9 is expected in two weeks. After 0.9 a lot more documentation will become available as part of the push to 1.0.

    There's a good installation guide for LWJGL at
    http://www.lwjgl.org/installation.php including for setting up Eclipse, if you use that IDE.

  6. #6
    Junior Member Newbie
    Join Date
    Mar 2004
    Location
    Taiwan of China
    Posts
    4

    Re: Does Java support OpenGL programming? Wait Online

    Since the last 3 weeks, i'v been busy with my database course design,and now i'm here to thank
    you all for your help.Thank you very much!
    I've learned a lot from the experience ,though to this day i haven't yet known how to code with java for opengl,which because the document i downloaded is pure English,and my English power is low:-)
    When you arrive here,I'm gone...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •