Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / November 2006

Tip: Looking for answers? Try searching our database.

Game programming API compatible with BlueJ

Thread view: 
sgeos - 01 Nov 2006 11:41 GMT
I'd like to put together a simple game in BlueJ, but
basically all of the examples on the net use J2ME.
(javax.microedition.lcdui.game)

To the best of my research, BlueJ and J2ME are
not compatible.  If this is correct, I'd like to know if
there are any fairly standard J2SE game
programming APIs.

Features I'm looking for:
Double Buffering
Sprites
Layers
Animation
Looping Background Music
Sound Effects

Features that would be really, really nice:
Arbitrary Free Scaling
Arbitrary Free Rotation
Masking
Alpha
Blending
User Modifiable Frame Buffer  (scan line effects, etc)
Palette Indexed Images (palette shifting, palette effects)
Joystick/Gamepad support

Setting the frame rate seems easy enough.

-Brendan
Oliver Wong - 01 Nov 2006 15:54 GMT
> I'd like to put together a simple game in BlueJ, but
> basically all of the examples on the net use J2ME.
[quoted text clipped - 24 lines]
>
> Setting the frame rate seems easy enough.

   I haven't had a lot of luck working with off the shelf game engines for
Java for the 2D stuff. I always ended up writing my own. Backeen's book is
an excellent guide on writing such an engine, though he doesn't cover
arbitrary free scaling or rotation, palette effects or joystick/gamepad
support (joystick support can be added via an easy-to-google JAR that uses
JNI though).

http://www.brackeen.com/javagamebook/#get

   For 3D stuff,google "java game engine", and you'll find lots. Monkey
Engine looks particularly good, but I haven't had a chance to explore it
deeply yet.

   - Oliver


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.