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

Use QNanoPainter instead of plain OpenGL to draw shapes #825

Open
Hpn4 opened this issue Jan 20, 2025 · 0 comments
Open

Use QNanoPainter instead of plain OpenGL to draw shapes #825

Hpn4 opened this issue Jan 20, 2025 · 0 comments
Labels
cleanup Makes the code cleaner enhancement New feature or request

Comments

@Hpn4
Copy link
Collaborator

Hpn4 commented Jan 20, 2025

QNanoPainter is a lightweight library based on NanoVG that greatly simplifies drawing with OpenGL will keeping the same performance.

It can be used:

  • In all OpenGLWindows when rendering the main image
  • In all overlays.

It will cleanup a lot since most of the code is just to allocate and handle OpenGL VAO.

@Hpn4 Hpn4 added cleanup Makes the code cleaner enhancement New feature or request labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Makes the code cleaner enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant