Skip to content

{ Category Archives } Java

Project Darkstar C Client

Sun’s Project Darkstar team has released a new C client for their Java game server. This is a great starting point for those wanting to use Darkstar, but need the client to be in another language. If you download the client archive, cClient9.6, make sure to add the .tar.gz extension to it. It was posted […]

Java Doodles

If you still aren’t up to speed on the improvements coming down in Java 6 update 10, or even if you are, you’ll want to check out Joshua Marinacci’s blog. He’s starting a new series, titled ‘Java Doodles’, which highlights the new stuff. The first post in the series covers the new crossdomain.xml support, which […]

JMonkey Engine 2.0 SVN

More news on the Java game dev front. The JMonkeyEngine hit 1.0 in October of last year. Since the project started, the source has been hosted at java.net in CVS. Over the past few months, work has been going on behind the scenes on JME 2.0. Just the other day, JME developer Joshua Slack announced […]

Tagged

LWJGL 2.0 Applets in Action

Now that LWJGL 2.0 beta 1 is out in the wild, there are a couple of applets demonstrating the new feature of embedding a game in an applet using the native LWJGL Display rather than an AWT component. There are some wrinkles to iron out yet. For example, running the applet a second time in […]

LWJGL 2.0 Beta 1

The Lightweight Java Game Library team have announced the first beta release of LWJGL 2.0. Here’s the list of changes as posted in the announcement:
LWJGL 2.0 changesMajor changes * fmod and devil removed * dropped support for windows 9x * glu moved to lwjgl_util * glu now uses buffers instead of arrays * New Display.setParent() […]