Hardware Information Module

BlitzMax Forums/BlitzMax Programming/Hardware Information Module

beanage(Posted 2010) [#1]
Hey,

I wonder wether there already is a cross-platform module to retreive stuff like RAM& VRAM Size, processor name, processor speed, number of cores& features, harddrive(s)& hd sizes, graphics card bandwidth/shader clock/no. of cores, sound hw acceleration ETCETCETC...

I realize this would propably be a load of work and digging into the APIs, so I am not really like wanting to do this :)

I know OpenCL does a good job on cross-platform hardware info retreival, but importing BaH.OpenCL just to get some hardware info seems a bit inappropriate to me :]

Thanks for good hints!


Brucey(Posted 2010) [#2]
Here's an open source library : SIGAR

It's GPL, so no interest from me :-p