Registry / utility / magnum-plugins

magnum-plugins

JSON →
library2020.06vcpkgunverified

Plugins for Magnum, C++11/C++14 graphics middleware for games and data visualization.

vcpkg install magnum-plugins
INSTALL
IMPORT
SIG · MAGNUM-PLUGINS
M
magnum-plugins
utilitycppv2020.06
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.

MagnumPlugins/AnyImageImporter/AnyImageImporter.h
#include <MagnumPlugins/AnyImageImporter/AnyImageImporter.h>

Open an image file using the AnyImageImporter plugin

#include <MagnumPlugins/AnyImageImporter/AnyImageImporter.h> #include <Magnum/Trade/AbstractImporter.h> #include <iostream> int main() { Magnum::Plugins::AnyImageImporter importer; std::cout << (importer.openFile("test.png") ? "Opened" : "Failed") << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2020.06latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

magnum-plugins — pip install magnum-plugins · libregistry