[Home | Contact me]

PhotoOverflight V1.2
XNA 4.0 demo written in C#

XNA is a game framework based upon .NET. This page is about my first XNA application, a photo viewer. You can display a stream of arbitrary photos (image files) appearing from a spot far away, getting bigger while being rotated and finally moved out of view.

In my opinion XNA together with C# and .NET make life much easier for a developer. The class libraries provide everything you need to quickly develop games or demos. Performance and memory footprint remain questionable, though.

PhotoOverflight has been developed and tested on Win XP SP3. Unfortunatelly this time I am not able to provide a Linux port, as Mono XNA is not mature.

I have compiled PhotoOverflight on Win XP SP3 using:

To run this demo on your machine you have to download and install a few freely available packages from MS (use the search engine at microsoft.com):
The download package contains sources and the compiled executable together with a README file on installation details and a COPYING file on GPL V3 details.

PhotoOverflight for Win XP SP3 (sources and Win executable)
Download PhotoOverflight.zip (3.964.731 bytes)

PhotoOverflight (c) 2008-2011 Karlheinz Langguth.

PhotoOverflight is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

PhotoOverflight is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.


[Home | Contact me]