NextGenVisualizer icon indicating copy to clipboard operation
NextGenVisualizer copied to clipboard

Use this project with OpenGL

Open quocviet8198 opened this issue 4 years ago • 1 comments

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

quocviet8198 avatar Sep 17 '21 10:09 quocviet8198

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.

jeffshee avatar Sep 21 '21 03:09 jeffshee