Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Run your Go OpenGL app with NVIDIA card

This package exports the NvOptimusEnablement variable. When NVIDIA Optimus drivers detects that variable (set to 1), it runs your app on NVIDIA card instead of the integrated one. This solution was found by this person

This package will have no effect on non windows systems

Usage / Installation

All you have to do is to go get this package:

go get github.com/aqatl/nvidiaoptimus

And then just import it:

import (
	_ "github.com/aqatl/nvidiaoptimus"
)

That's it!

About

Run your Go OpenGL app on NVIDIA gpu

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages