Changes between Version 3 and Version 4 of ExampleApps


Ignore:
Timestamp:
Jun 27, 2008, 12:04:46 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExampleApps

    v3 v4  
    11= Example applications =
    22
    3 BOINC provides several example applications. See the [CompileApp instructions for building BOINC applications].
     3BOINC provides several example applications
     4in the [SourceCode boinc_samples] SVN module.
     5See the [CompileApp instructions for building BOINC applications].
    46
    57The example applications are:
     
    911 You can run the application standalone. Create a file 'in' in the directory where you run it; it will convert it to upper case and write it to 'out', and use 20 seconds of CPU time.
    1012 You can also run the graphics app standalone; it will show a bouncing 3D ball. If you copy the files `boinc/txf/Helvetica.txf` and `boinc_samples/uppercase/logo.jpg` to the directory where it runs, you'll also see an image and some nice-looking text (thanks to Tolu Aina for the latter).
    11  * '''upper_case''': an example app using old-style graphics.  Deprecated.
    1213 * '''wrapper''': used to support [WrapperApp legacy applications].
    1314 * '''worker''': a representative legacy application (i.e. it doesn't use the BOINC API or runtime library). Used for testing wrapper.