| 126 | |
| 127 | === OpenGL wrapper === |
| 128 | |
| 129 | OpenGL wrapper lets you send your OpenGL applications to wall without any changes in code. It is simply a library which overrides standard glutSwapBuffer implementation. To use it you have to: |
| 130 | 1. Enter app/gl directory |
| 131 | 1. Change name (or copy) desired Makefile.* to Makefile (according to architecture) |
| 132 | 1. ''make'' and ''sudo make install'' |
| 133 | 1. To run your application, enter: |
| 134 | {{{ |
| 135 | GO* your_application |
| 136 | }}} |
| 137 | where ''GO*'' is one of ''GO'' scripts in gl directory |
| 138 | |