Java 2D Game Frameworks

In this post i’m listing some of the game frameworks for the java development environment. These frameworks are for 2D games but some of the frameworks are suitable for 3D game development as well. [Read more...]

FMJ Framework

FMJ project was started to give alternative to java media framework. FMJ stands for freedom from media in java. Though it is completely start from scratch project. It is also compatible with the JMF(Java Media Framework).

It also has two sub-projects for specific media support. First project is FFMPEG-Java and second is Theora-Java.

What is FMJ ?

FMJ is an open-source project with the goal of providing an alternative to Java Media Framework (JMF), while remaining API-compatible with JMF. It aims to produce a single API/Framework which can be used to capture, playback, process, and stream media across multiple platforms.

From where to get it ?

You can get more information about FMJ and download it from here.

Nuclex Framework

New framework named “Nuclex” for .NET is released. It is set of classes that developers can use to mix and develop applications as per their need.

What is Nuclex ?

The Nuclex Framework is a collection of well-designed building blocks for XNA games and other demanding applications written in .NET. These building blocks are not interconnected — you can pick what you need, mix and match with other class libraries and architect your game the way you want it.

What are the features ?

* Better Collections (Deque, PriorityQueue)
* 3D Text Rendering
* LZMA Content Compression (that’s 7-Zip’s compression)
* Arbitrary Primitive Batching (think 3D SpriteBatch)
* Rectangle Packing
* Multi-threaded Particle System
* Themeable Graphical User Interfaces
* Game State Management
* Spatial Partitioning (R-Tree, QuadTree)
* Debugging Overlays
* Collision Detection
* Automatic Vertex Declarations

From where to get it ?
You can download the Nuclex from the Codeplex site .

Flade & APE Library

If you’re into flash game development then chances are that you already came across few physics library for Actionscript. This post is about actionscript physics library Flade & APE. [Read more...]

Cocos 2D Framework

If you’re in search of 2D framework in python then Cocos is for you. It is 2D framework and suitable for making games and graphical demos.

It is available for multiple platforms: linux, mac and windows. Python and pyglet is necessary on system before you start working with cocos2D.

You can have sprite based animation and can direct sprites on where to move, delete and perform some action etc.

Documentation is also well written. You can browse it online or you can download. There are 5 tutorial videos for the beginners as well as intermediate users.

For more information you can check here.

Audio API: Audiere

You’re in search of Audio API for your game and you found that most of the API are windows only. Commercial API offers cross-platform capability but at cost which you can’t afford. Now what to do? Take a look at Audiere if it suits your project. [Read more...]

Character Animation Libraries

If you’re in search of character application then  there are very few libraries you can find on the internet. I found 2 character animation libraries on the internet cal3d and EmotionFX. Let’s discuss about these two libraries here. [Read more...]