Java bindings

Hi all, I’m thinking about giving a shot at game programming in Java,
using SDL. After some googling I noticed there is already several SDL
bindings out there. Does anyone have any personal suggestions on which
one I should use? Or which one of them is more mature? I’d prefer
something that stays within SDL’s philosophy of keeping it simple,
without any extra higher level stuff (sometimes bindings try to do too
much and end up not really being bindings, I hate that).

Thanks,–

  • SR

SDL Java ( http://sdljava.sourceforge.net/ ) works very well in my experience.

With some fiddling, it can even be made to compile to native with gcj.

-Jesper>Date: Sun, 6 Aug 2006 19:20:40 -0400

From: “Simon Roby” <simon.roby at gmail.com>
Subject: [SDL] Java bindings
To: sdl at libsdl.org
Message-ID:
<3158703d0608061620n18c4d67dm97fb91a8c73d48b2 at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hi all, I’m thinking about giving a shot at game programming in Java,
using SDL. After some googling I noticed there is already several SDL
bindings out there. Does anyone have any personal suggestions on which
one I should use? Or which one of them is more mature? I’d prefer
something that stays within SDL’s philosophy of keeping it simple,
without any extra higher level stuff (sometimes bindings try to do too
much and end up not really being bindings, I hate that).

Thanks,

  • SR