Overview of the Irrlicht Engine SDK structure
masterThe Irrlicht Engine SDK is organized into several key directories for development and usage:
\bin: Contains compiled libraries (Irrlicht.DLL) and demo/example applications (Windows only).\doc: Engine documentation.\examples: C++ examples and tutorials.\include: Header files required for programming with the engine.\lib: Libraries to link with your programs.\media: Graphics and sound resources used by demos and examples.\source: The engine source code (useful for debugging or recompilation).\tools: Utility tools and their source code.