Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace debug renderer #1687

Open
Xottab-DUTY opened this issue Jun 2, 2024 · 3 comments
Open

Replace debug renderer #1687

Xottab-DUTY opened this issue Jun 2, 2024 · 3 comments
Labels

Comments

@Xottab-DUTY
Copy link
Member

Xottab-DUTY commented Jun 2, 2024

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: Debug renderer performance #67)
  2. Reducing amount of code to support on our side.

Disadvantages:

  • To be determined
@AMS21
Copy link
Contributor

AMS21 commented Jun 2, 2024

For immediate mode render maybe consider dear ImGui?

@Xottab-DUTY
Copy link
Member Author

@AMS21, ImGui is 2D only, this issue is about 3D.

@AMS21
Copy link
Contributor

AMS21 commented Jun 2, 2024

@AMS21, ImGui is 2D only, this issue is about 3D.

Oh yes, you're correct 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: To do
Development

No branches or pull requests

2 participants