Skip to content

ESSS/glinfo-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glinfo-rs

glinfo is a small utility to assess the OpenGL capabilities of the current environment. When called without parameters, the command outputs:

LibGL Vendor: NVIDIA Corporation
Renderer: GeForce GTX 980/PCIe/SSE2
Version: 4.6.0 NVIDIA 388.13
Shading Language: 4.60 NVIDIA

If the context can't be created, the command will output:

ERROR: <ERROR MESSAGE>

This is a Rust rewrite of glinfo, with the aim of not depending on Qt and being statically linked.

The main.rs file was heavily inspired by the glutin window example.

Releasing

  1. Create a new GitHub Release, using a tag in the format vX.Y.Z.
  2. Prepare a new internal release by updating the recipe in conda-recipes.

About

glinfo is a small utility to assess the OpenGL capabilities of the current environment.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages