Skip to content

Instantly share code, notes, and snippets.

@victor-oliveira1
Last active September 16, 2021 12:34
Show Gist options
  • Save victor-oliveira1/f584289d69675c91cca99d6ae2e17620 to your computer and use it in GitHub Desktop.
Save victor-oliveira1/f584289d69675c91cca99d6ae2e17620 to your computer and use it in GitHub Desktop.
OpenGL on Sublime Text
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