Camilla Berglund | fb8f3fd | 2013-02-25 14:09:57 +0100 | [diff] [blame^] | 1 | /*! |
| 2 | |
| 3 | @mainpage notitle |
| 4 | |
| 5 | @section main_intro Introduction |
| 6 | |
| 7 | GLFW is a free, Open Source, multi-platform library for opening a window, |
| 8 | creating an OpenGL context and managing input. It is easy to integrate into |
| 9 | existing applications and does not lay claim to the main loop. |
| 10 | |
| 11 | @link quick Quick introduction @endlink is a short tutorial for people new to GLFW. |
| 12 | |
| 13 | @link moving Moving from GLFW 2 to 3 @endlink explains what has changed and how |
| 14 | to update existing code to use the GLFW 3 API. |
| 15 | |
| 16 | */ |