Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.26 KB

File metadata and controls

35 lines (19 loc) · 1.26 KB

GLFW Headers for Free Pascal and Lazarus

These files provide the Free Pascal / Lazarus headers necessary to use the GLFW library.

The original GLFW project can be found here: http://www.glfw.org/

What is GLFW?

(The following description is sourced from the official GLFW website:)

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

GLFW is written in C and provides native support for Windows, macOS, and many Unix-like systems using the X Window System, such as Linux and FreeBSD.


Release Notes

Update 2403017

  • Released GLFW version 3.4.

Update 240106

  • Updated the headers to match GLFW version 3.3.9.

Update 220822

  • Updated the headers to match the latest revision, GLFW version 3.3.8.

Update 220417

  • File Structure Update: The header files have been reorganized. All files are now named glfw.pas. Each version is placed in its own dedicated folder (e.g., you will find the source for version 3.1 in the GLFW31 folder).
  • Updated the headers to match the latest revision, GLFW version 3.3.7.