An open API service indexing awesome lists of open source software.

https://github.com/mfellner/derelictglfwexample

A Derelict 3 Example using GLFW
https://github.com/mfellner/derelictglfwexample

Last synced: about 1 month ago
JSON representation

A Derelict 3 Example using GLFW

Awesome Lists containing this project

README

        

# Derelict 3 GLFW Example

This is a short example using Derelict 3, GLFW 3 and OpenGL 3.

![Preview](https://raw.github.com/mfellner/DerelictGlfwExample/master/preview.png)

Adopted from:

* http://www.lighthouse3d.com/cg-topics/code-samples/opengl-3-3-glsl-1-5-sample
* http://open.gl/drawing

### Building

Requires OpenGL 3+ and GLFW 3+.

Build and run using [DUB](http://code.dlang.org/about).

### OS X users

DerelictGLFW3 is looking for
`libglfw.3.dylib` instead of `libglfw3.dylib`. See this pull request: https://github.com/DerelictOrg/DerelictGLFW3/pull/2.