FurMark
Current Version: 1.7.0
»FurMark
»Benchmark Submissions

GPU Caps Viewer
Current Version: 1.8.2
»GPU Caps Viewer
»GPU DB Submissions

My Account



Blogs
»Demoniak3D Blog
»JeGX's Infamous Lab

Link to Us

oZone3D.Net 100% Realtime 3D

»All Site's Network

Visitors Map

 




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 available for 100 euros. The SDK includes the header file (.h), the static library (.lib) and a code sample (Visual Studio 2005 project).

To make an order, just click on the PayPal button hereunder. That allows you to make a secure payment. Once the payment done, you will receive the information to download ZoomGPU SDK by email (the process is manual and there might be a little delay before you get download information).

If you have any questions, do not hesiste to contact me at jegx AT ozone3d.net and add [ZoomGPU] to the email subject.



ZoomGPU C++ SDK:
100.- €



Prices are in Euros. A useful currency converter can be found here.





Language:

3D Graphics Search Engine:

The Geeks Of 3D



Geeks3D News


HackLAB News

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


PhysX FluidMark
Current Version: 1.1.1
»PhysX FluidMark
»Benchmark Submissions



Misc
»Texture DataPack #1
»Asus Silent Knight CPU Cooler
Page generated in 0.063742876052856 seconds.