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.
- Create a new GitHub Release, using a tag in the format
vX.Y.Z
. - Prepare a new internal release by updating the recipe in conda-recipes.