153 projects tagged "Games/Entertainment"
The Lightweight Java Game Library is a native binding for OpenGL and OpenAL written with game developers in mind. It allows the full OpenGL and OpenAL APIs to be exposed without the penalties associated with competing methods, nor the limitations of APIs such as Java3D. Tutorials and demos are available, and Windows, Linux, and Mac OS X are supported.
The Artificial Knowledge Interface for Reasoning Applications (AKIRA) project aims to create a C++ development framework to build cognitive architectures and complex artificial intelligent agents featuring KQML, fuzzy logic, neural networks, fuzzy cognitive maps, and DIPRA. DIPRA is a distributed version of the BDI (Belief Desire Intention) goal oriented model.
jIsoEngine is an isometric 2D engine for Java applications. It provides an SDK of methods and classes that let developers easily build a complete game. It is suited for simulation games, board games, and turn-based games. The project is bundled with Tourist Camping Tycoon, a game developed with the engine.
The Deimos Project is a 3D space combat simulator and modular game library collection. It includes a 3D modeler designed with a programmer's needs in mind. It allows you to construct 3D models by writing Java source code. All you need to design a model is a computer, some graph paper, and a pencil. The modeler's internals function as a simple OpenGL scene graph API, without preventing the use of low-level OpenGL commands. For storing settings and other hierarchically-representable data, the project provides a Hierarchy library that stores data atomically using XML. It also features a timing library, a game object container system, and many other features.