2013-02-25 13:09:57 +00:00
|
|
|
/*!
|
|
|
|
|
|
|
|
@mainpage notitle
|
|
|
|
|
|
|
|
@section main_intro Introduction
|
|
|
|
|
|
|
|
GLFW is a free, Open Source, multi-platform library for opening a window,
|
|
|
|
creating an OpenGL context and managing input. It is easy to integrate into
|
|
|
|
existing applications and does not lay claim to the main loop.
|
|
|
|
|
2013-03-12 14:33:05 +00:00
|
|
|
[Quick introduction](@ref quick) is a short tutorial for people new to GLFW.
|
2013-02-25 13:09:57 +00:00
|
|
|
|
2013-03-12 14:33:05 +00:00
|
|
|
[Moving from GLFW 2 to 3](@ref moving) explains what has changed and how to
|
|
|
|
update existing code to use the GLFW 3 API.
|
2013-02-25 13:09:57 +00:00
|
|
|
|
|
|
|
*/
|