Skip to content

aQaTL/nvidiaoptimus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages