Software:Dim3

From HandWiki
Dimension 3
dim3 Logo
Dim3 Engine Screenshot 1 For Software Infobox.png
Developer(s)Klink! Software
Stable release
v24 / July 2, 2014
TypeGame engine
LicenseMIT[1]
WebsiteKlink! Software

Dim3, also known as Dimension 3, is a free and open-source 3D game engine created by Brian Barnes.[2] It has been chosen as a staff pick for OS X development software by Apple.[3] and featured as one of their "hot game building tools."[4] dim3 has an entry in DevMaster's 3D engines database.[5]

dim3 uses OpenGL for rendering, JavaScript for scripting, XML for data and Simple DirectMedia Layer for resolution switching, input, and sound.

Components

dim3 includes four applications: Engine, Editor, Animator, and Setup.

The Engine is the deployment application that runs games created in dim3. The games (or "projects") are cross-platform and only require the proper engine to run on the proper platform. The engine runs on Mac OS X, Microsoft Windows, iOS, and can be compiled on Linux. All versions can play network games with each other.

The Editor is used to create levels by importing various 3D models into it. The Editor is capable of per-pixel lighting, bump and specular mapping, real-time lighting and/or baked lighting, particles and other special effects, skeletal animation, and customization through javascript.

The Animator is used to add loop animations and effects to models used with dim3. The Animator is used to add bones, setup poses for the bones, and to combine those poses into animations. The Animator uses a skeletal animation system. This makes character movement simplistic yet very realistic.

Setup is a utility that is used to change all other settings in the project, for example, the HUD, network, or particle settings.

A data folder, representing the game, contains all the maps, models, artwork, sounds, and scripts required to create a game in dim3. Each game is self-contained in up to 3 data folders, though only one is actually needed. All non-editor data is in standard formats: PNG, WAV, and mp3. A demonstration "game" is added to dim3, though it is not really a game in itself but shows most of the engine's capabilities.

References

  1. "Google Code". https://code.google.com/p/dim3/. 
  2. Satterthwaite, Mark (2004-09-24). "Dim3: The making of a game engine". InsideMacGames. http://www.insidemacgames.com/features/view.php?ID=312. "[Brian] has endeavored to make Dim3 as versatile and flexible as possible while still remaining true to his other fundamental principle: it has to be free to use." 
  3. Apple (2007-07-26). "dim3 Download". https://www.apple.com/downloads/macosx/development_tools/dim3.html. 
  4. Cook, Brad (2007-07-26). "Game Building Tools". Inside Mac Games. https://www.apple.com/games/articles/2005/08/gamebuildingtools/. 
  5. DevMaster (2007-07-26). "dim3". DevMaster. http://www.devmaster.net/engines/engine_details.php?id=292. 

External links