blob: 49fd118ae4b7a721553f1e70ab372b7e74e55e7e [file] [log] [blame]
Camilla Berglundfb8f3fd2013-02-25 14:09:57 +01001/*!
2
3@mainpage notitle
4
5@section main_intro Introduction
6
7GLFW is a free, Open Source, multi-platform library for opening a window,
8creating an OpenGL context and managing input. It is easy to integrate into
9existing 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
14to update existing code to use the GLFW 3 API.
15
16*/