Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "Glossary:Metal HUD"

From AppleGamingWiki, the wiki about gaming on M1 Apple silicon Macs
(Created)
 
(link to Apple developer presentation)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
{{Image|Risk-of-rain-2-amacgamer.png|Risk of Rain 2 game with Metal HUD enabled in the top-right corner}}
 
{{Image|Risk-of-rain-2-amacgamer.png|Risk of Rain 2 game with Metal HUD enabled in the top-right corner}}
  
Metal HUD is a tool to display FPS and other stats in Mac games running on Metal.  
+
Metal Performance HUD is a tool to display FPS and other stats in Mac games running on Metal.  
 +
 
 +
[https://developer.apple.com/videos/play/tech-talks/110339/ Apple developer presentation]
  
 
It helps to evaluate game performance and adds some valuable technical information to screenshots.
 
It helps to evaluate game performance and adds some valuable technical information to screenshots.
Line 14: Line 16:
 
{{Fixbox|description=Enabling Metal HUD|ref=<ref name="script" />|fix=
 
{{Fixbox|description=Enabling Metal HUD|ref=<ref name="script" />|fix=
 
# Launch Termianl.app
 
# Launch Termianl.app
# Type: '''/bin/launchctl setenv MTL_HUD_ENABLED 1'''
+
# Type: <code>/bin/launchctl setenv MTL_HUD_ENABLED 1</code>
 
# {{Key|Enter}}
 
# {{Key|Enter}}
 
# Relaunch Crossover, Steam, game to apply
 
# Relaunch Crossover, Steam, game to apply
Line 21: Line 23:
 
{{Fixbox|description=Disabling Metal HUD|ref=<ref name="script" />|fix=
 
{{Fixbox|description=Disabling Metal HUD|ref=<ref name="script" />|fix=
 
# Launch Termianl.app
 
# Launch Termianl.app
# Type: '''/bin/launchctl unsetenv MTL_HUD_ENABLED'''
+
# Type: <code>/bin/launchctl unsetenv MTL_HUD_ENABLED</code>
 
# {{Key|Enter}}
 
# {{Key|Enter}}
 
# Relaunch Crossover, Steam, game to apply
 
# Relaunch Crossover, Steam, game to apply

Latest revision as of 15:03, 27 February 2023

What is it

Risk of Rain 2 game with Metal HUD enabled in the top-right corner
Risk of Rain 2 game with Metal HUD enabled in the top-right corner

Metal Performance HUD is a tool to display FPS and other stats in Mac games running on Metal.

Apple developer presentation

It helps to evaluate game performance and adds some valuable technical information to screenshots.


Enabling / disabling

The HUD is integrated in macOS[1].

Enabling Metal HUD[1]
  1. Launch Termianl.app
  2. Type: /bin/launchctl setenv MTL_HUD_ENABLED 1
  3. Enter
  4. Relaunch Crossover, Steam, game to apply
Disabling Metal HUD[1]
  1. Launch Termianl.app
  2. Type: /bin/launchctl unsetenv MTL_HUD_ENABLED
  3. Enter
  4. Relaunch Crossover, Steam, game to apply


References