Last active
September 16, 2021 12:34
-
-
Save victor-oliveira1/f584289d69675c91cca99d6ae2e17620 to your computer and use it in GitHub Desktop.
OpenGL on Sublime Text
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
By default, Sublime Text uses software renderer on Linux. Using OpenGL can improve performance. | |
To enable OpenGL, add the following lines to Sublime Text preferences file: | |
"hardware_acceleration": "opengl", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment