mosra / magnum

Lightweight and modular C++11 graphics middleware for games and data visualization
https://magnum.graphics/
Other
4.75k stars 439 forks source link

Add GDB pretty-printers for some types. #589

Closed williamjcm closed 1 year ago

williamjcm commented 1 year ago

In the wake of mosra/corrade#147, here the Magnum version of the linked PR.

Similarly, not all types are covered. Math types were prioritised, with some other types in the root Magnum namespace as well as Animation::Track also getting pretty-printers.

mosra commented 1 year ago

Merged as 13d8291cbc459dbac197c627d26de5fda592c141, thanks!