3 | | ''to be written'' |
| 3 | Starting with BOINC version 6.0, |
| 4 | applications graphics are generated by a separate program. |
| 5 | The 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 | |
| 10 | The BOINC graphics API (described below) provides cross-platform support for |
| 11 | developing such a program; |
| 12 | however, you need not use it. |
| 13 | |
| 14 | The logical name of the program must be 'v6graphics'. |
| 15 | When you set up your application version directory, give it a filename like |
| 16 | {{{ |
| 17 | v6graphics=uc2_graphics_5.10_windows_intelx86.exe |
| 18 | }}} |
| 19 | |
| 20 | == The BOINC Graphics API == |
| 21 | |