Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <h2><strong>What is GLFW?</strong></h2> <p>GLFW is an Open Source, multi-platform library for creating windows with OpenGL or OpenGL ES contexts and managing input. It is easy to integrate into existing applications and does not lay claim to the main loop.</p> <p>GLFW is written in C and has native support for Windows, Mac OS X and many Unix-like systems using the X Window System, such as Linux and FreeBSD.</p> <p>GLFW is licensed under the <a href="http://www.glfw.org/license.html" rel="nofollow">zlib/libpng license</a>.</p> <h2><strong>Features</strong></h2> <ul> <li>Easy to use API in the style of the OpenGL APIs</li> <li>Gives you a window and OpenGL context with two function calls</li> <li>Explicit support for MSAA and OpenGL 3.2+, including profiles and flags</li> <li>Keyboard, mouse, joystick and time input</li> <li>Input can be either polled or delivered via callbacks</li> <li>Basic Unicode character input</li> <li>Supports both static and dynamic linking</li> <li>Open Source with a liberal OSI-certified <a href="http://www.glfw.org/license.html" rel="nofollow">license</a></li> <li>Makefiles or project files for most popular C/C++ compilers</li> <li>Examples and comprehensive documentation</li> </ul> <h2><strong>Documentation</strong></h2> <ul> <li>The <a href="http://www.glfw.org/docs/latest/" rel="nofollow">documentation</a> contains a tutorial, guides on the different areas of the API, compilation and linking guides, a reference manual and a guide for migrating from older versions of the API.</li> </ul> <h2><strong>Ressources</strong></h2> <ul> <li><a href="http://www.glfw.org" rel="nofollow">GLFW Homepage</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload