Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.51 KB

index.md

File metadata and controls

46 lines (37 loc) · 1.51 KB
layout title
default
An OpenGL library

Welcome

GLFW is an Open Source, multi-platform library for creating windows with OpenGL contexts and managing input and events. It is easy to integrate into existing applications and does not lay claim to the main loop.

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.

GLFW is licensed under the zlib/libpng license.

Features

  • Easy to use API in the style of the OpenGL APIs
  • Gives you a window and OpenGL context with two function calls
  • Explicit support for MSAA, sRGB, robustness, OpenGL 3.2+ and OpenGL ES
  • Support for multiple monitors, high-DPI, gamma ramps and clipboard
  • Input can be either polled or delivered via callbacks
  • UTF-8 for all strings and basic Unicode character input
  • Supports both static and dynamic linking
  • Open Source with a liberal OSI-certified license
  • Examples and comprehensive documentation

If GLFW isn't what you are looking for, there are alternatives.

{% for post in site.tags.news limit:10 %}

{{ post.date | date: "%e" }}
{{ post.date | date: "%b" }}
{{ post.date | date: "%Y" }}

{{ post.content }} {% endfor %}


See the news archive for older posts.