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 this project with OpenGL #8

Open
quocviet8198 opened this issue Sep 17, 2021 · 1 comment
Open

Use this project with OpenGL #8

quocviet8198 opened this issue Sep 17, 2021 · 1 comment

Comments

@quocviet8198
Copy link

Hi guys, first of all I want to thank you for this great project. Can I use OpenGL for this project?
if possible, how?
My English is not very good so I hope to hear from you. Thanks

@jeffshee
Copy link
Owner

Hi @quocviet8198
The visualizer uses only Android's canvas API.
https://developer.android.com/reference/android/graphics/Canvas

If you want it to be based on OpenGL, you will need to reimplement everything with OpenGL I believe.
https://developer.android.com/guide/topics/graphics/opengl
Which I think is more difficult than what I had done for this project. But it should be more powerful and performant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants