Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /home/clients/50536745d503cc9bd290722a231d5f8f/web/includes/o3_common.php on line 79

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/clients/50536745d503cc9bd290722a231d5f8f/web/includes/o3_common.php on line 79
ZoomGPU: C++ SDK for graphics card detection: GPU, OpenGL capabilities or graphics drivers version | oZone3D.Net




GeeXLab
Current version: 0.45.1
>GeeXLab homepage

FurMark
Current version: 1.30.0
>FurMark homepage

GPU Caps Viewer
Current version: 1.55.0.0
>GPU Caps Viewer homepage

GPU Shark
Current version: 0.26.0.0
>GPU Shark homepage


Blogs
>JeGX's HackLab

Geeks3D's Articles
>GPU Memory Speed Demystified

>Multi-Threading Programming Resources

>GeForce and Radeon OpenCL Overview

>How to Get your Multi-core CPU Busy at 100%

>How To Make a VGA Dummy Plug

>Night Vision Post Processing Filter

PhysX FluidMark
Current version: 1.5.4
>FluidMark homepage

TessMark
Current version: 0.3.0
>TessMark homepage

ShaderToyMark
Current version: 0.3.0
>ShaderToyMark homepage
>ShaderToyMark Scores

Demoniak3D
Current Version: 1.23.0
>Demoniak3D
>Download
>Libraries and Plugins
>Demos
>Online Help - Reference Guide
>Codes Samples
 




ZoomGPU
- GPU Detection Engine -

Stumble it! | | | |


ZoomGPU is a C++ library for Windows XP/Vista that helps developers to retrieve graphics cards related data. Here are few examples of such data:

  • Renderer description (ex: NVIDIA GeForce GTX 280)
  • Graphics drivers description (ex: Forceware 6.14.11.7813 (9-17-2008))
  • GPU temperature
  • Video memory size
  • OpenGL version (ex: 2.1)
  • OpenGL extensions
  • and much more again...

ZoomGPU is successfully used for long time in GPU Caps Viewer, one of the most popular graphics card utilities over the Net. All information exposed by GPU Caps Viewer have been retrieved with ZoomGPU.

ZoomGPU retrieves general video card information (like the renderer description, graphics drivers version, GPU codename or GPU temperature) but also information related to OpenGL API support (version, extensions, etc.) and OpenCL. Direct3D API support will be added soon.



ZoomGPU is very simple to use. Here are the 4 steps that describe how to use it:


1 - Include ZoomGPU header:
#include <ZoomGPU/ZoomGPU.h>
2 - ZoomGPU start up:
ZoomGPU::getInstance()->startup();
3 - Retrieve data:
const char* gpuCodeName = ZoomGPU::getInstance()->getGpuCodename();
size_t physxVersion  = ZoomGPU::getInstance()->getNvidiaPhysxVersion();
size_t memSize = ZoomGPU::getInstance()->getVideoMemorySizeMb();
float gpuTemp = ZoomGPU::getInstance()->readGPUTemperature();
...
4 - ZoomGPU shutdown:
ZoomGPU::getInstance()->shutdown();

That's all! Really simple, isn't it?


ZoomGPU is temporarily not available for sale.




GeeXLab demos


GLSL - Mesh exploder


PhysX 3 cloth demo


Normal visualizer with GS


Compute Shaders test on Radeon


Raymarching in GLSL



Misc
>Texture DataPack #1
>Asus Silent Knight CPU Cooler
Page generated in 0.0034089088439941 seconds.