Apple specific OpenCL stuff
October 15th, 2009
(Deutsch) Glaskugel I
October 7th, 2009
Free education II
June 15th, 2009
The CG Tutorial from nVidia and the GPU Gems 3 are now available online:
GPUGems 3 is not complete jet, but a new chapter gets added evry week.
Garmin GPS Log files to Google Earth converter
May 9th, 2009
I hacked together a litte Python script to convert the log files of my Garmin GPS to the KML format that Google Earth uses. It’s far from perfect but it works for me and perhaps it will help other people. Features so far:
- merge multiple tracks
- remove “jumps” at the begining of a track (when the GPS is switched on, the old location can get tracked if it does not find the satellites right away)
- remove multiple track points on the same location
It’s Python so you get the sources and can change it to match your needs.