Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  Print  
  newbie question  (Read 2595 times)
0 Members and 2 Guests are viewing this topic.
Offline wz

JGO n00b
*

Posts: 16


Linux sucks!


« on: 2003-06-23 10:35:57 »

I used openGL and java3D before and now I want to use openGL in ava. I noticed that there is a GL4Java and it seems still active. Could anyone tell me the difference between JOGL and GL 4java?

Thank you very much.

wz
Offline Orangy Tang

JGO Kernel
*****

Posts: 2960
Medals: 37


Monkey for a head


« Reply #1 on: 2003-06-23 11:23:32 »

GL4Java is well and truly dead - it hasn't been updated for years. If you want fast, console style game environment, use LWJGL and its set of GL bindings. If you need AWT/Swing intergration like that provided by GL4Java, go for Jogl instead.

If you don't know which one you need, toss a coin. Grin

[ TriangularPixels.com - Play Growth Spurt, Rescue Squad and Snowman Village ] [ Rebirth - game resource library ]
Offline swpalmer

JGO Kernel
*****

Posts: 3438
Medals: 4


Where's the Kaboom?


« Reply #2 on: 2003-06-23 15:46:00 »

Actually JOGL should work equally well for fast console style game development...

The main differences appear to have to do with the abilty to use AWT, which will pull in a lot more classes and such.. affecting startup time.. reducing the ability to use native compilers like JET, etc.  This in turn may affect distribution methods, as download sizes are currently likely to be larger with JOGL than with LWJGL.

If you aren't concerned with using JET and your game will be distributed on CDs, I would probably go with JOGL.  If you want to make the smallest possible download, and are considering using JET or Gnu tools for native compilation... LWJGL is the best way to go.

Games published by our own members! Go get 'em!
Offline wz

JGO n00b
*

Posts: 16


Linux sucks!


« Reply #3 on: 2003-06-23 19:51:57 »

Thanks!

I am new to game/animation and have questions about some basics. What does one frame mean? How to find out how many frame per second an application runs at?

wz
Offline gregorypierce

JGO Strike Force
***

Posts: 905


I come upon thee like the blue screen of death....


« Reply #4 on: 2003-06-23 20:05:09 »

In actuality there should be no noticable performance difference between the two. The difference between the two is largely functional. LWJGL seeks to strip off as many dependencies on AWT whereas JOGL provides this functionality. Other than that, a GL binding is a GL binding - though LWJGL is most assuredly more supported at the moment and more 'complete' from a get running perspective.

http://www.gregorypierce.com

She builds, she builds oh man
When she links, she links I go crazy
Cause she looks like good code but she's really a hack
I think I'll run upstairs and grab a snack!
Pages: [1]
  Print  
 
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.087 seconds with 20 queries.