Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Electron OpenGL for MacOs Catalina

I am building an electron application, however i have an error which makes rendering painfully slow and causing high cpu usage

[1] Unable to create basic Accelerated OpenGL renderer.
[1] Unable to create basic Accelerated OpenGL renderer.
[1] Core Image is now using the software OpenGL renderer. This will be slow.

i try to find out however i couldn't find a answer about the problem. Anyone have any idea about this problem ?

like image 565
Halil Irmak Avatar asked Nov 05 '19 02:11

Halil Irmak


1 Answers

Apple deprecated OpenGL in favor of Metal. https://www.macrumors.com/2018/06/05/apple-deprecates-opengl-opencl-gaming/

There is an open bug in Electron https://github.com/electron/electron/issues/20944

like image 142
Frik Avatar answered Nov 01 '22 12:11

Frik