Changes between Version 2 and Version 3 of ExampleApps


Ignore:
Timestamp:
Oct 9, 2007, 4:05:20 PM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExampleApps

    v2 v3  
    77 * '''example_app''': a full-featured example BOINC application. The application does things (like checkpointing and graphics) that can be tricky or confusing. You can use it as a template for your own BOINC application; just rip out the computation part (which is trivial) and replace it with your code.
    88
    9  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.  The graphics app, run standalone, shows 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).
     9 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.
     10 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).
    1011 * '''upper_case''': an example app using old-style graphics.  Deprecated.
    1112 * '''wrapper''': used to support [WrapperApp legacy applications].