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  
  [SOLVED] How long should I stick with swing/awt?  (Read 495 times)
0 Members and 2 Guests are viewing this topic.
Offline StonePickaxes

Full Member
**

Posts: 204
Medals: 3


Nathan Kramber


« on: 2012-01-18 09:38:09 »

I have quite a few ideas in mind of options to take after I am done primarily using swing and awt. But, how long should I stick with it? I feel ready to move onto LWJGL or JOGL.

Check out my website!
Offline sproingie

JGO Strike Force
***

Posts: 897
Medals: 55



« Reply #1 on: 2012-01-18 12:31:07 »

As long as it works for you and you like it.  If you want to keep going with swing and haven't started with Java2D, I definitely recommend giving that a go.

For OpenGL APIs, both LWJGL and JOGL are very capable.  I personally recommend LWJGL because of stuff like TWL and jME that works on top of it.  JOGL has its own widget sets and engines, but those two are best of breed (if only the former had more documentation).
Offline kappa
« League of Dukes »

JGO Kernel
*****

Posts: 2360
Medals: 59


★★★★★


« Reply #2 on: 2012-01-18 13:06:55 »

If you are serious about game development then AWT/Swing will only take you so far before you start hitting its limitations for anything slightly demanding.

Switching over to OpenGL is a good idea as you can pretty much throw anything at it and it'll render it decently. Do keep in mind both LWJGL and JOGL are just bindings to the raw C libraries which are pretty low level, so you'll spend a lot of time writing boilerplate code and reinventing the wheel, so going for something slightly higher level will help you be a lot more productive.

Libraries like Slick2D or LibGDX are a good first step up from Java2D as they give you a nice easy high level API (similar to Java2D) while giving you the speed and smoothness of OpenGL (and OpenAL).
Games published by our own members! Go get 'em!
Online ra4king

JGO Kernel
*****

Posts: 3156
Medals: 196


I'm the King!


« Reply #3 on: 2012-01-19 01:24:46 »

Might be useful Smiley

Offline gouessej

JGO Kernel
*****

Posts: 3560
Medals: 30


TUER


« Reply #4 on: 2012-01-19 04:15:46 »

For OpenGL APIs, both LWJGL and JOGL are very capable.  I personally recommend LWJGL because of stuff like TWL and jME that works on top of it.  JOGL has its own widget sets and engines, but those two are best of breed (if only the former had more documentation).
Some engines support both LWJGL and JOGL, for example JMonkeyEngine 2.0 (contact me in PM if you need some support of JMonkeyEngine 3 for JOGL) and Ardor3D. That's true for NiftyGUI too (I wrote its JOGL 2.0 backend). TWL only works with LWJGL but it would not be that hard to port to JOGL thanks to NEWT. JMonkeyEngine has a large community and a nice game development environment based on Netbeans RCP but I find this engine less reliable than Ardor3D.

JOGL has a few build-in widgets but they require shader support  Undecided

I agree with kappa, LibGDX and Slick are worth a try too.

Agile2D is very similar to Java2D.

As far as I know, you can use Swing components with JOGL and LWJGL.

Maybe look at this too:
http://www.java-gaming.org/topics/hello/24411/msg/205141/view.html#msg205141

Julien Gouesse
Offline StonePickaxes

Full Member
**

Posts: 204
Medals: 3


Nathan Kramber


« Reply #5 on: 2012-01-19 09:10:19 »

Thanks guys, I think I'll stick with 2D for a little while until I know everything I can about it.

-Nathan

Check out my website!
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.095 seconds with 19 queries.