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
- Host: GitHub
- URL: https://github.com/mfellner/derelictglfwexample
- Owner: mfellner
- License: other
- Created: 2013-10-13T17:10:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T10:09:23.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T00:22:07.939Z (8 months ago)
- Language: D
- Size: 121 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Derelict 3 GLFW Example
This is a short example using Derelict 3, GLFW 3 and OpenGL 3.

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.