I need to know what are the most helpful, easy-to-use packages out there for developing games in Java?
I need packages for:
- Network/Online
- Sound/Music
- 2D graphics (I’m not interested in 3D)
- Database
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You mentioned you’re not interested in 3D, but you ought to take a look at LWJGL. It handles access to OpenGL (which you can create a 2D renderer with), OpenAL (sound/music) and controllers (gamepads, etc).