Registry / other / irrlicht

irrlicht

JSON →
library1.8.5vcpkgunverified

The Irrlicht Engine is an open source realtime 3D engine written in C++. It is cross-platform, using D3D, OpenGL and its own software renderers.

vcpkg install irrlicht
INSTALL
IMPORT
SIG · IRRLICHT
I
irrlicht
othercppv1.8.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

irrlicht.h
#include <irrlicht.h>

Minimal Irrlicht engine initialization.

#include <irrlicht.h> int main() { irr::IrrlichtDevice *device = irr::createDevice(irr::video::EDT_SOFTWARE); if (device) { device->drop(); } return 0; }
Debug
Known issues
gotchaIrrlicht uses deprecated OpenGL features and may not work on modern systems without compatibility context.
fix
Use a newer 3D engine or ensure OpenGL compatibility profile is enabled.
affects: *
Upgrade
Version history
1.8.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources

No resource links recorded.

irrlicht — pip install irrlicht · libregistry