Changes between Version 11 and Version 12 of GraphicsApi
- Timestamp:
- Oct 9, 2007, 3:59:26 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GraphicsApi
v11 v12 19 19 and then the screensaver runs and launches another instance). 20 20 21 The BOINC graphics API (described below)provides cross-platform support for21 The [#api BOINC graphics API] provides cross-platform support for 22 22 developing graphics apps; however, you need not use it. 23 23 24 == Compatibility == 24 == Compatibility == #compatibility 25 25 26 26 Let's call this the "new" way of doing graphics. 27 27 There is also an "old" way, in which graphics are generated by 28 28 a separate thread in the application process 29 ( the old API is described [GraphicsApi here]).29 (see [GraphicsApi old API description]). 30 30 31 31 Applications types interact with client software versions as follows: … … 39 39 ** graphics work in all situations 40 40 41 == The BOINC Graphics API == 41 == The BOINC Graphics API == #api 42 42 43 43 BOINC supplies a library (libboinc_graphics2.a) that makes it easy to develop graphics apps.