A couple small improvements! This update no longer creates an XrSession
by default, and instead requires the user to check a box before gathering data from a session. Also gates data based on initialization status. This also adds some light refinement to the theming to make it a bit easier on the eyes!
Changelog
- Display active runtime above runtime selector.
- Added a checkbox for gathering data that relies on
XrSession
. - Added pre-emptive error messages for functions that relied on
XrInstance
,XrSystemId
, orXrSession
when those handles had failed to initialize. - Visual theme improvements.
Installing
Installation is simple, it's just a pair of executables in a folder! Put 'em someplace you'll remember where they are, and they'll run just fine wherever you put them.
Alternatively if you're building from source, you can install via cmake on Linux. See the main readme for instructions.