A Topograph Coordinate Visualizer written in Python.
I experimented with reading heightmap images and converting them into 3D models. I used the Python library PIL to read the image and PyOpenGL to render the 3D model.
PIL
PyOpenGL