I was looking for a way to wipe a whole disk. With *nix systems, this is very easy. Simply make use of dd. So to wipe /dev/sda execute
dd if=/dev/zero of=/dev/sda bs=1m
Well, it’s not DOD clean but enough for my data. To overwrite a drive with random data to wipe the drive more securely /dev/urandom or /dev/random can be used for the input file.
Yesterday I discovered a great libraray for OpenGL/DirectX which allows you to easily add an interface to change varibales. It is called AntTweakBar.
What needs to be done is just to tell the library what your variables are and of what type they are. The rest is done by the library. So if you are looking for an easy-to-use but still visually appealing way to edit certain variables of your OpenGL/DirectX application this is certainly a library to look into.