Changes between Version 11 and Version 12 of GraphicsApi


Ignore:
Timestamp:
Oct 9, 2007, 3:59:26 PM (17 years ago)
Author:
Nicolas
Comment:

Added explicit anchors and other changes to avoid http://webpagesthatsuck.com/wpts1/clickhere.htm links

Legend:

Unmodified
Added
Removed
Modified
  • GraphicsApi

    v11 v12  
    1919and then the screensaver runs and launches another instance).
    2020
    21 The BOINC graphics API (described below) provides cross-platform support for
     21The [#api BOINC graphics API] provides cross-platform support for
    2222developing graphics apps; however, you need not use it.
    2323
    24 == Compatibility ==
     24== Compatibility == #compatibility
    2525
    2626Let's call this the "new" way of doing graphics.
    2727There is also an "old" way, in which graphics are generated by
    2828a separate thread in the application process
    29 (the old API is described [GraphicsApi here]).
     29(see [GraphicsApi old API description]).
    3030
    3131Applications types interact with client software versions as follows:
     
    3939** graphics work in all situations
    4040
    41 == The BOINC Graphics API ==
     41== The BOINC Graphics API == #api
    4242
    4343BOINC supplies a library (libboinc_graphics2.a) that makes it easy to develop graphics apps.