Skip to content

Latest commit

 

History

History
78 lines (55 loc) · 1.83 KB

index.md

File metadata and controls

78 lines (55 loc) · 1.83 KB
layout title description
default
An OpenGL library
GLFW project home page.

{% assign glfw_version = site.changelogs.last.version %} {% assign release_date = site.changelogs.last.date %}

{% assign url_repo = "https://github.com/glfw/glfw" %}

{% capture url_dist_src %} {{ url_repo }}/releases/download/{{ glfw_version }}/glfw-{{ glfw_version }}.zip {% endcapture %}

**GLFW** is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan development on the desktop. It provides a simple API for creating windows, contexts and surfaces, receiving input and events.

GLFW is written in C and supports Windows, macOS, Wayland and X11.

GLFW is licensed under the zlib/libpng license.

{% capture dl_btn_label %} Download GLFW {{ glfw_version }}
Released on {% include time.html date=release_date %} {% endcapture %} {% include button.html link=url_dist_src label=dl_btn_label %}

{% include button.html link=url_repo label="Clone on GitHub" %}

{% include milestone.html %}


{% include features.html %}

No library can be perfect for everyone. If GLFW isn't what you're looking for, there are alternatives.

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

{{ post.title }}

Posted on {% include time.html date=post.date %}

{{ post.content }}

{% endfor %}

See the news archive for older posts.