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:
- https://github.com/john-chapman/im3d
- https://github.com/glampert/debug-draw
- https://github.com/sjb3d/imdd
- any other good libraries...?
Advantages:
- Could provide debug performance boost, as original debug renderer is slow (we even have an issue about this: #67)
- Reducing amount of code to support on our side.
Disadvantages:
- To be determined