Changes between Version 2 and Version 3 of GraphicsApi


Ignore:
Timestamp:
Aug 18, 2007, 8:44:17 PM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GraphicsApi

    v2 v3  
    1 = Graphics API (version 6+) =
     1= Application graphics (version 6+) =
    22
    3 ''to be written''
     3Starting with BOINC version 6.0,
     4applications graphics are generated by a separate program.
     5The only constraints on this program are:
     6
     7 * If invoked with --fullscreen, it must open a full-screen borderless window, and must exit when mouse or keyboard input occurs.
     8 * Otherwise it must open a standard window; in this case it may handle mouse/keyboard input.
     9
     10The BOINC graphics API (described below) provides cross-platform support for
     11developing such a program;
     12however, you need not use it.
     13
     14The logical name of the program must be 'v6graphics'.
     15When you set up your application version directory, give it a filename like
     16{{{
     17v6graphics=uc2_graphics_5.10_windows_intelx86.exe
     18}}}
     19
     20== The BOINC Graphics API ==
     21