[java] Any good free Java libraries for game dev available?

Started by
4 comments, last by nowan 22 years, 10 months ago
I was just wondering if there existed any libraries that can be used for game development that are well documented with examples and so on. nowan
Advertisement
Java2D, Java3D...then utilize the JFC like mad for lots of neat classes and data structures.

go through java.sun.com to reach it all.

I haven''t used Java2D or 3D yet; its one of my two intended summer projects. So let me know if you end up liking them.

check out javagaming.org

This ? reminded me to check it, and it looks like the site is FINALLY done.

Hope that helps.



--OctDev
The Tyr project is here.
On the front page of gamedev there''s news about a new version of Mappy. It''s a windows program that is used to crate tiled maps (new version supports iso-tiles). The program is WINE-able under linux. Also on mappy''s site there are a few loaders for different languages. I looked at the one for java, didn''t like it much but mappy''s file format is explained in some docs that come with the Mappy source. If you can''t make heads nor tails of the Java loader then maybe we can get together and make our own. Mappy seems to be pretty full-featured.

I was also working on some classes that represent a deck of cards for solitaire/poker games if anyone is interested in those.
I made a block puzzle game in Java as my first attempt with the language and it worked out really well. Now I am trying to do a jump and run platform game but I am having trouble with correct collision detection. I was kind of hoping that I could find a library where this sort of thing is covered.

nowan
There is a game library here:

http://gamedev.net/hosted/javanerd/game_developer_intro.asp

I don''t know what kind of collision detection capabilities it has. Good luck!!

Marcus

A better link for downloading the GameFrame for Java library would be:
http://www.gamedev.net/hosted/javanerd/downloads.asp

But there will be a new version coming out hopefully within couple of weeks (just have to rewrite the developers guide as the library has evolved quite a bit during the last year). The new version will add at least:
- Support for JDK 1.4 beta 1
- ByteString and ByteChar for faster string processing
- Bitmap loader plug-in architecture

And the usability will be tweaked even more. Lookout for news updates at http://www.gamedev.net/hosted/javanerd/news.asp

-
JavaNerd
-Pasi Keranen

This topic is closed to new replies.

Advertisement