OpenXRay/xray-16

Move debugging console commands to ImGui menu

Open

#1,657 opened on Apr 17, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (519 forks)auto 404
DocumentationEnhancementHelp wantedModmaker ExperienceSDKgood first issue

Repository metrics

Stars
 (3,524 stars)
PR merge metrics
 (PR metrics pending)

Description

We need to create an ImGui menu that will contain switches that enable debug functionality that is currently being enabled through console. Having such menu instead of (undocumented) console commands is more beneficial, because we can extensively document available functionality.

This is a sub-task of #1656

Contributor guide