blob: 365de64f90c59bb76f043cdba6951408da10eb80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Corrade is a multiplatform utility library written in C++11/C++14.
It's used as a base for the Magnum graphics engine, among other things.
Features:
* Low-level utilities to bridge platform differences when accessing OS
functionality, filesystem, console and environment
* Lightweight container implementations, complementing STL features with focus
on compilation speed, ease of use and performance
* Test framework emphasizing flexibility, extensibility, minimal use of macros
and clarity of diagnostic output
* Plugin management library with static and dynamic plugins, dependency handling
and hot code reload
* Signal/slot connection library with full type safety
|