GLFW v2.5
for D

  1. Introduction
  2. Using GLFW from D
  3. The author


1. Introduction

This directory contains D bindings for the GLFW v2.5.x Windows DLL, and D example programs. For further information on how to use GLFW you should read the GLFW documentation.


2. Using GLFW from D

First you have to install GLFW under your Digital Mars environment.

  1. Build the OpenGL, GLU and GLFW import libraries in the support\d\lib directory by running 'make'.
  2. Copy the resulting .lib files to your dm\lib folder.
  3. ...

More TODO...


3. The maintainer

My name is Camilla Berglund, elmindreda@users.sourceforge.net. Please visit our support forums if you have any problems with GLFW or any questions concerning GLFW.

The GLFW web site can be found here: http://glfw.sourceforge.net/. It contains the latest version of GLFW, news and other information that is useful for OpenGL development.