microsoft/Terminal

FPS overlay for performance debugging

Open

#6.025 aberto em 20 de mai. de 2020

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (3.212 forks)batch import
Area-ExtensibilityArea-RenderingHelp WantedIssue-FeatureProduct-Terminal

Métricas do repositório

Stars
 (35.764 stars)
Métricas de merge de PR
 (Mesclagem média 27d 19h) (24 fundiu PRs em 30d)

Description

Description of the new feature/enhancement

It would be nice to have a FPS overlay to indicate the current rendering FPS. You've all seen this in various kinds of games. I'm confident that this will not be the craziest feature request for the WT project.

Proposed technical implementation details (optional)

Well technically the FPS is quite easy to calculate, the overlay might be a little bit trickier, depending on what information we need to display and how to display them.

Guia do colaborador