mosra / magnum

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

debuggers: add MSVC natvis files #620

Closed pezcode closed 1 year ago

pezcode commented 1 year ago

Adds natvis definitions for common Math types. There is potential for improvement (e.g. showing matrices as rectangles, extracting dual quat translation and rotation) but I thought I'd just push what we have so far.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (4f1a56c) 81.80% compared to head (e158370) 81.80%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #620 +/- ## ======================================= Coverage 81.80% 81.80% ======================================= Files 553 553 Lines 42852 42852 ======================================= Hits 35053 35053 Misses 7799 7799 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

mosra commented 1 year ago

Ooh, even including documentation! Thank you thank you thank you!