boinc_samples (check this out in the same parent directory as boinc, and the relative paths will work). The example applications are:
The graphics show a bouncing 3D ball. If you put files Helvetica.txf and logo.jpg in the directory where it runs, you'll also see an image and some nice-looking text (thanks to Tolu Aina for the latter).
The boinc_samples tree includes project files for building the app on Windows (VS 2003) and Mac (xcode). It also includes a Makefile for building on Linux. For upper_case, this produces a separate .so containing the graphics part. The Makefile links some libraries statically (stdc++, glut etc.) so that the app will run on machines where these are old or missing. It also uses a technique where the main program exports its symbols to the graphics .so, which eliminates lots of the problems we had in Einstein@home.
"; page_tail(); ?>