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-29 13:06:23 +00:00
|
|
|
This is the documentation for version 3.0, which has [many new features](@ref news).
|
2013-02-25 13:09:57 +00:00
|
|
|
|
2013-03-29 13:06:23 +00:00
|
|
|
There is a [quick tutorial](@ref quick) for people new to GLFW, which shows how
|
2013-10-27 11:50:33 +00:00
|
|
|
to write a small but complete program, and guides for
|
|
|
|
[compiling GLFW](@ref compile) and
|
|
|
|
[building programs that use GLFW](@ref build).
|
2013-03-29 13:06:23 +00:00
|
|
|
|
|
|
|
If you have used GLFW 2.x in the past, there is a
|
|
|
|
[transition guide](@ref moving) that explains what has changed and how to update
|
|
|
|
existing code to use the new API.
|
|
|
|
|
2013-02-25 13:09:57 +00:00
|
|
|
*/
|