OpenXRay/xray-16

Replace debug renderer

Offen

#1.687 geöffnet am 02.06.2024

 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C++ (519 Forks)auto 404
Developer ExperienceEnhancementHelp wantedModmaker ExperiencePerformanceRenderer

Repository-Metriken

Stars
 (3.524 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Replace debug renderer with one or few of these libraries:

  1. https://github.com/john-chapman/im3d
  2. https://github.com/glampert/debug-draw
  3. https://github.com/sjb3d/imdd
  4. any other good libraries...?

Advantages:

  1. Could provide debug performance boost, as original debug renderer is slow (we even have an issue about this: #67)
  2. Reducing amount of code to support on our side.

Disadvantages:

  • To be determined

Contributor Guide