Changes between Version 9 and Version 10 of GraphicsApi
- Timestamp:
- Oct 9, 2007, 3:48:49 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GraphicsApi
v9 v10 6 6 * If invoked with `--fullscreen`, it opens a full-screen borderless window, and must exit on mouse or keyboard input. 7 7 * Otherwise it opens a standard window, and may handle mouse/keyboard input. 8 9 The logical name of the program must be 'graphics_app'. 10 When you set up your application version directory, give it a filename like 11 {{{ 12 graphics_app=uc2_graphics_5.10_windows_intelx86.exe 13 }}} 8 14 9 15 The graphics app is launched by the BOINC Manager and by the screensaver. … … 15 21 The BOINC graphics API (described below) provides cross-platform support for 16 22 developing graphics apps; however, you need not use it. 17 18 The logical name of the program must be 'graphics_app'.19 When you set up your application version directory, give it a filename like20 {{{21 graphics_app=uc2_graphics_5.10_windows_intelx86.exe22 }}}23 23 24 24 == Compatibility ==