Home About Forum Impressum Terms and Conditions Contact
Ambiera logo

Software

Ambiera.com currently provides the following software:


irrEdit is a free realtime 3D world editor and radiosity lightmap generator.
irrKlang is a high level 2D and 3D cross platform sound engine and audio library, usable in C++, C#, VisualBasic.NET and more.
irrXML is a irrXML is a simple and fast open source xml parser for C++
irrFuscator is an AS3 source code obfuscator for flex developers.


More detailed descriptions:

irrKlang

irrKlang is a high level 2D and 3D sound engine and audio library, usable in C++, C#, VisualBasic.NET and more. It has an extremely simple to use API using a similar object orientated design like the Irrlicht Engine, and has all the features known from low level audio libraries as well as lots of useful features like several built-in file format decoders, a sophisticated streaming engine, extendable audio reading, single and multithreading modes, 3d audio emulation for low end hardware and more.

irrEdit

irrEdit is a free scene graph editor for Irrlicht Engine .irr files and is capable as being used as world editor, particle system designer, mesh viewer and more. It is a visual front end for the Irrlicht Engine, and thus has a lot of impressive features like importing meshes of every format Irrlicht supports, simple but powerful material system and lots of special effects. It contains:

  • A high quality radiosity light map generator
  • A particle system editor
  • An embedded, well documentated scripting environment to extend the editor freely
  • Animator and userdata editor
  • Powerful open source and free API to read the created .irr files, supported by a huge and active community.

irrXML

irrXML is a simple and fast open source xml parser for C++. Why another xml parser? The strenghts of irrXML are its speed and its simplicity. It ideally fits into realtime projects which need to read xml data without overhead, like games. irrXML was originally written as part of the Irrlicht Engine but after it has become quite mature it now has become a separate project.