The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

Graphics/Animation in Java?

Pixel BluePixel Blue Registered User regular
edited April 2010 in Help / Advice Forum
Help / Advice folks, I need you!

I want to make a 2D game in Java*. I've played with Microsoft's XNA and I am now totally spoiled because of how easy-peasy it is to get graphical goodness going there. Can any of you talented people recommend me a framework? Or otherwise advise? I've made applications in the past, and do web apps (don't hit me) in a workly capacity, but never something as intensely graphical (or state driven) as a game. I'm using Eclipse right now but if there's a better IDE for this business, I'm down with that, too.

Thank you!

* I am trying to be Mac and eventually Droid friendly, though I prefer to develop / play on my PC.

Pixel Blue on

Posts

  • RhinoRhino TheRhinLOL Registered User regular
    edited April 2010
    Pixel Blue wrote: »
    Help / Advice folks, I need you!

    I want to make a 2D game in Java*. I've played with Microsoft's XNA and I am now totally spoiled because of how easy-peasy it is to get graphical goodness going there. Can any of you talented people recommend me a framework? Or otherwise advise? I've made applications in the past, and do web apps (don't hit me) in a workly capacity, but never something as intensely graphical (or state driven) as a game. I'm using Eclipse right now but if there's a better IDE for this business, I'm down with that, too.

    Thank you!

    * I am trying to be Mac and eventually Droid friendly, though I prefer to develop / play on my PC.



    Yes, check out slick: http://slick.cokeandcode.com/

    Rhino on
    93mb4.jpg
  • TavataarTavataar Registered User regular
    edited April 2010
    http://java.sun.com/developer/technicalArticles/GUI/java2d/java2dpart1.html

    Sun's tutorial on doing 2D things in Java. It is even easier than doing stuff in XNA!

    I don't think that there are any Java IDEs that are any better than Eclipse. If you are comfortable working in it, than no reason to change.

    Tavataar on
    -Tavataar
  • HypatiaHypatia Registered User regular
    edited April 2010
    I'm not really sure if it'd be what you were interested in, but have you checked out Processing? It's easy to use and has some good documentation, plus it's Java :)

    Hypatia on
  • Pixel BluePixel Blue Registered User regular
    edited April 2010
    Hooray - thanks, everybody!

    Pixel Blue on
Sign In or Register to comment.