RSS Feed for This PostCurrent Article

Open Source Real Time 3D Engine

The Irrlicht Engine is an open source high performance real time 3D engine written and usable in C++ and also available for .NET languages. It is completely cross-platform, using D3D, OpenGL and its own software renderer, and has all of the state-of-the-art features which can be found in commercial 3d engines.

image

It comes with an excellent documentation and integrates all the state-of-the-art features for visual representation like dynamic shadows, particle systems, character animation, indoor and outdoor technology, and collision detection. All this is accessible through a well designed C++ interface, which is extremely easy to use.

It features

  • High performance real time 3D rendering using Direct3D and OpenGL.
  • Platform independent. Runs on Windows95, 98, NT, 2000, XP, Linux and MacOS.
  • Huge built-in and extensible material library with vertex and pixel shader support.
  • Seamless indoor and outdoor mixing through highly customizeable scene management.
  • Character animation system with skeletal and morph target animation.
  • Particle effects, billboards, light maps, environment mapping, stencil buffer shadows, and lots of other special effects.
  • .NET language binding which makes the engine available to all .NET languages like C#, Visual Basic, and Delphi.NET.
  • Two platform and driver independent fast software renderers included. They have different properties (speed vs. quality) and feature everything needed: perspective correct texture mapping, bilinear filtering, sub pixel correctness, z-buffer, gouraud shading, alpha-blending and transparency, fast 2D drawing and more.
  • Powerful, customizable and easy to use 2D GUI System with Buttons, Lists, Edit boxes, ..
  • 2D drawing functions like alpha blending, color key based blitting, font drawing and mixing 3D with 2D graphics.
  • Clean, easy to understand and well documented API with lots of examples and tutorials.
  • Written in pure C++ and totally object orientated.
  • Direct import of common mesh file formats: Maya (.obj), 3DStudio (.3ds), COLLADA (.dae), DeleD (.dmf), Milkshape (.ms3d), Quake 3 levels (.bsp), Quake2 models (.md2), Microsoft DirectX (.X)… [more]
  • Direct import of Textures: Windows Bitmap (.bmp), Portable Network Graphics (.png), Adobe Photoshop (.psd), JPEG File Interchange Format (.jpg), Truevision Targa (.tga), ZSoft Painbrush (.pcx)… [more]
  • Fast and easy collision detection and response.
  • Optimized fast 3D math and container template libraries.
  • Directly reading from (compressed) archives. (.zip)
  • Integrated fast XML parser.
  • Unicode support for easy localisation.
  • Works with Microsofts VisualStudio6.0™, VisualStudio.NET 7.0-8.0™, Metrowerks Codewarrior, and Bloodshed Dev-C++ with g++3.2-4.0.
  • The engine is open source and totally free. You can debug it, fix bugs and even change things you do not like. And you do not have to publish your changes: The engine is licensed under the zlib licence, not the GPL or the LGPL.


Trackback URL


Sorry, comments for this entry are closed at this time.