 |
| Domů | Fórum |
Nástroje
Aby byl vývoj her či programů více snadný, jsou k enginu vytvořeny různé nástroje. Všechny jsou ke stažení zdarma. Tyto nástroje a knihovny jsou kompletně nazávisle na Irrlicht enginu. Jsou ale napsány tak aby s enginem fungovaly.
|
| irrKlang - 2D a 3D zvukový engine |
 |
irrKlang
je vysoce kvalitní 2D a 3D zvukový engine který je k dostání zdarma. Knihovna enginu si poradí s formáty WAV, MP3, OGG, MOD, XM, IT, S3M a mnoho dalších.
Je napsán v C++ (ale je také pro C, Basic a další). Zde je jeho krátký popis:
- Na pochopení extrémně jednoduché API dostupné také pro ne-irrlicht projekty.
- Multiplatformnost.
- Buffered and streamed audio playback, in 2D and 3D.
- Sound effects such as echo, reverb, distortion, doppler effect
for 3D sounds,...
- Plays multiple file formats, .WAV, .MP3, .OGG, MOD, XM, IT,
S3M, ...
- High level resource management and autodetection
- Extendable with new Audio decoders and also provides a plugin
system
- Je zdarma
Pro detailní výpis funkí a stažení prosím navštivte
oficiální irrKlang stránky. |
| irrEdit - 3D editor a lightmap generator |
 |
irrEdit is a free
realtime 3D world editor and radiosity lightmap generator. It can be used as
irrlicht scene graph editor, world editor, particle system designer, meshviewer and more. It simply stores
scenes as .irr files which is the native format of the Irrlicht engine. It also includes:
- 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
- Je zdarma
Because it was written using the Irrlicht engine, it can load every file the Irrlicht Engine can.
In addition it is able to export every file as COLLADA file, making it a file format converter as well.
For a detailed feature list and download links, please visit the
oficiální irrEdit stránky. |
| irrXML - rychlý xml parser pro C++ |
 |
irrXML je jednoduchý a rychlý xml parser pro c++. It is the XML parser which is already integrated into the
Irrlicht engine and used there for example for COLLADA and .irr file reading. It is extremely fast,
lightweight and doesn't consume a lot of memory, making it an ideal library for games.
If your project is not using the Irrlicht engine but you need a fast XML parser, you can use
this library. as Irrlicht irrXML is licensed under the zlib license.
For a detailed feature list and download links, please visit the
oficiální irrXML stránky. |
|